Commit Graph

3511 Commits (33001fd7a7072d483272115a9376478fdc007fb9)

Author SHA1 Message Date
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Michael Paquier edb9797660 Revoke pg_stat_statements_reset() permissions 7 years ago
Andres Freund b076eb7669 auto_explain: Include JIT information if applicable. 7 years ago
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules. 7 years ago
Tom Lane fedc97cdfd Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Tom Lane a5322ca10f Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Michael Paquier d6e98ebe37 Improve some error message strings and errcodes 7 years ago
Tom Lane f30c6f523f Clean up after TAP tests in oid2name and vacuumlo. 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Thomas Munro 5e8d670c31 Add Greek characters to unaccent.rules. 7 years ago
Alexander Korotkov f919c165eb Enforce cube dimension limit in all cube construction functions 7 years ago
Alexander Korotkov 38970ce862 Split contrib/cube platform-depended checks into separate test 7 years ago
Etsuro Fujita 7cfdc77023 Disable support for partitionwise joins in problematic cases. 7 years ago
Andrew Gierth bf2d0462cd postgres_fdw: don't push ORDER BY with no vars (bug #15352) 7 years ago
Michael Paquier bfea331a5e Rework option set of vacuumlo 7 years ago
Michael Paquier 1aaf532dea Rework option set of oid2name 7 years ago
Heikki Linnakangas 31380bc7c2 Spell "partitionwise" consistently. 7 years ago
Alvaro Herrera c40489e449 Fix logical replication slot initialization 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Andrew Dunstan 2d36a5e9da Provide a log_level setting for auto_explain 7 years ago
Noah Misch fb17eabf1b Fix earthdistance test suite function name typo. 7 years ago
Michael Paquier 59eb12c9c5 Make error message of pageinspect more consistent for raw page inputs 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Michael Paquier 56df07bb9e Make more consistent some error messages for file-related operations 7 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 7 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 7 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Tom Lane 1007b0a126 Fix hashjoin costing mistake introduced with inner_unique optimization. 7 years ago
Tom Lane 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 7 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 7 years ago
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 7 years ago
Jeff Davis a45adc747e Fix WITH CHECK OPTION on views referencing postgres_fdw tables. 7 years ago
Alvaro Herrera 8d1c1ca70b Reduce cost of test_decoding's new oldest_xmin test 7 years ago
Peter Eisentraut a33969ee91 pg_standby: Remove code for .backup files 7 years ago
Michael Paquier 65782346a4 Use optimized bitmap set function for membership test in postgres_fdw 7 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 7 years ago
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