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
/
contrib
/
bloom
Age
Commit message (
Expand
)
Author
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-04
Remove incidental md5() function uses from several tests
Peter Eisentraut
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-02-27
Update types in smgr API
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-12
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Noah Misch
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-07
Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
Noah Misch
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-09-28
Fix instability in contrib/bloom TAP tests.
Tom Lane
2021-09-27
Re-enable contrib/bloom's TAP tests.
Tom Lane
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-04-07
Remove redundant memset(0) calls for page init of some index AMs
Michael Paquier
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-01
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Refactor code building relation options
Michael Paquier
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-09-25
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
[next]