Commit Graph

3573 Commits (4be058fe9ec5e630239b656af21fc083371f30ed)

Author SHA1 Message Date
Michael Paquier dad335b89f Replace search.cpan.org with metacpan.org 7 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 7 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 7 years ago
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly. 7 years ago
Tom Lane e3b7f7cc50 Fix contrib/hstore_plperl to look through scalar refs. 7 years ago
Tom Lane e4300a3552 Avoid platform-dependent output from Data::Dumper. 7 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 7 years ago
Alexander Korotkov dad8bed04a Fix memory leak in PLySequence_ToJsonbValue() 7 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 7 years ago
Tom Lane f248453b7a Update sepgsql regression test output for getObjectDescription() changes. 7 years ago
Tom Lane b86b7bfa3e Improve English wording of some other getObjectDescription() messages. 7 years ago
Tom Lane c6e846446d printf("%lf") is not portable, so omit the "l". 7 years ago
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