Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 2, 2024
Implement pg_wal_replay_wait() stored procedure
Show description for 06c418ecommittedAvoid deadlock during orphan temp table removal.
Show description for 6faca9acommittedAvoid function call overhead of pg_popcount() in syslogger.c.
Show description for 4133c1fcommittedRefactor code for setting pg_popcount* function pointers.
Show description for 6687430committedUnwind #if spaghetti in hmac_openssl.c a bit.
Show description for 38698ddcommittedAllow SIGINT to cancel psql database reconnections.
Show description for cafe105committedExpose PQsocketPoll via libpq
Show description for f5e4dedcommittedUse streaming I/O in pg_prewarm.
Show description for 3a352dfcommittedProvide API for streaming relation data.
Show description for b5a9b18committedProvide vectored variant of ReadBuffer().
Show description for 210622ccommittedDon't use the pg_am system catalog in new test
Show description for 13b3b62committedRevert "Custom reloptions for table AM"
Show description for 867cc7bcommittedUse TidStore for dead tuple TIDs storage during lazy vacuum.
Show description for 667e65acommitted
Commits on Apr 1, 2024
Fix assert failure when planning setop subqueries with CTEs
Show description for d5d2205committedAvoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Show description for 3622c80committedIntroduce 'options' argument to heap_page_prune()
Show description for 3d0f730committedInvent --transaction-size option for pg_restore.
Show description for 959b38dcommittedRearrange pg_dump's handling of large objects for better efficiency.
Show description for a45c78ecommittedAvoid possible longjmp-induced logic error in PLy_trigger_build_args.
Show description for 5eac8cecommittedFix assorted resource leaks in new pg_createsubscriber code.
Show description for 91cbb4bcommittedHandle non-chain tuples outside of heap_prune_chain()
Show description for 6f47f68committedRefactor heap_prune_chain()
Show description for 7aa00f1committedMinor refactoring in heap_page_prune
Show description for 9917e79committedAdd new COPY option LOG_VERBOSITY.
Show description for f5a2278committed
Commits on Mar 31, 2024
Revert "Speed up tail processing when hashing aligned C strings"
Show description for f4ad002committedSpeed up tail processing when hashing aligned C strings
Show description for 07f0f6acommitted
Commits on Mar 30, 2024
Let table AM insertion methods control index insertion
Show description for b1484a3committedCustom reloptions for table AM
Show description for c95c25fcommittedGeneralize relation analyze in table AM interface
Show description for 27bc177committedAdd pg_basetype() function to extract a domain's base type.
Show description for b154d8acommittedStabilize postgres_fdw test
Show description for ecf741ccommitteddoc: Improve "Partition Maintenance" section
Show description for 056c565committedAdd support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Show description for 0294df2committedAdd unicode_strtitle() for Unicode Default Case Conversion.
Show description for 46e5441committed
Commits on Mar 29, 2024
Remove superfluous trailing semicolons
Show description for a96a8b1committed