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
/
gin
Age
Commit message (
Expand
)
Author
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-02
Fix memory leak in _gin_parallel_merge
Tomas Vondra
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-01
Remove a stray "pgrminclude" annotation
Peter Eisentraut
2025-03-29
Fix grammar in GIN README
Tomas Vondra
2025-03-15
Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-03-06
Fix some performance issues in GIN query startup.
Tom Lane
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-04
Enforce memory limit during parallel GIN builds
Tomas Vondra
2025-03-04
Compress TID lists when writing GIN tuples to disk
Tomas Vondra
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-24
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-18
Add common interface for TBMIterators
Melanie Plageman
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-01-29
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-13
Don't release index root page pin in ginFindParents().
Tom Lane
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-24
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-03
Fix race in SSI interaction with gin fast path.
Thomas Munro
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
[next]