Commit Graph

58413 Commits (a6d0fa5ef840bc98e14cb34ecf672e6e2e245517)
 

Author SHA1 Message Date
Masahiko Sawada a6d0fa5ef8 Disallow specifying ON_ERROR option without value. 2 years ago
David Rowley 58cf2e120e Update mmgr's README to mention BumpContext 2 years ago
David Rowley 6d2fd66b99 Push dedicated BumpBlocks to the tail of the blocks list 2 years ago
Peter Eisentraut 2ea5d8bece Mark some new location fields as ParseLoc 2 years ago
Tom Lane ec07d0d7fa Clean up more indent breakage from 6377e12a5. 2 years ago
Tom Lane 6f0cef9353 Fix assorted bugs in ecpg's macro mechanism. 2 years ago
Peter Geoghegan c62d2ebd9e Fix nbtree "deduce NOT NULL" scan key comment. 2 years ago
Tom Lane 984c0eccd0 Undo incorrect typedefs.list change. 2 years ago
Tomas Vondra 4d916dd876 Stabilize test of BRIN parallel create 2 years ago
Tom Lane 03107b4eda Ensure generated join clauses for child rels have correct relids. 2 years ago
Peter Geoghegan f698704155 Fix nbtree posting list comment. 2 years ago
Peter Geoghegan aa1def44c3 Fix nbtree page recycling comment. 2 years ago
Alexander Korotkov 6377e12a5a revert: Generalize relation analyze in table AM interface 2 years ago
David Rowley bea97cd02e Improve test coverage in bump.c 2 years ago
Michael Paquier 768ceeeaa1 Add missing PGDLLIMPORT markings 2 years ago
Robert Haas 09d9800e52 docs: Consolidate into new "WAL for Extensions" chapter. 2 years ago
Nathan Bossart 953cf49e16 doc: Note exceptions for SET ROLE's effect on privilege checks. 2 years ago
Tom Lane e0df80828a Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Alvaro Herrera cee8db3f68
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint 2 years ago
Alexander Korotkov 9dfcac8e15 Grammar fixes for split/merge partitions code 2 years ago
Alvaro Herrera c3709100be
Fix propagating attnotnull in multiple inheritance 2 years ago
Peter Eisentraut 6ff21c0530 psql: Make output of \dD more stable 2 years ago
Peter Eisentraut 9895b35cb8 Fix ALTER DOMAIN NOT NULL syntax 2 years ago
Heikki Linnakangas d21d61b96f Put back initialization of 'sslmode', to silence Coverity 2 years ago
Tomas Vondra cd4b6af620 Fix unnecessary padding in incremental backups 2 years ago
Tomas Vondra 8225c2fd40 Add regression test for BRIN parallel builds 2 years ago
Tomas Vondra bb616ed3e6 Use the correct PG_DETOAST_DATUM macro in BRIN 2 years ago
Tomas Vondra 2f20ced1eb Update nbits_set in brin_bloom_union 2 years ago
Noah Misch 9358297431 freespace: Don't return blocks past the end of the main fork. 2 years ago
Noah Misch 68ba46dfe3 Correct "improve role option documentation". 2 years ago
Heikki Linnakangas 4cc1c76fe9 Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos' 2 years ago
Heikki Linnakangas 65dfe9d167 Move libpq encryption negotiation tests 2 years ago
Heikki Linnakangas 084cae5513 Fix compilation with --with-gssapi --without-openssl 2 years ago
Heikki Linnakangas 0a5f229189 Fix libpq_encryption tests when compiled without SSL support 2 years ago
Andrew Dunstan 929c05774b Don't allocate large buffer on the stack in pg_verifybackup 2 years ago
Andrew Dunstan 42fa4b6601 Assorted minor cleanups in the test_json_parser module 2 years ago
Andrew Dunstan b8a7bfa333 Shrink test file for test_json_parser module 2 years ago
Andrew Dunstan daf554dbea Add a TAP test for test_json_parser_perf 2 years ago
Andrew Dunstan 661ab4e185 Fix some memory leaks associated with parsing json and manifests 2 years ago
David Rowley b9ecefecc7 Fix recently introduced typo in code comment 2 years ago
Amit Kapila 3741f2a09d Fix the review comments and a bug in the slot sync code. 2 years ago
David Rowley 3af7040985 Fix IS [NOT] NULL qual optimization for inheritance tables 2 years ago
Tom Lane 6d4f062714 Doc: fix bogus to_date() examples. 2 years ago
Alexander Korotkov 772faafca1 Revert: Implement pg_wal_replay_wait() stored procedure 2 years ago
Alexander Korotkov 922c4c461d Revert: Allow table AM to store complex data structures in rd_amcache 2 years ago
Alexander Korotkov 8dd0bb84da Revert: Allow table AM tuple_insert() method to return the different slot 2 years ago
Alexander Korotkov 193e6d18e5 Revert: Allow locking updated tuples in tuple_update() and tuple_delete() 2 years ago
Alexander Korotkov da841aa4dc Revert: Let table AM insertion methods control index insertion 2 years ago
Alexander Korotkov bc1e2092eb Revert: Custom reloptions for table AM 2 years ago
Peter Eisentraut 87840b9741 meson: Remove obsolete function test 2 years ago