aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier2018-11-26
* Fix regression test handling of test_decoding with MSVCMichael Paquier2018-11-26
* Disable temporarily TAP tests for contrib/bloom/Michael Paquier2018-11-26
* Add PGXS options to control TAP and isolation testsMichael Paquier2018-11-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* 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
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-23
* Add a 64-bit hash function for type citext.Tom Lane2018-11-23
* Silence compiler warningsAlvaro Herrera2018-11-23
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Blind attempt at fixing sepgsql output for 578b22.Andres Freund2018-11-20
* Fix sepgsql compile error caused by oid removal.Andres Freund2018-11-20
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* 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
* Make float exponent output on Windows look the same as elsewhere.Tom Lane2018-10-12
* Remove timetravel extension.Andres Freund2018-10-11
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Force synchronous commit to be enabled for all test_decoding tests.Andres Freund2018-10-10
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Remove redundant allocationPeter Eisentraut2018-10-05
* In the executor, use an array of pointers to access the rangetable.Tom Lane2018-10-04
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* 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
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* 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
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Clean up after TAP tests in oid2name and vacuumlo.Tom Lane2018-09-04
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Add Greek characters to unaccent.rules.Thomas Munro2018-09-02
* 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
* Rework option set of vacuumloMichael Paquier2018-08-28
* Rework option set of oid2nameMichael Paquier2018-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
* Provide a log_level setting for auto_explainAndrew Dunstan2018-07-31