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
/
brin
/
brin.c
Commit message (
Expand
)
Author
Age
*
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-30
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-18
*
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
2023-04-05
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix handling of multi-column BRIN indexes
Tomas Vondra
2023-02-19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Improve quoting in some error messages
Peter Eisentraut
2021-04-14
*
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-07
*
Support the old signature of BRIN consistent function
Tomas Vondra
2021-03-26
*
Optimize allocations in bringetbitmap
Tomas Vondra
2021-03-23
*
Move IS [NOT] NULL handling from BRIN support functions
Tomas Vondra
2021-03-23
*
Pass all scan keys to BRIN consistent function at once
Tomas Vondra
2021-03-23
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
[next]