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
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
/
rmgrdesc
Age
Commit message (
Expand
)
Author
2021-04-20
Improve WAL record descriptions for SP-GiST records.
Tom Lane
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-05
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-09-10
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-03
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-21
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-13
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-12
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-06-19
Fix description of WAL record XLOG_BTREE_META_CLEANUP
Michael Paquier
2019-04-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-22
Delete empty pages during GiST VACUUM.
Heikki Linnakangas
2019-03-20
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-02-12
Fix description of WAL record XLOG_PARAMETER_CHANGE
Michael Paquier
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-11-20
Make WAL description output more consistent
Peter Eisentraut
2018-11-14
Add flag values in WAL description to all heap records
Michael Paquier
2018-05-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-04-19
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-17
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
[prev]
[next]