Commit Graph

92 Commits (6ff5aa129933fbde034c0d21c28cf05e052511f9)

Author SHA1 Message Date
Tom Lane 152c9f7b8f Suppress variable-set-but-not-used warnings from clang 15. 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Peter Geoghegan 8523492d4e Remove tupgone special case from vacuumlazy.c. 4 years ago
Peter Geoghegan e5d8a99903 Use full 64-bit XIDs in deleted nbtree pages. 4 years ago
Peter Geoghegan 617fffee8a Rename removable xid function for consistency. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Bruce Momjian e36e936e0e remove redundant initializations 5 years ago
Andres Freund 1f51c17c68 snapshot scalability: Move PGXACT->xmin back to PGPROC. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 5 years ago
Andres Freund 5e7bbb5286 code: replace 'master' with 'primary' where appropriate. 5 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 5 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Heikki Linnakangas 6655a7299d Use full 64-bit XID for checking if a deleted GiST page is old enough. 6 years ago
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary. 6 years ago
Heikki Linnakangas 9155580fd5 Generate less WAL during GiST, GIN and SP-GiST index build. 6 years ago
Heikki Linnakangas 7df159a620 Delete empty pages during GiST VACUUM. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alexander Korotkov c952eae52a Check for conflicting queries during replay of gistvacuumpage() 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 6a2fa09c0c For wal_consistency_checking, mask page checksum as well as page LSN. 8 years ago
Robert Haas 8da9a22636 Split index xlog headers from other private index headers. 8 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane b1328d78f8 Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. 9 years ago
Alvaro Herrera b78364df18 Remove unused arguments in two GiST subroutines 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Teodor Sigaev 22f519c92a Fix bug introduced by microvacuum for GiST 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 2effb72e68 Remove obsolete cases from GiST update redo code. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas f8f4227976 Refactor per-page logic common to all redo routines to a new function. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Heikki Linnakangas 7ca32e255b Fix hot standby bug with GiST scans. 11 years ago
Heikki Linnakangas 04e298b826 Avoid palloc in critical section in GiST WAL-logging. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 12 years ago
Heikki Linnakangas 9ee4d06f3f Make GiST indexes on-disk compatible with 9.2 again. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Tom Lane 3bbf668de9 Fix multiple problems in WAL replay. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago