Commit Graph

731 Commits (dd13ad9d39a1ba41cf329b6fe408b49be57c7b88)

Author SHA1 Message Date
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 5 years ago
Peter Eisentraut 82ed7748b7 ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION 5 years ago
Peter Eisentraut a63dd8afe2 Renumber cursor option flags 5 years ago
Peter Eisentraut 055fee7eb4 Allow an alias to be attached to a JOIN ... USING 5 years ago
Michael Paquier 7ef64e7e72 Fix comment in parsenodes.h 5 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 5 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 5 years ago
Peter Eisentraut 3696a600e2 SEARCH and CYCLE clauses 5 years ago
Peter Eisentraut 6aaaa76bb4 Allow GRANTED BY clause in normal GRANT and REVOKE statements 5 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 a676386b58 Remove operator_precedence_warning. 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
Tom Lane 926fa801ac Remove undocumented IS [NOT] OF syntax. 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 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Tom Lane ad77039fad Calculate extraUpdatedCols in query rewriter, not parser. 5 years ago
Peter Eisentraut 45b9805706 Allow CURRENT_ROLE where CURRENT_USER is accepted 5 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 5 years ago
Michael Paquier 01767533e3 Fix thinko with definition of REINDEXOPT_MISSING_OK 5 years ago
Michael Paquier 1d65416661 Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM 5 years ago
Tom Lane 5028981923 Fix handling of CREATE TABLE LIKE with inheritance. 5 years ago
Michael Paquier cc35d8933a Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes 5 years ago
Alvaro Herrera 5fc703946b
Add ALTER .. NO DEPENDS ON 5 years ago
Alexander Korotkov 1aac32df89 Revert 0f5ca02f53 6 years ago
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 6 years ago
Alvaro Herrera 357889eb17
Support FETCH FIRST WITH TIES 6 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 6 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Tom Lane fe30e7ebfa Allow ALTER TYPE to change some properties of a base type. 6 years ago
Tom Lane 1281a5c907 Restructure ALTER TABLE execution to fix assorted bugs. 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 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
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 6 years ago
Alvaro Herrera ce5d04b646 Fix under-parenthesized macro definitions 6 years ago
Alvaro Herrera 6212276e43 Fix progress reporting of CLUSTER / VACUUM FULL 6 years ago
Tomas Vondra d06215d03b Allow setting statistics target for extended statistics 6 years ago
Noah Misch 44982e7d09 Reconcile nodes/*funcs.c with PostgreSQL 12 work. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 6 years ago
Tom Lane e0fb4c9d01 Remove useless comment. 6 years ago
Tom Lane f4a3fdfbdc Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. 6 years ago