aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita2019-04-24
* Avoid double-free in vacuumlo error path.Tom Lane2019-03-24
* Don't auto-restart per-database autoprewarm workers.Robert Haas2019-03-18
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-15
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-07
* Avoid amcheck inline compression false positives.Peter Geoghegan2019-02-06
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix up confusion over how to use EXTRA_INSTALL.Tom Lane2019-01-11
* Fix generation of padding message before encrypting Elgamal in pgcryptoMichael Paquier2019-01-01
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-23
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* C comment: remove extra '*'Bruce Momjian2018-11-28
* Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth2018-11-24
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-24
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Improve stability of recently-added regression test case.Tom Lane2018-10-16
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Remove redundant allocationPeter Eisentraut2018-10-05
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Fix tuple_data_split() to not open a relation without any lock.Tom Lane2018-10-01
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Revoke pg_stat_statements_reset() permissionsMichael Paquier2018-09-25
* auto_explain: Include JIT information if applicable.Andres Freund2018-09-24
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane2018-09-06
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Enforce cube dimension limit in all cube construction functionsAlexander Korotkov2018-08-31
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-08-31
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth2018-08-28
* Spell "partitionwise" consistently.Heikki Linnakangas2018-08-09
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-31
* Fix earthdistance test suite function name typo.Noah Misch2018-07-29
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane2018-07-14
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-13
* Block replication slot advance for these not yet reserving WALMichael Paquier2018-07-11
* Fix yet more problems with incorrectly-constructed zero-length arrays.Tom Lane2018-07-09
* Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera2018-07-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Replace search.cpan.org with metacpan.orgMichael Paquier2018-06-29
* Make capitalization of term "OpenSSL" more consistentMichael Paquier2018-06-29
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-18
* Fix contrib/hstore_plperl to look through scalar refs.Tom Lane2018-06-18