index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
2025-05-19
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-02-21
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-12
Fix JsonExpr deparsing to quote variable names in the PASSING clause.
Dean Rasheed
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-17
Skip useless calculation of join RTE column names during EXPLAIN.
Tom Lane
2024-11-20
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Use a hash table to de-duplicate column names in ruleutils.c.
Tom Lane
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-08-29
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-11
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-06-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-04-08
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-06
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-20
Catalog domain not-null constraints
Peter Eisentraut
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-09
Remove race condition in pg_get_expr().
Tom Lane
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
[next]