summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-11-02Extend PageIsVerified() to handle more custom optionsMichael Paquier
2020-10-16llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund
2020-10-15doc: improve description of synchronous_commit modesBruce Momjian
2020-10-15In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-04C comment: correct use of 64-"byte" cache line sizeBruce Momjian
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-20Fix a few typos in JIT comments and READMEDavid Rowley
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-10Stamp 11.9.REL_11_9Tom Lane
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-08-06Fix minor problems with non-exclusive backup cleanup.Robert Haas
2020-07-21Avoid direct C access to possibly-null pg_subscription_rel.srsublsn.Tom Lane
2020-07-16Replace use of sys_siglist[] with strsignal().Tom Lane
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-05Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-06-03Don't call palloc() while holding a spinlock, either.Tom Lane
2020-05-11Stamp 11.8.REL_11_8Tom Lane
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-05-01Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan
2020-05-01Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-21Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane
2020-04-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-02-10Stamp 11.7.REL_11_7Tom Lane
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-13Fix typo.Amit Kapila
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-11Stamp 11.6.REL_11_6Tom Lane