Commit Graph

140 Commits (fa44b8b7fbb7eb0f13546aa13976f9919a4ca201)

Author SHA1 Message Date
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 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. 10 years ago
Tom Lane ed0097e4f9 Add SQL-accessible functions for inspecting index AM properties. 10 years ago
Tom Lane e3049285a3 Trivial cosmetic cleanup in bloom/blutils.c. 10 years ago
Tom Lane 5484c0a980 Minor fixes in contrib installation scripts. 10 years ago
Noah Misch 3be0a62ffe Finish pgindent run for 9.6: Perl files. 10 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects 10 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 10 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 10 years ago
Tom Lane e13ac5586c Avoid possible crash in contrib/bloom's blendscan(). 10 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Tom Lane 14216649f3 PGDLLIMPORT-ify old_snapshot_threshold. 10 years ago
Kevin Grittner 7cb1db1d95 Include snapmgr.h in blscan.c 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Teodor Sigaev 813b456ea2 Add page id to bloom index 10 years ago
Tom Lane cf223c3bf5 Improve contrib/bloom regression test using code coverage info. 10 years ago
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister(). 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Teodor Sigaev eb7308d298 Fix typo 10 years ago
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 10 years ago
Tom Lane a9284849b4 Clean up some stuff in new contrib/bloom module. 10 years ago
Tom Lane 5a5b917184 Add missing "static". 10 years ago
Teodor Sigaev 9c50372d20 Fix condition in e9e441c9fa 10 years ago
Teodor Sigaev e9e441c9fa Prevent mark as deleted and as 'has free space' page in bloom module 10 years ago
Teodor Sigaev 80afb62db0 Fixes in bloom contrib module 10 years ago
Teodor Sigaev 27f3bbfad4 Fixes in bloom contrib module missed during review 10 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 10 years ago