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
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
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-20
Fix under-parenthesized XLogRecHasBlockRef() macro.
Tom Lane
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-10
Fix failure of xlogprefetch.h to include all prerequisite headers.
Tom Lane
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-05
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-04
Fix confusion in SP-GiST between attribute type and leaf storage type.
Tom Lane
2021-04-01
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-03-29
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-03-25
Rework HeapTupleHeader macros to reuse itemptr.h
Alvaro Herrera
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-24
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
[next]