Commit Graph

58389 Commits (cd4b6af620975bb9802c464a06d2289d2f97cbf4)
 

Author SHA1 Message Date
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
Etsuro Fujita 56c6703bd0 postgres_fdw: Improve comment about handling of asynchronous requests. 2 years ago
Michael Paquier 8f136af3c4 Use correct datatype for xmin variables in slot.c 2 years ago
Masahiko Sawada 810f64a015 Revert indexed and enlargable binary heap implementation. 2 years ago
Masahiko Sawada efb8acc0d0 Replace binaryheap + index with pairingheap in reorderbuffer.c 2 years ago
Thomas Munro 942219996c Fix grammar. 2 years ago
Thomas Munro d8f5acbdb9 Fix potential stack overflow in incremental backup. 2 years ago
Michael Paquier f56a9def71 Fix inconsistency with replay of hash squeeze record for clean buffers 2 years ago
Tom Lane 5392dd3d2a Fix plpgsql's handling of -- comments following expressions. 2 years ago
Daniel Gustafsson 52b49b796c Doc: Update ulinks to RFC documents to avoid redirect 2 years ago
Michael Paquier 5105c90796 Make GIN tests using injection points concurrent-safe 2 years ago
Amit Kapila 7e85d1c75f Fix a test in failover slots regression test. 2 years ago
Thomas Munro 53c8d6c9f1 Fix illegal attribute propagation in LLVM JIT. 2 years ago
David Rowley 8461424fd7 Fixup various StringInfo function usages 2 years ago
Alexander Korotkov ff9f72c68f revert: Transform OR clauses to ANY expression 2 years ago
David Rowley 5a15bdea3b Remove unused BumpBlockIsValid macro 2 years ago
Alexander Korotkov c99ef1811a Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands 2 years ago
David Rowley b1b13d2b52 Doc: use "an SQL" instead of "a SQL" 2 years ago
Daniel Gustafsson ad55cc9845 doc: Remove stray comma from list of psql options 2 years ago
Peter Eisentraut 27074bce08 Fix incorrect format placeholders 2 years ago
Peter Eisentraut cfd6ea3ac0 Update config.guess and config.sub 2 years ago
Peter Eisentraut 43a9cab484 Fix whitespace 2 years ago
John Naylor bf183f168c Get rid of anonymous struct 2 years ago
Heikki Linnakangas baa82b78dc libpq error message fixes 2 years ago
Heikki Linnakangas e9f29233fd Fix typo in docs 2 years ago