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
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-11
nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-05
Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
2025-03-05
Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-03
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-21
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-13
XLogRegisterData, XLogRegisterBufData void * argument for binary data
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-02
Convert strategies to and from compare types
Peter Eisentraut
2025-02-02
Move CompareType to separate header file
Peter Eisentraut
2025-02-01
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-23
Convert macros to static inline functions (htup_details.h, itup.h)
Peter Eisentraut
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-20
Add some more use of Page/PageData rather than char *
Peter Eisentraut
2025-01-16
Add and use BitmapHeapScanDescData struct
Melanie Plageman
2025-01-15
Fix cpluspluscheck for "Change gist stratnum function to use CompareType"
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-13
Add BTOPTIONS_PROC comments to nbtree.h.
Peter Geoghegan
2025-01-13
Move nbtree preprocessing into new .c file.
Peter Geoghegan
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
Make verify_compact_attribute available in non-assert builds
David Rowley
2025-01-09
Fix SLRU bank selection code
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024-12-20
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-12-18
Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024-12-17
Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
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
[next]