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
*
Fix handling of multi-column BRIN indexes
Tomas Vondra
2023-02-19
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-07
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
*
Reduce code duplication between heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
*
Add helper functions to simplify heapgettup code
David Rowley
2023-02-03
*
Further refactor of heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Refactor heapam.c adding heapgettup_initial_block function
David Rowley
2023-02-02
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Update more obsolete multixact.c comments.
Peter Geoghegan
2023-01-24
*
Fix XLogPageRead() comment
Peter Eisentraut
2023-01-23
*
Run pgindent on heapam.c
David Rowley
2023-01-23
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
*
Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.
Tom Lane
2023-01-19
*
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
*
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-18
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
*
Tighten up VACUUM's approach to setting VM bits.
Peter Geoghegan
2023-01-16
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
*
Refactor code in charge of running shell-based recovery commands
Michael Paquier
2023-01-16
*
Code cleanup
Peter Eisentraut
2023-01-12
*
Make lazy_vacuum_heap_rel match lazy_scan_heap.
Peter Geoghegan
2023-01-11
*
vacuumlazy.c: Tweak local variable name.
Peter Geoghegan
2023-01-11
*
Rename and relocate freeze plan dedup routines.
Peter Geoghegan
2023-01-11
*
Improve TransactionIdDidAbort() documentation.
Peter Geoghegan
2023-01-11
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Fix typos in code and comments
Michael Paquier
2023-01-11
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-03
*
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-03
*
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
2023-01-03
*
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
*
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
[next]