Commit Graph

1342 Commits (84f594da358861cceeaeb7a97bb58f3765eeb284)

Author SHA1 Message Date
Alexander Korotkov 84f594da35 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 2 years ago
Alexander Korotkov f636ab41ab Avoid repeated table name lookups in createPartitionTable() 2 years ago
Amit Langote e3c1393efc SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE() 2 years ago
Tom Lane 1bf29f51fa Improve comment in gram.y. 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago
Peter Eisentraut 54cf0c5118 Remove stray blank line among gram.y keywords 2 years ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 2 years ago
Peter Eisentraut 9895b35cb8 Fix ALTER DOMAIN NOT NULL syntax 2 years ago
Amit Langote bb766cde63 JSON_TABLE: Add support for NESTED paths and columns 2 years ago
Alexander Korotkov 87c21bb941 Implement ALTER TABLE ... SPLIT PARTITION ... command 2 years ago
Alexander Korotkov 1adf16b8fb Implement ALTER TABLE ... MERGE PARTITIONS ... command 2 years ago
Amit Langote de3600452b Add basic JSON_TABLE() functionality 2 years ago
Masahiko Sawada f5a227895e Add new COPY option LOG_VERBOSITY. 2 years ago
Dean Rasheed 0294df2f1f Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. 2 years ago
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 2 years ago
Amit Langote 6185c9737c Add SQL/JSON query functions 2 years ago
Dean Rasheed c649fa24a4 Add RETURNING support to MERGE. 2 years ago
Peter Eisentraut 012460ee93 Make stxstattarget nullable 2 years ago
Michael Paquier d61a6cad64 Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD 2 years ago
Peter Eisentraut 74563f6b90 Revert "Improve compression and storage support with inheritance" 2 years ago
Peter Eisentraut 0413a55699 Improve compression and storage support with inheritance 2 years ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Peter Eisentraut 4f622503d6 Make attstattarget nullable 2 years ago
Peter Eisentraut 5d06e99a3c ALTER TABLE command to change generation expression 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alvaro Herrera a6be0600ac
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption 2 years ago
Alvaro Herrera d3fe6e90ba
Simplify productions for FORMAT JSON [ ENCODING name ] 2 years ago
Tom Lane a916b47e23 Clean up usage of bison precedence for non-operator keywords. 2 years ago
Tom Lane 3558f120f8 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tom Lane 2b5154beab Extend ALTER OPERATOR to allow setting more optimization attributes. 3 years ago
Michael Paquier 97957fdbaa Add support for AT LOCAL 3 years ago
Tom Lane af3ee8a086 Add some notes about why "ALTER TYPE enum DROP VALUE" is hard. 3 years ago
Andrew Dunstan f6d4c9cf16 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 3 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 3 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 3 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 3 years ago
Michael Paquier 31de7e60da Show savepoint names as constants in pg_stat_statements 3 years ago
Amit Langote 03734a7fed Add more SQL/JSON constructor functions 3 years ago
Amit Langote 254ac5a7c3 Rename a nonterminal used in SQL/JSON grammar 3 years ago
Amit Langote 7c7412cae3 Code review for commit b6e1157e7d 3 years ago
Nathan Bossart cdaedfc96d Support parenthesized syntax for CLUSTER without a table name. 3 years ago
Nathan Bossart 018b61f81b Rearrange CLUSTER rules in gram.y. 3 years ago
Peter Eisentraut 5edf438eeb Make some indentation in gram.y consistent 3 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 3 years ago
Michael Paquier d8c3106bb6 Add back SQLValueFunction for SQL keywords 3 years ago
Alvaro Herrera c39f2f68e9
Fix publication syntax error message 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Alvaro Herrera 9ce04b50e1
Revert "Catalog NOT NULL constraints" and fallout 3 years ago
Alvaro Herrera e056c557ae
Catalog NOT NULL constraints 3 years ago
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 3 years ago