Commit Graph

733 Commits (4f941d432b42eccd99ba0d22e3a59c073ac2406a)

Author SHA1 Message Date
Peter Eisentraut 4f941d432b Remove useless casting to same type 2 weeks ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 1 month ago
Tom Lane ff4597acd4 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. 1 month ago
David Rowley 2470ca435c Use CompactAttribute more often, when possible 2 months ago
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 2 months ago
Tatsuo Ishii 25a30bbd42 Add IGNORE NULLS/RESPECT NULLS option to Window functions. 3 months ago
Tom Lane ef38a4d975 Add GROUP BY ALL. 3 months ago
David Rowley 3760d278dc Fix misleading comment in pg_get_statisticsobjdef_string() 3 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 3 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 8 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 9 months ago
Michael Paquier 984410b923 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 10 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 11 months ago
Dean Rasheed a93e2a1e25 Fix JsonExpr deparsing to quote variable names in the PASSING clause. 11 months ago
Dean Rasheed d673eefd41 Fix XMLTABLE() deparsing to quote namespace names if necessary. 11 months ago
Peter Eisentraut ca87c415e2 Add support for NOT ENFORCED in CHECK constraints 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Tom Lane 7a80e381d1 Skip useless calculation of join RTE column names during EXPLAIN. 1 year ago
Tom Lane 94131cd53c Avoid assertion failure if a setop leaf query contains setops. 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Peter Eisentraut 89f908a6d0 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut fc0438b4e8 Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Tom Lane 52c707483c Use a hash table to de-duplicate column names in ruleutils.c. 1 year ago
Richard Guo 247dea89f7 Introduce an RTE for the grouping step 1 year ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 1 year ago
Amit Langote bbd4c058a8 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote ee75a03f37 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Amit Langote 4d7e24e0f4 Revert recent SQL/JSON related commits 1 year ago
Amit Langote 565caaa79a SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote 68222851d5 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Tom Lane 43f2e7634d Fix mis-deparsing of ORDER BY lists when there is a name conflict. 1 year ago
Alexander Korotkov 3890d90c15 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Tom Lane b2be5cb2ab Suppress Coverity warnings about Asserts in get_name_for_var_field. 1 year ago
Tom Lane b919a97a6c Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. 1 year ago
Dean Rasheed 5c5bccef21 Fix another couple of outdated comments for MERGE RETURNING. 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 2 years ago
David Rowley a42fc1c903 Fix an assortment of typos 2 years ago
Peter Eisentraut 9895b35cb8 Fix ALTER DOMAIN NOT NULL syntax 2 years ago
David Rowley 8461424fd7 Fixup various StringInfo function usages 2 years ago
Amit Langote bb766cde63 JSON_TABLE: Add support for NESTED paths and columns 2 years ago
Amit Langote f6a2529920 Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly 2 years ago
Alexander Korotkov 87c21bb941 Implement ALTER TABLE ... SPLIT PARTITION ... command 2 years ago
Amit Langote de3600452b Add basic JSON_TABLE() functionality 2 years ago
Dean Rasheed 0294df2f1f Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. 2 years ago
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 2 years ago
Amit Langote 6185c9737c Add SQL/JSON query functions 2 years ago
Peter Eisentraut e5da0fe3c2 Catalog domain not-null constraints 2 years ago
Tom Lane fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2 years ago