summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvacuum.c
AgeCommit message (Expand)Author
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-02-11Add is_analyze parameter to vacuum_delay_point().Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-19Fix page modification outside of critical section in GINAlexander Korotkov
2019-11-19Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-19Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-23Reduce page locking in GIN vacuumTeodor Sigaev
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-07-27Reuse all-zero pages in GIN.Heikki Linnakangas
2015-03-12Fix memory leaks in GIN index vacuum.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas