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
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-06-28
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
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Use bump context for TID bitmaps stored by vacuum
John Naylor
2024-04-08
Use streaming I/O in ANALYZE.
Thomas Munro
2024-04-07
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-06
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-04
Preliminary refactor of heap scanning functions
David Rowley
2024-04-03
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-01
Introduce 'options' argument to heap_page_prune()
Heikki Linnakangas
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-28
Rethink create and attach APIs of shared TidStore.
Masahiko Sawada
2024-03-26
Fix inconsistent function prototypes with function definitions.
Masahiko Sawada
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-21
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-14
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-04
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
[next]