index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
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-04
Fix an assortment of typos
David Rowley
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-10
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-07
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-03
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
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-07
Add ruleutils support for decompiling MERGE commands.
Tom Lane
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
[next]