index
:
users/gsingh/postgres.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
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
brinfuncs.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-14
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-03-27
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-16
pageinspect: Fix memory context allocation of page in brin_revmap_data()
Michael Paquier
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-19
pageinspect: Change block number arguments to bigint
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-02-03
In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-03-28
Add missing checks to some of pageinspect's BRIN functions
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-13
Use materialize SRF mode in brin_page_items
Alvaro Herrera
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-07
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera