summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-17Disable autovacuum for BRIN test tableREL_10_STABLEAlvaro Herrera
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 10.14.REL_10_14Tom Lane
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-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-29Backpatch tuplesort.c assertion.Peter Geoghegan
2020-07-25Fix buffer usage stats for nodes above Gather Merge.Amit Kapila
2020-07-23Fix error message.Thomas Munro
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-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
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-10Remove WARNING message from brin_desummarize_rangeAlvaro Herrera
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-09Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane
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-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
2020-06-18Fix deadlock danger when atomic ops are done under spinlock.Andres Freund
2020-06-18Add basic spinlock tests to regression tests.Andres Freund
2020-06-17Sync our copy of the timezone library with IANA release tzcode2020a.Tom Lane
2020-06-17spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-16pg_upgrade: set vacuum_defer_cleanup_age to zeroBruce Momjian
2020-06-11Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-11Fix typos.Amit Kapila