index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
*
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-11-01
*
Don't try to read a multi-GB pg_stat_statements file in one call.
Tom Lane
2021-10-31
*
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-31
*
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-29
*
Update time zone data files to tzdata release 2021e.
Tom Lane
2021-10-29
*
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-28
*
doc: Fix link to SELinux user guide in sepgsql page
Michael Paquier
2021-10-28
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-27
*
Ensure that slots are zeroed before use
Daniel Gustafsson
2021-10-26
*
Revert "Remove unused wait events."
Amit Kapila
2021-10-26
*
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-26
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
doc: Describe calculation method of streaming start for pg_receivewal
Michael Paquier
2021-10-23
*
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-22
*
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-22
*
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-22
*
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-21
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Fix corruption of pg_shdepend when copying deps from template database
Michael Paquier
2021-10-21
*
Protect against collation variations in test
Alvaro Herrera
2021-10-20
*
Fix build of MSVC with OpenSSL 3.0.0
Michael Paquier
2021-10-20
*
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
*
Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.
Andres Freund
2021-10-19
*
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
*
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-19
*
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
*
Fix sscanf limits in pg_basebackup and pg_dump
Daniel Gustafsson
2021-10-19
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Avoid core dump in pg_dump when dumping from pre-8.3 server.
Tom Lane
2021-10-16
*
Make pg_dump acquire lock on partitioned tables that are to be dumped.
Tom Lane
2021-10-16
*
Fix PostgresNode install_path sanity tests that fail on Windows
Andrew Dunstan
2021-10-15
*
Remove unstable pg_amcheck tests.
Peter Geoghegan
2021-10-14
*
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-14
*
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-14
*
Change recently added test code for stability
Alvaro Herrera
2021-10-13
*
pg_amcheck: avoid unhelpful verification attempts.
Peter Geoghegan
2021-10-13
*
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-13
*
Fix use-after-free with multirange types in CREATE TYPE
Michael Paquier
2021-10-13
*
Fix tests of pg_upgrade across different major versions
Michael Paquier
2021-10-13
*
Doc: normalize vacuum_multixact_failsafe_age ID.
Peter Geoghegan
2021-10-12
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
*
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Fujii Masao
2021-10-12
[next]