Commit Graph

788 Commits (f58b230ed0dba2a3d396794a2ec84541e321d92d)

Author SHA1 Message Date
David Rowley f58b230ed0 Cache if PathTarget and RestrictInfos contain volatile functions 5 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 5 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 5 years ago
Amit Kapila 26acb54a13 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 5 years ago
Amit Kapila 05c8482f7f Enable parallel SELECT for "INSERT INTO ... SELECT ...". 5 years ago
David Rowley bb437f995d Add TID Range Scans to support efficient scanning ranges of TIDs 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 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 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Heikki Linnakangas 178f2d560d Include result relation info in direct modify ForeignScan nodes. 5 years ago
Heikki Linnakangas 1375422c78 Create ResultRelInfos later in InitPlan, index them by RT index. 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 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
Tomas Vondra d2d8a229bc Implement Incremental Sort 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
Jeff Davis 32bb4535a0 Fix commit c11cb17d. 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
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 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
Andres Freund 2abd7ae9b2 Fix representation of hash keys in Hash/HashJoin nodes. 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Tom Lane 6630ccad7a Restructure creation of run-time pruning steps. 6 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 6 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 7 years ago
Robert Haas 5857be907d Fix use of wrong datatype with sizeof(). 7 years ago
Peter Eisentraut 280a408b48 Transaction chaining 7 years ago