Commit Graph

2929 Commits (cc721c459d3783bbdb4beb1bbfa802a5328d15a2)

Author SHA1 Message Date
Peter Eisentraut 190dc27998 Update a code comment 9 months ago
Tom Lane 4618045bee Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 9 months ago
Tom Lane fedfcf6650 Don't try to parallelize array_agg() on an anonymous record type. 10 months ago
Álvaro Herrera f4e53e10b6
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT 10 months ago
Álvaro Herrera 7bbc46213d
Fix ALTER TABLE error message 10 months ago
Álvaro Herrera 80d7f99049
Add ATAlterConstraint struct for ALTER .. CONSTRAINT 10 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 10 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 11 months ago
Tom Lane ba0da16bd0 Require callers of coerce_to_domain() to supply base type/typmod. 11 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 11 months ago
Dean Rasheed 43830ecb8a Fix parsing of qualified relation names in RETURNING. 11 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 11 months ago
Peter Eisentraut 6fdd5d9563 Drop warning-free support for Flex 2.5.35 11 months ago
Peter Eisentraut 6339f6468e Rename RowCompareType to CompareType 11 months ago
Peter Eisentraut ca87c415e2 Add support for NOT ENFORCED in CHECK constraints 11 months ago
Álvaro Herrera 0e5b14410e
Fix error message wording 12 months ago
Peter Eisentraut b1ef48980d flex code modernization: Replace YY_EXTRA_TYPE define with flex option 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Peter Eisentraut 301de6a6f6 Partial pgindent of .l and .y files 1 year ago
Michael Paquier 0f23dedc91 Print out error position for some more DDLs 1 year ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Tom Lane 2d8bff603c Make all ereport() calls within gram.y provide error locations. 1 year ago
Tom Lane 89e51abcb2 Add a parse location field to struct FunctionParameter. 1 year ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 1 year ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 1 year ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 1 year ago
Peter Eisentraut eafda78fc4 Improve node type forward reference 1 year ago
Amit Langote c259b1578e Fix typo in comment of transformJsonAggConstructor() 1 year ago
Peter Eisentraut 0d2aa4d493 Track sort direction in SortGroupClause 1 year ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 1 year ago
David Rowley 62ddf7ee9a Add ONLY support for VACUUM and ANALYZE 1 year ago
Tom Lane 918e21d251 Repair pg_upgrade for identity sequences with non-default persistence. 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 77761ee5dd Remove incorrect Assert. 1 year ago
Richard Guo f5050f795a Mark expressions nullable by grouping sets 1 year ago
Richard Guo 247dea89f7 Introduce an RTE for the grouping step 1 year ago
Amit Langote bbd4c058a8 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 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
Tom Lane fadff3fc94 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Alexander Korotkov 3890d90c15 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Alexander Korotkov 04158e7fa3 Avoid repeated table name lookups in createPartitionTable() 1 year ago
Peter Eisentraut 7da1bdc2c2 Remove obsolete RECHECK keyword completely 1 year ago
Alvaro Herrera 2bb969f399
Refactor/reword some error messages to avoid duplicates 1 year ago
Peter Eisentraut a292c98d62 Convert node test compile-time settings into run-time parameters 1 year ago
Amit Langote 74c96699be SQL/JSON: Some fixes to JsonBehavior expression casting 1 year ago
Amit Langote 86d33987e8 SQL/JSON: Rethink c2d93c3802 1 year ago
Tom Lane f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. 1 year ago