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
*
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
*
Remove redundant breaks in HeapTupleSatisfiesVisibility
Andres Freund
2022-11-05
*
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-05
*
Improve the description of XLOG_RUNNING_XACTS.
Amit Kapila
2022-11-02
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-25
*
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
*
Improve memory handling across SQL-callable backup functions
Michael Paquier
2022-10-22
*
Get rid of XLogCtlInsert->forcePageWrites
Alvaro Herrera
2022-10-19
*
Remove pg_backup_start_callback and reuse similar code
Alvaro Herrera
2022-10-19
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-14
*
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-13
*
Simplify some maths in xlogreader.c
Michael Paquier
2022-10-12
*
Remove unnecessary semicolons after goto labels
John Naylor
2022-10-10
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Fix comment in xlogprefetcher.c
Michael Paquier
2022-10-06
[next]