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
2024-09-09
Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()
Michael Paquier
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-26
Fix nbtree lookahead overflow bug.
Peter Geoghegan
2024-08-23
Rework new SLRU test with injection points
Michael Paquier
2024-08-20
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-19
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-08-19
Search for SLRU page only in its own bank
Alvaro Herrera
2024-08-18
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-12
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-12
Fix bad indentation introduced in commit f011e82c2c
Heikki Linnakangas
2024-08-11
Avoid unneeded nbtree backwards scan buffer locks.
Peter Geoghegan
2024-08-11
Initialize HASHCTL differently, to suppress Coverity warning
Heikki Linnakangas
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-08-06
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-06
Clean up handling of client_encoding GUC in parallel workers.
Tom Lane
2024-08-06
Remove unnecessary declaration of heapam_methods
Michael Paquier
2024-08-06
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-01
Add redo LSN to pgstats files
Michael Paquier
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-30
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
Replace static buf with a stack-allocated one in ReadControlFile
Heikki Linnakangas
2024-07-30
Replace static buf with palloc in str_time()
Heikki Linnakangas
2024-07-26
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-23
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-07-23
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-22
Initialize wal_level in the initial checkpoint record.
Robert Haas
2024-07-19
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Use safe string copy routine
Daniel Gustafsson
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
[next]