Commit Graph

3511 Commits (33001fd7a7072d483272115a9376478fdc007fb9)

Author SHA1 Message Date
Robert Haas 7fc7dac1a7 Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. 7 years ago
Alvaro Herrera bef5fcc36b pgstatindex, pageinspect: handle partitioned indexes 7 years ago
Alvaro Herrera c8478f4fd9 pgstatindex: HASH -> hash 7 years ago
Stephen Frost 7b347409fa adminpack: Revoke EXECUTE on pg_logfile_rotate() 7 years ago
Tom Lane cddc4dc6c6 Avoid portability issues in autoprewarm.c. 7 years ago
Robert Haas a365f52d58 Remove now-unnecessary cast. 7 years ago
Peter Eisentraut 40f52b16dd Prevent NaN in jsonb/plpython transform 7 years ago
Tom Lane fbb2e9a030 Fix assorted compiler warnings seen in the buildfarm. 7 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 7 years ago
Robert Haas 37a3058bc7 Fix interaction of foreign tuple routing with remote triggers. 7 years ago
Tom Lane 6594ee2803 Remove jsonb_plperl test cases for Inf/NaN conversions. 7 years ago
Tom Lane 827eb4393c Tweak new jsonb_plperl test cases to work with old Perl versions. 7 years ago
Peter Eisentraut e348e7ae57 Prevent infinity and NaN in jsonb/plperl transform 7 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Tom Lane f83bf385c1 Preliminary work for pgindent run. 7 years ago
Teodor Sigaev f35f30f74b Add amcheck missing downlink tests. 7 years ago
Teodor Sigaev 4eaf7eaccb Add missing and dangling downlink checks to amcheck 7 years ago
Tom Lane c792c7db41 Change more places to be less trusting of RestrictInfo.is_pushed_down. 8 years ago
Teodor Sigaev 075aade436 Adjust INCLUDE index truncation comments and code. 8 years ago
Tom Lane 3a2d636598 Fix potentially-unportable code in contrib/adminpack. 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Tom Lane 2fe977712c YA attempt to stabilize the results of the postgres_fdw regression test. 8 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 8 years ago
Peter Eisentraut 651cb90941 Fix clashing function names between jsonb_plperl and jsonb_plperlu 8 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Teodor Sigaev 1671c01650 Remove repeated test in contrib/amcheck 8 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Tom Lane 2fa55f26a0 Add missing "static" markers. 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Andres Freund 4f813c7203 Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5. 8 years ago
Robert Haas 3d956d9562 Allow insert and update tuple routing and COPY for foreign tables. 8 years ago
Stephen Frost 11523e860f Support new default roles with adminpack 8 years ago
Stephen Frost 0fdc8495bf Add default roles for file/program access 8 years ago
Robert Haas 870d89608e Refactor PgFdwModifyState creation/destruction into separate functions. 8 years ago
Magnus Hagander eed1ce72e1 Allow background workers to bypass datallowconn 8 years ago
Teodor Sigaev f4cd7102b5 Add support of bool, bpchar, name and uuid to btree_gin 8 years ago
Teodor Sigaev 0a64b45152 Fix handling of non-upgraded B-tree metapages 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Tom Lane eac93e20af Remove less-portable-than-believed test case. 8 years ago
Tom Lane 331b2369c0 Fix platform and Perl-version dependencies in new jsonb_plperl code. 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Tom Lane d4a4c3d5b4 Suppress compiler warning in new jsonb_plperl code. 8 years ago
Peter Eisentraut 341e166180 Transforms for jsonb to PL/Perl 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Tom Lane 6278a2a262 Remove contrib/jsonb_plpython's tests for infinity and NaN conversions. 8 years ago