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-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
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
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
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-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-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-14
Fix comments related to table AMs
Michael Paquier
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-19
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-17
Fix nbtree.h dedup state comment.
Peter Geoghegan
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
2020-05-01
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-22
nbtree: Rename BT_RESERVED_OFFSET_MASK.
Peter Geoghegan
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-08
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-07
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-03-31
Fix assorted typos
Magnus Hagander
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
[next]