Commit Graph

3581 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 8 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 8 years ago
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 8 years ago
Jeff Davis a45adc747e Fix WITH CHECK OPTION on views referencing postgres_fdw tables. 8 years ago
Alvaro Herrera 8d1c1ca70b Reduce cost of test_decoding's new oldest_xmin test 8 years ago
Peter Eisentraut a33969ee91 pg_standby: Remove code for .backup files 8 years ago
Michael Paquier 65782346a4 Use optimized bitmap set function for membership test in postgres_fdw 8 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 8 years ago
Michael Paquier dad335b89f Replace search.cpan.org with metacpan.org 8 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 8 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 8 years ago
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly. 8 years ago
Tom Lane e3b7f7cc50 Fix contrib/hstore_plperl to look through scalar refs. 8 years ago
Tom Lane e4300a3552 Avoid platform-dependent output from Data::Dumper. 8 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 8 years ago
Alexander Korotkov dad8bed04a Fix memory leak in PLySequence_ToJsonbValue() 8 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 8 years ago
Tom Lane f248453b7a Update sepgsql regression test output for getObjectDescription() changes. 8 years ago
Tom Lane b86b7bfa3e Improve English wording of some other getObjectDescription() messages. 8 years ago
Tom Lane c6e846446d printf("%lf") is not portable, so omit the "l". 8 years ago
Robert Haas 7fc7dac1a7 Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. 8 years ago
Alvaro Herrera bef5fcc36b pgstatindex, pageinspect: handle partitioned indexes 8 years ago
Alvaro Herrera c8478f4fd9 pgstatindex: HASH -> hash 8 years ago
Stephen Frost 7b347409fa adminpack: Revoke EXECUTE on pg_logfile_rotate() 8 years ago
Tom Lane cddc4dc6c6 Avoid portability issues in autoprewarm.c. 8 years ago
Robert Haas a365f52d58 Remove now-unnecessary cast. 8 years ago
Peter Eisentraut 40f52b16dd Prevent NaN in jsonb/plpython transform 8 years ago
Tom Lane fbb2e9a030 Fix assorted compiler warnings seen in the buildfarm. 8 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 8 years ago
Robert Haas 37a3058bc7 Fix interaction of foreign tuple routing with remote triggers. 8 years ago
Tom Lane 6594ee2803 Remove jsonb_plperl test cases for Inf/NaN conversions. 8 years ago
Tom Lane 827eb4393c Tweak new jsonb_plperl test cases to work with old Perl versions. 8 years ago
Peter Eisentraut e348e7ae57 Prevent infinity and NaN in jsonb/plperl transform 8 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane f83bf385c1 Preliminary work for pgindent run. 8 years ago
Teodor Sigaev f35f30f74b Add amcheck missing downlink tests. 8 years ago
Teodor Sigaev 4eaf7eaccb Add missing and dangling downlink checks to amcheck 8 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