summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-20Fix a few typos in JIT comments and READMEREL_11_STABLEDavid Rowley
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-17Doc: fix description of UNION/CASE/etc type unification.Tom Lane
2020-08-17doc: Fix description about bgwriter and checkpoint in HA sectionMichael Paquier
2020-08-15Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.Noah Misch
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-08-10Stamp 11.9.REL_11_9Tom Lane
2020-08-10Last-minute updates for release notes.Tom Lane
2020-08-10Document clashes between logical replication and untrusted users.Noah Misch
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-10Translation updatesPeter Eisentraut
2020-08-09Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane
2020-08-09Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.Tom Lane
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-08-06Fix typo.Robert Haas
2020-08-06Fix minor problems with non-exclusive backup cleanup.Robert Haas
2020-08-05doc: clarify "state" table reference in tutorialBruce Momjian
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane
2020-08-03Fix rare failure in LDAP tests.Thomas Munro
2020-08-02Adjust pgcrypto's expected test results for --disable-strong-random.Tom Lane
2020-07-31Restore lost amcheck TOAST test coverage.Peter Geoghegan
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-30Doc: fix high availability solutions comparison.Tatsuo Ishii
2020-07-30doc: Mention index references in pg_inheritsMichael Paquier
2020-07-29Backpatch tuplesort.c assertion.Peter Geoghegan
2020-07-28Doc: Improve documentation for pg_jit_available()David Rowley
2020-07-28Fix some issues with step generation in partition pruning.Etsuro Fujita
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-25Fix buffer usage stats for nodes above Gather Merge.Amit Kapila
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-23doc: Document that ssl_ciphers does not affect TLS 1.3Peter Eisentraut
2020-07-23Fix error message.Thomas Munro
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2020-07-21Avoid C99-ism in pre-v12 branches.Tom Lane
2020-07-21Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane
2020-07-21Avoid direct C access to possibly-null pg_subscription_rel.srsublsn.Tom Lane
2020-07-20Kluge slot_compile_deform() to ignore incorrect attnotnull markings.Tom Lane
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-07-17Ensure that distributed timezone abbreviation files are plain ASCII.Tom Lane
2020-07-17Fix whitespacePeter Eisentraut