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
/
backend
/
access
Age
Commit message (
Expand
)
Author
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-02
nbtree page deletion: Add leaftopparent assertion.
Peter Geoghegan
2021-03-02
Fix nbtree page deletion error messages.
Peter Geoghegan
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-25
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-23
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-22
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
Fujii Masao
2021-02-19
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
Add nbtree README section on page recycling.
Peter Geoghegan
2021-02-18
nbtree README: move VACUUM linear scan section.
Peter Geoghegan
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-16
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-13
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-10
Fix lack of message pluralization
Peter Eisentraut
2021-02-09
Fix obsolete FSM remarks in nbtree README.
Peter Geoghegan
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-07
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-06
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-02-04
Harden nbtree page deletion.
Peter Geoghegan
2021-02-02
Improve confusing variable names
Peter Eisentraut
2021-01-31
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-29
Retire pg_standby.
Thomas Munro
2021-01-27
In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
In clog_redo(), don't set XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-27
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-24
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-20
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-18
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-15
Fix O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-12
Fix thinko in comment
Alvaro Herrera
2021-01-11
Use vectored I/O to fill new WAL segments.
Thomas Munro
2021-01-05
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-05
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-04
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
[next]