summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-16Improve stability of recently-added regression test case.Tom Lane
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane
2018-10-11Remove timetravel extension.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-10Force synchronous commit to be enabled for all test_decoding tests.Andres Freund
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-05Remove redundant allocationPeter Eisentraut
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-10-01Fix tuple_data_split() to not open a relation without any lock.Tom Lane
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-25Revoke pg_stat_statements_reset() permissionsMichael Paquier
2018-09-24auto_explain: Include JIT information if applicable.Andres Freund
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-09-11Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-04Improve some error message strings and errcodesMichael Paquier
2018-09-04Clean up after TAP tests in oid2name and vacuumlo.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-09-01Add Greek characters to unaccent.rules.Thomas Munro
2018-08-31Enforce cube dimension limit in all cube construction functionsAlexander Korotkov
2018-08-31Split contrib/cube platform-depended checks into separate testAlexander Korotkov
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-08-28postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth
2018-08-28Rework option set of vacuumloMichael Paquier
2018-08-28Rework option set of oid2nameMichael Paquier
2018-08-09Spell "partitionwise" consistently.Heikki Linnakangas
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-07-31Provide a log_level setting for auto_explainAndrew Dunstan
2018-07-29Fix earthdistance test suite function name typo.Noah Misch
2018-07-29Make error message of pageinspect more consistent for raw page inputsMichael Paquier
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-23Make more consistent some error messages for file-related operationsMichael Paquier
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-14Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane
2018-07-13Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-07-10Block replication slot advance for these not yet reserving WALMichael Paquier
2018-07-09Fix yet more problems with incorrectly-constructed zero-length arrays.Tom Lane
2018-07-08Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis
2018-07-05Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera
2018-07-01pg_standby: Remove code for .backup filesPeter Eisentraut