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-07-22
Remove unnecessary Windows-specific basebackup code.
Thomas Munro
2022-07-22
Remove O_FSYNC and associated macros.
Thomas Munro
2022-07-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-20
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-07
Add checkpoint and REDO LSN to log_checkpoints message.
Fujii Masao
2022-07-06
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
Refactor sending of DataRow messages in replication protocol
Peter Eisentraut
2022-07-05
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-07-04
Refactor sending of RowDescription messages in replication protocol
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
Fix code comments still referring to pg_start/stop_backup()
Michael Paquier
2022-06-30
Change some unnecessary MemSet calls
Peter Eisentraut
2022-06-30
pgindent run prior to branching v15.
Tom Lane
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-01
Silence compiler warnings from some older compilers.
Tom Lane
2022-05-31
Fix typo in hash README.
Amit Kapila
2022-05-28
Revert "Add single-item cache when looking at topmost XID of a subtrans XID"
Michael Paquier
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-08
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-04
Fix incorrect format placeholders
Peter Eisentraut
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
2022-04-16
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-15
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
Remove comment about historic heap vacuuming issue.
Peter Geoghegan
2022-04-11
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Jeff Davis
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-07
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
Fix typo in xlogrecovery.c code comment
Daniel Gustafsson
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
[next]