Commit Graph

3510 Commits (aa47fa8532effa95cb9ca6dbd2baba8a620bf67e)

Author SHA1 Message Date
Tom Lane f285f23970 Fix up confusion over how to use EXTRA_INSTALL. 7 years ago
Michael Paquier 2882bab920 Fix generation of padding message before encrypting Elgamal in pgcrypto 7 years ago
Michael Paquier ff9c222669 Disable WAL-skipping optimization for COPY on views and foreign tables 7 years ago
Tom Lane 7465871879 Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Bruce Momjian 48cf9184ce C comment: remove extra '*' 7 years ago
Andrew Gierth 02e669c0f7 Fix hstore hash function for empty hstores upgraded from 8.4. 7 years ago
Andrew Gierth 2e497ed235 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Tom Lane d1e869d1ef Still further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane 6d2c760b05 Improve stability of recently-added regression test case. 7 years ago
Andres Freund 88670a4366 Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Tom Lane 67e7d4da72 Allow btree comparison functions to return INT_MIN. 7 years ago
Peter Eisentraut 40159d91cc Remove redundant allocation 7 years ago
Andres Freund e97c4d967b Fix issues around EXPLAIN with JIT. 7 years ago
Tom Lane 1f25c7a8fc Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Andres Freund e63441c3f5 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 9590f7d6c6 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Michael Paquier a3bb831efe Revoke pg_stat_statements_reset() permissions 7 years ago
Andres Freund e5b2bd091a auto_explain: Include JIT information if applicable. 7 years ago
Andrew Gierth f1ca5a654d Fix out-of-tree build for transform modules. 7 years ago
Tom Lane 224256f890 Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Tom Lane 23aad181f4 Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Tom Lane f5c93cf922 Avoid using potentially-under-aligned page buffers. 7 years ago
Alexander Korotkov 36343e59b5 Enforce cube dimension limit in all cube construction functions 7 years ago
Alexander Korotkov 1668186eb3 Split contrib/cube platform-depended checks into separate test 7 years ago
Etsuro Fujita 940487956e Disable support for partitionwise joins in problematic cases. 7 years ago
Andrew Gierth 8bc6a301b2 postgres_fdw: don't push ORDER BY with no vars (bug #15352) 7 years ago
Heikki Linnakangas 83f2691a3f Spell "partitionwise" consistently. 8 years ago
Alvaro Herrera 7326a7d638 Fix logical replication slot initialization 8 years ago
Andrew Gierth d06eebce5f Provide for contrib and pgxs modules to install include files. 8 years ago
Noah Misch 5ed0b6daec Fix earthdistance test suite function name typo. 8 years ago
Heikki Linnakangas 65976cd86a Fix misc typos, mostly in comments. 8 years ago
Tom Lane 704e393190 Fix hashjoin costing mistake introduced with inner_unique optimization. 8 years ago
Tom Lane dbd7f4e7c4 Fix crash in contrib/ltree's lca() function for empty input array. 8 years ago
Michael Paquier 9069eb95f4 Block replication slot advance for these not yet reserving WAL 8 years ago
Tom Lane 95cce84c16 Fix yet more problems with incorrectly-constructed zero-length arrays. 8 years ago
Alvaro Herrera aba2184bed Reduce cost of test_decoding's new oldest_xmin test 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