aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin.c
Commit message (Expand)AuthorAge
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Remove some more "snapshot too old" vestiges.Thomas Munro2023-09-08
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-05
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fix handling of multi-column BRIN indexesTomas Vondra2023-02-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove redundant initialization of BrinMemTuple.Tom Lane2022-01-04
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Improve quoting in some error messagesPeter Eisentraut2021-04-14
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Support the old signature of BRIN consistent functionTomas Vondra2021-03-26
* Optimize allocations in bringetbitmapTomas Vondra2021-03-23
* Move IS [NOT] NULL handling from BRIN support functionsTomas Vondra2021-03-23
* Pass all scan keys to BRIN consistent function at onceTomas Vondra2021-03-23
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Implement operator class parametersAlexander Korotkov2020-03-30
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Refactor code building relation optionsMichael Paquier2019-11-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21