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
...
*
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
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
*
doc: Fix some grammar and typos
Michael Paquier
2022-10-01
*
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-30
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix some comments of do_pg_backup_start() and do_pg_backup_stop()
Michael Paquier
2022-09-28
*
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-09-27
*
Remove dependency to StringInfo in xlogbackup.{c.h}
Michael Paquier
2022-09-27
*
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-26
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Clear ps display of startup process at the end of recovery
Michael Paquier
2022-09-22
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
Fix typos referring to PGPROC
John Naylor
2022-09-19
*
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
Noah Misch
2022-09-15
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Remove useless pstrdups in untransformRelOptions
Alvaro Herrera
2022-09-13
*
Rename macro related to pg_backup_stop()
Michael Paquier
2022-09-13
*
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-13
*
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
Peter Eisentraut
2022-09-12
*
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-12
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
[prev]
[next]