summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2020-11-091-1/+0
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-6/+7
* Improve nbtree README's LP_DEAD section.Peter Geoghegan2020-11-071-7/+13
* Message style improvementsAlvaro Herrera2020-11-071-14/+2
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-071-1/+101
* Fix wal_consistency_checking nbtree bug.Peter Geoghegan2020-11-051-0/+2
* Fix nbtree cleanup-only VACUUM stats inaccuracies.Peter Geoghegan2020-11-041-1/+14
* Fix unlinking of SLRU segments.Thomas Munro2020-11-051-26/+18
* Fix segmentation fault that commit ac22929a26 caused.Fujii Masao2020-11-041-1/+2
* Get rid of the dedicated latch for signaling the startup process.Fujii Masao2020-11-041-15/+14
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-022-3/+3
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-312-17/+36
* Fix missing validation for the new GiST sortsupport functions.Heikki Linnakangas2020-10-301-0/+1
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-281-1/+0
* Extend amcheck to check heap pages.Robert Haas2020-10-222-0/+30
* Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera2020-10-152-7/+14
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2020-10-152-14/+7
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-121-2/+2
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-121-28/+32
* Fix typo in multixact.cMichael Paquier2020-10-081-2/+2
* Fix compilation warning in xlog.cMichael Paquier2020-10-061-2/+0
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+1
* Add block information in error context of WAL REDO apply loopMichael Paquier2020-10-021-1/+15
* Set right-links during sorted GiST index build.Heikki Linnakangas2020-10-011-0/+13
* Defer flushing of SLRU files.Thomas Munro2020-09-256-146/+194
* Standardize the printf format for st_sizePeter Eisentraut2020-09-242-9/+9
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-243-13/+4
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-211-1/+1
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-211-6/+9
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-201-0/+1
* Fix comments in heapam.c.Amit Kapila2020-09-181-10/+8
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-171-0/+4
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-175-102/+753
* Report resource usage at the end of recoveryDavid Rowley2020-09-161-2/+7
* Message fixes and style improvementsPeter Eisentraut2020-09-142-7/+7
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-101-3/+14
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-053-5/+5
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-041-1/+2
* Remove some more useless assignments.Tom Lane2020-09-042-2/+0
* remove redundant initializationsBruce Momjian2020-09-031-1/+0
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-021-0/+34
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-011-0/+1
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-304-37/+26
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-271-12/+16
* Add additional information in the vacuum error context.Amit Kapila2020-08-262-22/+88
* Improve the vacuum error context phase information.Amit Kapila2020-08-241-20/+32
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-202-17/+1
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-171-0/+2