summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add amcheck missing downlink tests.Teodor Sigaev2018-04-253-8/+49
* Add missing and dangling downlink checks to amcheckTeodor Sigaev2018-04-251-16/+381
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-201-1/+2
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-191-38/+33
* Fix potentially-unportable code in contrib/adminpack.Tom Lane2018-04-151-2/+2
* Reorganize partitioning codeAlvaro Herrera2018-04-142-0/+2
* YA attempt to stabilize the results of the postgres_fdw regression test.Tom Lane2018-04-122-15/+15
* Revert MERGE patchSimon Riggs2018-04-122-62/+0
* Fix clashing function names between jsonb_plperl and jsonb_plperluPeter Eisentraut2018-04-111-6/+6
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-092-2/+0
* Remove repeated test in contrib/amcheckTeodor Sigaev2018-04-092-24/+2
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+1
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-082-2/+2
* Add missing "static" markers.Tom Lane2018-04-081-3/+3
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-078-32/+257
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-074-1/+94
* Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund2018-04-061-3/+0
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-065-3/+678
* Support new default roles with adminpackStephen Frost2018-04-066-33/+300
* Add default roles for file/program accessStephen Frost2018-04-062-19/+34
* Refactor PgFdwModifyState creation/destruction into separate functions.Robert Haas2018-04-061-109/+169
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+1
* Add support of bool, bpchar, name and uuid to btree_ginTeodor Sigaev2018-04-0512-4/+688
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-051-2/+15
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-047-18/+51
* Remove less-portable-than-believed test case.Tom Lane2018-04-044-48/+2
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-046-52/+110
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-0310-11/+9
* Suppress compiler warning in new jsonb_plperl code.Tom Lane2018-04-031-2/+5
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-0312-2/+952
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-032-0/+62
* Revert "Modified files for MERGE"Simon Riggs2018-04-022-62/+0
* Modified files for MERGESimon Riggs2018-04-022-0/+62
* Remove contrib/jsonb_plpython's tests for infinity and NaN conversions.Tom Lane2018-04-022-75/+0
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-023-16/+220
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Add amcheck verification of heap relations belonging to btree indexes.Andres Freund2018-03-316-33/+362
* Rewrite the code that applies scan/join targets to paths.Robert Haas2018-03-291-41/+40
* Fix jsonb_plpython tests on older Python versionsPeter Eisentraut2018-03-282-3/+2
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-2812-2/+1140
* Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.Tom Lane2018-03-244-70/+70
* Remove stdbool workaround in sepgsqlPeter Eisentraut2018-03-221-8/+0
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-227-45/+73
* Sync up our various ways of estimating pg_class.reltuples.Tom Lane2018-03-221-15/+21
* Fix errors in contrib/bloom index build.Tom Lane2018-03-221-6/+11
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-215-66/+57
* Add strict_word_similarity to pg_trgm moduleTeodor Sigaev2018-03-219-59/+1375
* Rework word_similarity documentation, make it close to actual algorithm.Teodor Sigaev2018-03-211-2/+2
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-161-1/+1
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-161-2/+2