index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
...
*
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
*
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
*
Push lpp variable closer to usage in heapgetpage()
Peter Eisentraut
2023-01-02
*
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-30
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
*
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
*
Remove overzealous MultiXact freeze assertion.
Peter Geoghegan
2022-12-26
*
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-23
*
Use scanned_pages to decide when to failsafe check.
Peter Geoghegan
2022-12-22
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Add pg_dissect_walfile_name()
Michael Paquier
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
*
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
*
Check the snapshot argument of index_beginscan and family
Alexander Korotkov
2022-12-06
*
Add LSN location in some error messages related to WAL pages
Michael Paquier
2022-12-05
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Remove promote_trigger_file.
Thomas Munro
2022-11-29
*
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-25
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-24
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Don't test HEAP_XMAX_INVALID when freezing xmax.
Peter Geoghegan
2022-11-23
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Use correct type name in comments about freezing.
Peter Geoghegan
2022-11-17
*
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
*
Remove useless casts
Peter Eisentraut
2022-11-16
*
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-16
*
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Document WAL rules related to PD_ALL_VISIBLE in README.
Jeff Davis
2022-11-12
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Remove obsolete comments and code from prior to f8f4227976.
Jeff Davis
2022-11-11
*
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-11-10
*
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
[prev]
[next]