aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier2020-12-08
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Replace a macro by a functionPeter Eisentraut2020-11-20
* Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao2020-11-20
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan2020-11-17
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Remove unused and deprecated strategy numbers from BRIN codePeter Eisentraut2020-11-16
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-16
* Make the standby server promptly handle interrupt signals.Fujii Masao2020-11-16
* nbtree: Demote incomplete split "can't happen" error.Peter Geoghegan2020-11-15
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2020-11-09
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Improve nbtree README's LP_DEAD section.Peter Geoghegan2020-11-07
* Message style improvementsAlvaro Herrera2020-11-07
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Fix wal_consistency_checking nbtree bug.Peter Geoghegan2020-11-05
* Fix nbtree cleanup-only VACUUM stats inaccuracies.Peter Geoghegan2020-11-04
* Fix unlinking of SLRU segments.Thomas Munro2020-11-05
* Fix segmentation fault that commit ac22929a26 caused.Fujii Masao2020-11-04
* Get rid of the dedicated latch for signaling the startup process.Fujii Masao2020-11-04
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Fix missing validation for the new GiST sortsupport functions.Heikki Linnakangas2020-10-30
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-28
* Extend amcheck to check heap pages.Robert Haas2020-10-22
* Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera2020-10-15
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2020-10-15
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-12
* Fix typo in multixact.cMichael Paquier2020-10-08
* Fix compilation warning in xlog.cMichael Paquier2020-10-06
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Add block information in error context of WAL REDO apply loopMichael Paquier2020-10-02
* Set right-links during sorted GiST index build.Heikki Linnakangas2020-10-01
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Standardize the printf format for st_sizePeter Eisentraut2020-09-24
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-21
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-20
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17