Commit Graph

3012 Commits (40fc4575205dc563b88da1db9a8a75cc4d3b848a)

Author SHA1 Message Date
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 9 years ago
Tom Lane de33af8823 Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS. 9 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 9 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 9 years ago
Tom Lane e13ac5586c Avoid possible crash in contrib/bloom's blendscan(). 9 years ago
Robert Haas 02a568a027 postgres_fdw: Fix the fix for crash when pushing down multiple joins. 9 years ago
Robert Haas 1b812afb0e Fix multiple problems in postgres_fdw query cancellation logic. 9 years ago
Tom Lane d94977ef1c Ensure plan stability in contrib/btree_gist regression test. 9 years ago
Robert Haas 8826d85078 Tweak a few more things in preparation for upcoming pgindent run. 9 years ago
Heikki Linnakangas d22b85fbd4 Remove unused macros. 9 years ago
Tom Lane f050423052 Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Tom Lane c8e81afc60 Convert contrib/seg's bool-returning SQL functions to V1 call convention. 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
Robert Haas f039eaac71 Allow queries submitted by postgres_fdw to be canceled. 10 years ago
Robert Haas 5b1f9ce1d9 postgres_fdw: Don't push down certain full joins. 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Robert Haas da7d44b627 postgres_fdw: Clean up handling of system columns. 10 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 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
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 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 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Teodor Sigaev 38627f6878 Fix output of regression test of contrib/tsearch2 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Peter Eisentraut 339025c68f Replace printf format %i by %d 10 years ago
Peter Eisentraut 8b737f9084 Fix printf format 10 years ago
Teodor Sigaev bb140506df Phrase full text search. 10 years ago
Tom Lane de94e2af18 Run pgindent on a batch of (mostly-planner-related) source files. 10 years ago
Simon Riggs d25379eb23 Modify test_decoding/messages to remove non-ascii chars 10 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Teodor Sigaev eb7308d298 Fix typo 10 years ago
Tom Lane a75a418d07 Clean up dubious code in contrib/seg. 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
Noah Misch 4ad6f13500 Copyedit comments and documentation. 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
Robert Haas 5d4171d1c7 Don't require a user mapping for FDWs to work. 10 years ago
Alvaro Herrera 3e1338475f Add missing checks to some of pageinspect's BRIN functions 10 years ago