Commit Graph

642 Commits (d6f96ed94e73052f99a2e545ed17a8b2fdc1fb8a)

Author SHA1 Message Date
Peter Eisentraut d6f96ed94e Allow specifying column list for foreign key ON DELETE SET actions 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Peter Eisentraut d942887039 Improve order in file 4 years ago
Peter Eisentraut 308da179e7 Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD 4 years ago
Peter Eisentraut 0ffbe900ce Fix _equalA_Const 4 years ago
Peter Eisentraut 639a86e36a Remove Value node struct 4 years ago
Alvaro Herrera 0c6828fa98
Add PublicationTable and PublicationRelInfo structs 4 years ago
Peter Eisentraut 31360381f0 Rename some node support functions for consistency 4 years ago
David Rowley 29f45e299e Use a hash table to speed up NOT IN(values) 4 years ago
Tom Lane e56bce5d43 Reconsider the handling of procedure OUT parameters. 4 years ago
Tom Lane a65e9f3f14 Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. 4 years ago
Tomas Vondra d57ecebd12 Add transformed flag to nodes/*funcs.c for CREATE STATISTICS 4 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 4 years ago
David Rowley 50e17ad281 Speedup ScalarArrayOpExpr evaluation 4 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 4 years ago
Peter Eisentraut 055fee7eb4 Allow an alias to be attached to a JOIN ... USING 4 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 4 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 4 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 4 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 4 years ago
Peter Eisentraut 3696a600e2 SEARCH and CYCLE clauses 4 years ago
Peter Eisentraut 6aaaa76bb4 Allow GRANTED BY clause in normal GRANT and REVOKE statements 4 years ago
Tom Lane c9d5298485 Re-implement pl/pgsql's expression and assignment parsing. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Michael Paquier b5913f6120 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 5 years ago
Tom Lane f7f83a55bf Ensure that expandTableLikeClause() re-examines the same table. 5 years ago
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner. 5 years ago
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 5 years ago
Tom Lane 40c24bfef9 Improve our ability to regurgitate SQL-syntax function calls. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 5 years ago
Michael Paquier cc35d8933a Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 5 years ago
Noah Misch 587322de36 Reconcile nodes/*funcs.c. 5 years ago
Alvaro Herrera 5fc703946b
Add ALTER .. NO DEPENDS ON 5 years ago
Alexander Korotkov 1aac32df89 Revert 0f5ca02f53 5 years ago
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 5 years ago
Alvaro Herrera 357889eb17
Support FETCH FIRST WITH TIES 5 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 5 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 5 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Tom Lane fe30e7ebfa Allow ALTER TYPE to change some properties of a base type. 5 years ago
Tom Lane 9ce77d75c5 Reconsider the representation of join alias Vars. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane ce76c0ba53 Add a reverse-translation column number array to struct AppendRelInfo. 6 years ago
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 6 years ago
Tomas Vondra d06215d03b Allow setting statistics target for extended statistics 6 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 6 years ago
Peter Eisentraut fc22b6623b Generated columns 6 years ago