summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-1/+1
* Improve the generation memory allocatorDavid Rowley2022-04-041-0/+6
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-251-3/+16
* Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan2021-02-111-3/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Delete empty pages in each pass during GIST VACUUM.Amit Kapila2020-01-131-93/+67
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-211-0/+10
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-241-4/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-5/+5
* Fix bug in the GiST vacuum's 2nd stage.Heikki Linnakangas2019-03-221-13/+14
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-221-35/+343
* Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas2019-03-051-190/+282
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-021-10/+9
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-091-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-281-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-3/+3
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-3/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-13/+8
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-171-7/+4
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-1/+0
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-1/+1
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-171-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-1/+1
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-4/+0
* Message style and spelling improvementsPeter Eisentraut2011-06-221-1/+1
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-5/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-37/+20
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-1/+1
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-161-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove some more dead VACUUM-FULL-only code.Tom Lane2010-02-081-464/+2
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-51/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2