index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2022-01-07
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-08
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-12
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-04
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-23
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-21
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-19
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-28
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
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-12
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-30
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
[next]