Commit Graph

528 Commits (37851a8b83d3d57ca48736093b10aa5f3bc0c177)

Author SHA1 Message Date
Peter Eisentraut 37851a8b83 Database-level collation version tracking 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Jeff Davis 4168a47454 Add pg_checkpointer predefined role for CHECKPOINT command. 4 years ago
Tom Lane 1316be2866 Disallow LISTEN in background workers. 4 years ago
Dean Rasheed 2bfb50b3df Improve reporting of "conflicting or redundant options" errors. 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 4 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 4 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 4 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 4 years ago
Amit Kapila ce0fdbfe97 Allow multiple xacts during table sync in logical replication. 4 years ago
Michael Paquier a3dc926009 Refactor option handling of CLUSTER, REINDEX and VACUUM 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
Michael Paquier b5913f6120 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 5 years ago
Tom Lane 97390fe8a6 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Tom Lane 19f5a37b9f Use the properly transformed RangeVar for expandTableLikeClause(). 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 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
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 5 years ago
Alvaro Herrera 3e9744465d
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS 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
Tom Lane fe30e7ebfa Allow ALTER TYPE to change some properties of a base type. 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 5 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 5 years ago
Tom Lane 9c679a08f0 Silence minor compiler warnings. 6 years ago
Robert Haas 2eb34ac369 Fix problems with "read only query" checks, and refactor the code. 6 years ago
Tom Lane 1281a5c907 Restructure ALTER TABLE execution to fix assorted bugs. 6 years ago
Peter Eisentraut 3fd40b628c Make better use of ParseState in ProcessUtility 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
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Fujii Masao 979766c0af Correct the command tags for ALTER ... RENAME COLUMN. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Tomas Vondra d06215d03b Allow setting statistics target for extended statistics 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Alvaro Herrera 55ed3defc9 Fix partitioned index creation with foreign partitions 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Peter Eisentraut cd3e27464c Fix potential catalog corruption with temporary identity columns 6 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 6 years ago
Peter Eisentraut 280a408b48 Transaction chaining 6 years ago
Andrew Gierth 01bde4fa4c Implement OR REPLACE option for CREATE AGGREGATE. 6 years ago
Robert Haas 6776142a07 Revise parse tree representation for VACUUM and ANALYZE. 6 years ago
Tom Lane ebfe20dc70 Allow UNLISTEN in hot-standby mode. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane d48da369ab Check for stack overrun in standard_ProcessUtility(). 7 years ago