aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* 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
* Fix earthdistance test suite function name typo.Noah Misch2018-07-29
* Make error message of pageinspect more consistent for raw page inputsMichael Paquier2018-07-29
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Make more consistent some error messages for file-related operationsMichael Paquier2018-07-23
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* 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
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* 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
* Fix WITH CHECK OPTION on views referencing postgres_fdw tables.Jeff Davis2018-07-08
* Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera2018-07-05
* pg_standby: Remove code for .backup filesPeter Eisentraut2018-07-01
* Use optimized bitmap set function for membership test in postgres_fdwMichael Paquier2018-07-01
* 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
* Avoid platform-dependent output from Data::Dumper.Tom Lane2018-06-18
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-18
* Fix memory leak in PLySequence_ToJsonbValue()Alexander Korotkov2018-06-15
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Update sepgsql regression test output for getObjectDescription() changes.Tom Lane2018-05-24