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
/
brin
Age
Commit message (
Expand
)
Author
5 days
Update copyright for 2026
Bruce Momjian
7 days
Change IndexAmRoutines to be statically-allocated structs.
Tom Lane
2025-12-19
Use table/index_close() more consistently
Michael Paquier
2025-12-18
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-11-17
Use streaming read I/O in BRIN vacuum scan.
Masahiko Sawada
2025-11-13
Add some missing #include <limits.h>.
Thomas Munro
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-21
Re-pgindent brin.c.
Nathan Bossart
2025-10-21
Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
2025-10-05
Don't include execnodes.h in brin.h or gin.h
Álvaro Herrera
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-05
Fix incorrect return value in brin_minmax_multi_distance_numeric().
Tom Lane
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-26
Keep the decompressed filter in brin_bloom_union
Tomas Vondra
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
BRIN: be more strict about required support procs
Álvaro Herrera
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-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-02
Convert strategies to and from compare types
Peter Eisentraut
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-21
Optimize alignment calculations in tuple form/deform
David Rowley
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
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-30
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-04
Fix an assortment of typos
David Rowley
2024-04-19
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
Fix a couple typos in BRIN code
Tomas Vondra
2024-04-17
Cleanup parallel BRIN index build code
Tomas Vondra
2024-04-14
Use the correct PG_DETOAST_DATUM macro in BRIN
Tomas Vondra
2024-04-14
Update nbits_set in brin_bloom_union
Tomas Vondra
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
[next]