aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Stamp 12.5.REL_12_5Tom Lane2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-15
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Stamp 12.4.REL_12_4Tom Lane2020-08-10
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* Avoid direct C access to possibly-null pg_subscription_rel.srsublsn.Tom Lane2020-07-21
* Fix comments related to table AMsMichael Paquier2020-07-14
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Stamp 12.3.REL_12_3Tom Lane2020-05-11
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Re-implement the ereport() macro using __VA_ARGS__.Tom Lane2020-03-24
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Prevent reindex of invalid indexes on TOAST tablesMichael Paquier2020-03-10