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
85 min.
Refactor some repetitive SLRU code
HEAD
master
Álvaro Herrera
4 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
12 hours
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
4 days
Remove leftover dead code from commit_ts.h.
Fujii Masao
7 days
Rationalize handling of VacuumParams
Michael Paquier
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-06
Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
2025-06-02
Rename gist stratnum support function
Peter Eisentraut
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-04
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-03-25
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-24
Expand comment for isset_offset.
Nathan Bossart
2025-03-22
Improve nbtree array primitive scan scheduling.
Peter Geoghegan
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
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
[next]