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
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Refactor WaitForLSNReplay() to return the result of waiting
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-23
Fix typo in tidstore.h.
Masahiko Sawada
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-20
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-08-12
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-07-23
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-06-27
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-22
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-17
Remove unused typedefs
Peter Eisentraut
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-04-19
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-16
Fix nbtree posting list comment.
Peter Geoghegan
2024-04-16
Fix nbtree page recycling comment.
Peter Geoghegan
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
[next]