index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Commit message (
Expand
)
Author
Age
*
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-29
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-11
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-04
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-15
*
Fixup various StringInfo function usages
David Rowley
2024-04-10
*
JSON_TABLE: Add support for NESTED paths and columns
Amit Langote
2024-04-08
*
Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly
Amit Langote
2024-04-08
*
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
*
Add basic JSON_TABLE() functionality
Amit Langote
2024-04-04
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-19
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-17
*
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support for AT LOCAL
Michael Paquier
2023-10-13
*
Tidy-up some appendStringInfo*() usages
David Rowley
2023-10-03
*
Add some const qualifiers
Peter Eisentraut
2023-09-26
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Add ruleutils support for decompiling MERGE commands.
Tom Lane
2023-05-07
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix incorrect comment in pg_get_partkeydef()
David Rowley
2023-03-07
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
*
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-12-01
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
[next]