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
2024-02-07
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-02-06
Change initial use of pg_atomic_write_u64 to init
Alvaro Herrera
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-29
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-26
Combine FSM updates for prune and no-prune cases.
Robert Haas
2024-01-25
Add more LOG messages when starting and ending recovery from a backup
Michael Paquier
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-22
Fix some typos
Michael Paquier
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2024-01-18
Remove LVPagePruneState.
Robert Haas
2024-01-18
Move VM update code from lazy_scan_heap() to lazy_scan_prune().
Robert Haas
2024-01-18
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-16
Be more consistent about whether to update the FSM while vacuuming.
Robert Haas
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-11
Remove hastup from LVPagePruneState.
Robert Haas
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
gist: fix typo "split(t)ed" -> "split"
Robert Haas
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-30
Fix parallel BRIN builds with synchronized scans
Tomas Vondra
2023-12-30
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-27
Fix incorrect data type choices in some read and write calls.
Tom Lane
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
Show isCatalogRel in several rmgr descriptions.
Masahiko Sawada
2023-12-20
Add support for incremental backup.
Robert Haas
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-20
Additional write barrier in AdvanceXLInsertBuffer().
Jeff Davis
2023-12-20
Use 64-bit atomics for xlblocks array elements.
Jeff Davis
2023-12-12
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
Add empty BRIN ranges during CREATE INDEX
Tomas Vondra
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
Initialize ShmemVariableCache like other shmem areas
Heikki Linnakangas
2023-12-08
Fix potential pointer overflow in xlogreader.c.
Thomas Munro
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-12-01
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-11-30
Fix typo in 5a1dfde8334b
Alexander Korotkov
2023-11-30
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-27
Check if ii_AmCache is NULL in aminsertcleanup
Tomas Vondra
2023-11-27
Reduce rate of walwriter wakeups due to async commits.
Heikki Linnakangas
[next]