summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Fix typosMichael Paquier
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-13Explain pruning pgstats accounting subtleties.Peter Geoghegan
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-09-22Fix "single value strategy" index deletion issue.Peter Geoghegan
2021-09-21Document XLOG_INCLUDE_XID a little betterAlvaro Herrera
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-08Remove unused function declarationDavid Rowley
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-18Support direct I/O on macOS.Thomas Munro
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-29Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-20Fix under-parenthesized XLogRecHasBlockRef() macro.Tom Lane
2021-04-11Remove COMMIT_TS_SETTS record.Fujii Masao
2021-04-10Fix failure of xlogprefetch.h to include all prerequisite headers.Tom Lane
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-04-05Support INCLUDE'd columns in SP-GiST.Tom Lane
2021-04-05Simplify state managed by VACUUM.Peter Geoghegan
2021-04-04Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane
2021-04-01Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane
2021-03-29Adjust design of per-worker parallel seqscan data structDavid Rowley
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-25Rework HeapTupleHeader macros to reuse itemptr.hAlvaro Herrera
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila