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
/
test
/
modules
/
dummy_index_am
Age
Commit message (
Expand
)
Author
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-07-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
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-05
Refactor code building relation options
Michael Paquier
2019-09-27
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-25
Update expected output for dummy_index_am
Alvaro Herrera
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-09-25
Make more stable regression tests of dummy_index_am for string validations
Michael Paquier
2019-09-25
Add dummy_index_am to src/test/modules/
Michael Paquier