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
/
backend
/
access
/
gin
Age
Commit message (
Expand
)
Author
9 days
Fix another typo in gininsert.c
Michael Paquier
11 days
Fix typos in gininsert.c
Michael Paquier
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-04
Remove no longer needed casts from Pointer
Peter Eisentraut
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-03
Remove useless casts to Pointer
Peter Eisentraut
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-04
Trim TIDs during parallel GIN builds more eagerly
Tomas Vondra
2025-11-04
Limit the size of TID lists during parallel GIN build
Tomas Vondra
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-06
Avoid unnecessary GinFormTuple() calls for incompressible posting lists.
Masahiko Sawada
2025-10-02
Remove useless pointer update in ginxlog.c
Michael Paquier
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-26
Put "excludeOnly" GIN scan keys at the end of the scankey array.
Tom Lane
2025-08-26
Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
Tom Lane
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-05-10
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
[next]