Commit Graph

3491 Commits (ed0cfde2e7fca2c129e560491bbb15331f2ff2f4)

Author SHA1 Message Date
Andrew Dunstan 2d36a5e9da Provide a log_level setting for auto_explain 8 years ago
Noah Misch fb17eabf1b Fix earthdistance test suite function name typo. 8 years ago
Michael Paquier 59eb12c9c5 Make error message of pageinspect more consistent for raw page inputs 8 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 8 years ago
Michael Paquier 56df07bb9e Make more consistent some error messages for file-related operations 8 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 8 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 8 years ago
Tom Lane 1007b0a126 Fix hashjoin costing mistake introduced with inner_unique optimization. 8 years ago
Tom Lane 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 8 years ago
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