Commit Graph

78 Commits (4ba4bfaf256c17fe4c8f497924b74eb98241b84f)

Author SHA1 Message Date
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Michael Paquier 3534fa2233 Refactor code building relation options 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Michael Paquier 69f9410807 Allow definition of lock mode for custom reloptions 6 years ago
Michael Paquier 736b84eede Fix failure with lock mode used for custom relation options 6 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 6 years ago
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s). 6 years ago
Peter Eisentraut 5e1963fb76 Collations with nondeterministic comparison 6 years ago
Tom Lane e89f14e2bb Refactor index cost estimation functions in view of IndexClause changes. 6 years ago
Tom Lane fa2cf164aa Rename nodes/relation.h to nodes/pathnodes.h. 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Michael Paquier 1d7dd18686 Revert all new recent changes to add PGXS options for TAP and isolation 7 years ago
Michael Paquier b0b1f4183a Disable temporarily TAP tests for contrib/bloom/ 7 years ago
Michael Paquier 03faa4a8dd Add PGXS options to control TAP and isolation tests 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 7 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 7 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 7 years ago
Tom Lane c35b472869 Fix errors in contrib/bloom index build. 7 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 7e60e67861 Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Tom Lane 4c11d2c559 Flag index metapages as standard-format in xlog.c calls. 8 years ago
Robert Haas c6fd5cd706 Fix typo. 8 years ago
Alvaro Herrera 4b95cc1dc3 Add more tests for reloptions 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 8 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Peter Eisentraut 0665023b44 Remove unnecessary prototypes 9 years ago
Peter Eisentraut f1a469c9f1 Fix use of offsetof() 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane d6c9e05cb7 Fix assorted bugs in contrib/bloom. 9 years ago