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
2020-11-03
Fix typos.
Amit Kapila
2020-10-22
Extend amcheck to check heap pages.
Robert Haas
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
2020-08-17
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-15
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-11
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-29
Remove non-fast promotion.
Fujii Masao
2020-07-29
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-26
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-21
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-14
Fix comments related to table AMs
Michael Paquier
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-06-25
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-24
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-20
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-19
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-17
Fix nbtree.h dedup state comment.
Peter Geoghegan
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-08
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-28
Fix some comments in xlogreader.h
Michael Paquier
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-11
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-05-05
Normalize _bt_findsplitloc() argument names.
Peter Geoghegan
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
[next]