index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
hash
Commit message (
Expand
)
Author
Age
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
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-08
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Remove unnecessary #ifdef USE_ICU and branch.
Jeff Davis
2023-02-23
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-25
*
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-24
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Improve speed of hash index build.
Tom Lane
2022-07-28
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Change some unnecessary MemSet calls
Peter Eisentraut
2022-07-01
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Fix typo in hash README.
Amit Kapila
2022-05-31
*
Adjust tuplesort API to have bitwise option flags
David Rowley
2022-04-04
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
Fix grammar mistake in hash index README
John Naylor
2021-08-12
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
[next]