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