Commit Graph

93 Commits (f58af9f416f95b1b396aab55c5978f277fe13ac7)

Author SHA1 Message Date
Thomas Munro f58af9f416 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Andres Freund acab1b0914 Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() 2 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Tomas Vondra e3fcca0d0d Revert changes in HOT handling of BRIN indexes 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 3534fa2233 Refactor code building relation options 6 years ago
Heikki Linnakangas 9155580fd5 Generate less WAL during GiST, GIN and SP-GiST index build. 7 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alexander Korotkov 52ac6cd2d0 Prevent GIN deleted pages from being reclaimed too early 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Teodor Sigaev 0bef1c0678 Re-think predicate locking on GIN indexes. 7 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Teodor Sigaev 43d1ed60fd Predicate locking in GIN index 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 438036264a Don't cast between GinNullCategory and bool 8 years ago
Tom Lane 81e334ce4e Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
Robert Haas 8da9a22636 Split index xlog headers from other private index headers. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane fdc9186f7e Replace the built-in GIN array opclasses with a single polymorphic opclass. 9 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 9 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Fujii Masao c291503b1c Rename pending_list_cleanup_size to gin_pending_list_limit. 11 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago