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
/
hash
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Doc: fix typo in hash index documentation
David Rowley
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Simplify hash_xlog_split_allocate_page()
Peter Eisentraut
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-08
Fix typo
Peter Eisentraut
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-01
Set amcancrosscompare to true for hash
Peter Eisentraut
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
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-02
Convert strategies to and from compare types
Peter Eisentraut
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-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-08-05
Remove support for null pg_locale_t most places.
Jeff Davis
2024-07-30
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-04-11
Fix inconsistency with replay of hash squeeze record for clean buffers
Michael Paquier
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-11
Update obsolete index scan TID comments.
Peter Geoghegan
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-07
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-01
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-13
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-10-23
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-05
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
[next]