index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
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-27
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-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-22
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-22
Clear ps display of startup process at the end of recovery
Michael Paquier
2022-09-20
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-15
Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.
Noah Misch
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-13
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-12
Don't reference out-of-bounds array elements in brin_minmax_multi.c
David Rowley
2022-09-12
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-09
Add more error context to RestoreBlockImage() and consume it
Michael Paquier
2022-09-08
Instrument freezing in autovacuum log reports.
Peter Geoghegan
2022-09-08
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-03
Fix cache invalidation bug in recovery_prefetch.
Thomas Munro
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-25
Small refactor to get rid of -Wshadow=compatible-local warning
David Rowley
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-23
Remove empty statement
John Naylor
2022-08-18
Adjust assertion in XLogDecodeNextRecord.
Robert Haas
2022-08-17
Use SetInstallXLogFileSegmentActive() in more places in xlog.c
Michael Paquier
2022-08-16
Fix assert in logicalmsg_desc
Tomas Vondra
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-09
Fix obsolete comment in commit_ts.c.
Thomas Munro
2022-08-05
Fix comments about deduplication updating page.
Peter Geoghegan
[next]