summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-17Disable autovacuum for BRIN test tableREL9_5_STABLEAlvaro 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-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-08-10Stamp 9.5.23.REL9_5_23Tom Lane
2020-08-10Last-minute updates for release notes.Tom Lane
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-05doc: clarify "state" table reference in tutorialBruce Momjian
2020-08-03Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-30Doc: fix high availability solutions comparison.Tatsuo Ishii
2020-07-29Backpatch tuplesort.c assertion.Peter Geoghegan
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
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-18doc: Refresh more URLs in the docsMichael Paquier
2020-07-17Ensure that distributed timezone abbreviation files are plain ASCII.Tom Lane
2020-07-16Switch pg_test_fsync to use binary mode on WindowsMichael Paquier
2020-07-16Replace use of sys_siglist[] with strsignal().Tom Lane
2020-07-15Fix handling of missing files when using pg_rewind with online sourceMichael Paquier
2020-07-14Fix timing issue with ALTER TABLE's validate constraintDavid Rowley
2020-07-14Cope with lateral references in the quals of a subquery RTE.Tom Lane
2020-07-11Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane
2020-07-10Doc: update or remove dead external links.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-05doc: Fix incorrect reference to textout in plpgsql examplesMichael Paquier
2020-07-03Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesets some more.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesetsMagnus Hagander
2020-06-30doc: clarify that storage parameter values are optionalBruce Momjian
2020-06-30doc: change pg_upgrade wal_level to be not minimalBruce Momjian
2020-06-28Fix documentation of "must be vacuumed within" warning.Noah Misch
2020-06-25doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian
2020-06-25docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian
2020-06-24Fix compiler warning induced by commit d8b15eeb8.Tom Lane
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-19Ensure write failure reports no-disk-spaceAlvaro Herrera
2020-06-19Future-proof regression tests against possibly-missing posixrules file.Tom Lane
2020-06-18Fix C99isms introduced when backpatching atomics / spinlock tests.Andres Freund