aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* 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
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-24
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.Robert Haas2018-05-16
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-09
* pgstatindex: HASH -> hashAlvaro Herrera2018-05-09
* adminpack: Revoke EXECUTE on pg_logfile_rotate()Stephen Frost2018-05-07
* Avoid portability issues in autoprewarm.c.Tom Lane2018-05-03
* Remove now-unnecessary cast.Robert Haas2018-05-02
* Prevent NaN in jsonb/plpython transformPeter Eisentraut2018-05-02
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-01
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-01
* Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane2018-04-30
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-30
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Preliminary work for pgindent run.Tom Lane2018-04-26
* Add amcheck missing downlink tests.Teodor Sigaev2018-04-25
* Add missing and dangling downlink checks to amcheckTeodor Sigaev2018-04-25
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix potentially-unportable code in contrib/adminpack.Tom Lane2018-04-15
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* YA attempt to stabilize the results of the postgres_fdw regression test.Tom Lane2018-04-12
* Revert MERGE patchSimon Riggs2018-04-12
* Fix clashing function names between jsonb_plperl and jsonb_plperluPeter Eisentraut2018-04-11
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Remove repeated test in contrib/amcheckTeodor Sigaev2018-04-09
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Add missing "static" markers.Tom Lane2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund2018-04-06
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06