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
/
include
/
access
Age
Commit message (
Expand
)
Author
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-24
Wrap inline function definitions in #ifndef FRONTEND
Alvaro Herrera
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-12
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
Fix typos
Michael Paquier
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-05
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-02
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-23
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-22
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-08
Remove unused function declaration
David Rowley
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-18
Support direct I/O on macOS.
Thomas Munro
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-29
Bump XLOG_PAGE_MAGIC for format changes related to FPW compression
Michael Paquier
2021-06-29
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-05-27
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
[next]