aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Check the snapshot argument of index_beginscan and familyAlexander Korotkov2022-12-06
* Add LSN location in some error messages related to WAL pagesMichael Paquier2022-12-05
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Remove promote_trigger_file.Thomas Munro2022-11-29
* Improve indenting in _hash_pgaddtupDavid Rowley2022-11-25
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Speedup hash index builds by skipping needless binary searchesDavid Rowley2022-11-24
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-23
* Don't test HEAP_XMAX_INVALID when freezing xmax.Peter Geoghegan2022-11-23
* lwlock: Fix quadratic behavior with very long wait listsAndres Freund2022-11-20
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Use correct type name in comments about freezing.Peter Geoghegan2022-11-17
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-16
* Remove useless castsPeter Eisentraut2022-11-16
* Turn HeapKeyTest macro into inline functionPeter Eisentraut2022-11-16
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-15
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-15
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis2022-11-12
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Remove obsolete comments and code from prior to f8f4227976.Jeff Davis2022-11-11
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund2022-11-05
* Remove unneeded includes of <sys/stat.h>Michael Paquier2022-11-05
* Improve the description of XLOG_RUNNING_XACTS.Amit Kapila2022-11-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Allow nodeSort to perform Datum sorts for byref typesDavid Rowley2022-10-28
* Update outdated comment for TransactionIdSetTreeStatusHeikki Linnakangas2022-10-25
* Fix recently added incorrect assertionAlvaro Herrera2022-10-24
* Improve memory handling across SQL-callable backup functionsMichael Paquier2022-10-22
* Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera2022-10-19
* Remove pg_backup_start_callback and reuse similar codeAlvaro Herrera2022-10-19
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund2022-10-14
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-13
* Simplify some maths in xlogreader.cMichael Paquier2022-10-12
* Remove unnecessary semicolons after goto labelsJohn Naylor2022-10-10
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Fix comment in xlogprefetcher.cMichael Paquier2022-10-06