Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 15, 2024
Grammar fixes for split/merge partitions code
Show description for 9dfcac8committedFix propagating attnotnull in multiple inheritance
Show description for c370910committedpsql: Make output of \dD more stable
Show description for 6ff21c0committedFix ALTER DOMAIN NOT NULL syntax
Show description for 9895b35committed
Commits on Apr 14, 2024
Put back initialization of 'sslmode', to silence Coverity
Show description for d21d61bcommittedFix unnecessary padding in incremental backups
Show description for cd4b6afcommittedAdd regression test for BRIN parallel builds
Show description for 8225c2fcommittedUse the correct PG_DETOAST_DATUM macro in BRIN
Show description for bb616edcommittedUpdate nbits_set in brin_bloom_union
Show description for 2f20cedcommitted
Commits on Apr 13, 2024
freespace: Don't return blocks past the end of the main fork.
Show description for 9358297committedCorrect "improve role option documentation".
Show description for 68ba46dcommitted
Commits on Apr 12, 2024
Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'
Show description for 4cc1c76committedMove libpq encryption negotiation tests
Show description for 65dfe9dcommittedFix compilation with --with-gssapi --without-openssl
Show description for 084cae5committedFix libpq_encryption tests when compiled without SSL support
Show description for 0a5f229committedDon't allocate large buffer on the stack in pg_verifybackup
Show description for 929c057committedAssorted minor cleanups in the test_json_parser module
Show description for 42fa4b6committedShrink test file for test_json_parser module
Show description for b8a7bfacommittedAdd a TAP test for test_json_parser_perf
Show description for daf554dcommittedFix some memory leaks associated with parsing json and manifests
Show description for 661ab4ecommittedFix recently introduced typo in code comment
Show description for b9ecefecommittedFix the review comments and a bug in the slot sync code.
Show description for 3741f2acommittedAmit KapilaFix IS [NOT] NULL qual optimization for inheritance tables
Show description for 3af7040committed
Commits on Apr 11, 2024
Doc: fix bogus to_date() examples.
Show description for 6d4f062committedRevert: Implement pg_wal_replay_wait() stored procedure
Show description for 772faafcommittedRevert: Allow table AM to store complex data structures in rd_amcache
Show description for 922c4c4committedRevert: Allow table AM tuple_insert() method to return the different slot
Show description for 8dd0bb8committedRevert: Allow locking updated tuples in tuple_update() and tuple_delete()
Show description for 193e6d1committedRevert: Let table AM insertion methods control index insertion
Show description for da841aacommittedRevert: Custom reloptions for table AM
Show description for bc1e209committedmeson: Remove obsolete function test
Show description for 87840b9committedpostgres_fdw: Improve comment about handling of asynchronous requests.
Show description for 56c6703committedEtsuro FujitaUse correct datatype for xmin variables in slot.c
Show description for 8f136afcommittedRevert indexed and enlargable binary heap implementation.
Show description for 810f64acommittedReplace binaryheap + index with pairingheap in reorderbuffer.c
Show description for efb8acccommitted