aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Refine the definition of page-level freezing.Peter Geoghegan2023-01-03
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Adjust VACUUM hastup LP_REDIRECT comments.Peter Geoghegan2023-01-02
* Avoid special XID snapshotConflictHorizon values.Peter Geoghegan2023-01-02
* Push lpp variable closer to usage in heapgetpage()Peter Eisentraut2023-01-02
* Fix assert in BRIN build_distancesTomas Vondra2022-12-30
* Add const to BufFileWritePeter Eisentraut2022-12-30
* Add page-level freezing to VACUUM.Peter Geoghegan2022-12-28
* Remove overzealous MultiXact freeze assertion.Peter Geoghegan2022-12-26
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-23
* Use scanned_pages to decide when to failsafe check.Peter Geoghegan2022-12-22
* Refactor how VACUUM passes around its XID cutoffs.Peter Geoghegan2022-12-22
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Add pg_dissect_walfile_name()Michael Paquier2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-09
* 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