aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow executor startup pruning to prune all child nodes.Tom Lane2019-12-11
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-11
* Use only one thread to handle incoming signals on Windows.Tom Lane2019-12-11
* Remove ATPrepSetStatisticsPeter Eisentraut2019-12-11
* Fix output of Unicode normalization testPeter Eisentraut2019-12-11
* Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier2019-12-11
* Fix tuple column count in pg_control_init().Tom Lane2019-12-10
* Cosmetic cleaning of pg_config.h.win32Peter Eisentraut2019-12-10
* Add backend-only appendStringInfoStringQuotedAlvaro Herrera2019-12-10
* In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.Tom Lane2019-12-10
* Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita2019-12-10
* Fix race condition in our Windows signal emulation.Tom Lane2019-12-09
* Improve isolationtester's timeout management.Tom Lane2019-12-09
* Fix typos in miscinit.c.Amit Kapila2019-12-09
* Document search_path security with untrusted dbowner or CREATEROLE.Noah Misch2019-12-08
* Doc: improve documentation about run-time pruning's effects on EXPLAIN.Tom Lane2019-12-08
* Remove PQsslpassword functionAndrew Dunstan2019-12-07
* Improve test coverage of ruleutils.c.Tom Lane2019-12-06
* Fix comments in execGrouping.cJeff Davis2019-12-06
* Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane2019-12-06
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-06
* Improve some comments in pg_upgrade.cMichael Paquier2019-12-06
* Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier2019-12-06
* pg_basebackup: Refactor code for reading COPY and tar data.Robert Haas2019-12-05
* Minor comment improvements for instrumentation.hRobert Haas2019-12-05
* Blind attempt at fixing ecpg/compatlib's buildAlvaro Herrera2019-12-04
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Update minimum SSL versionPeter Eisentraut2019-12-04
* Fix whitespace.Etsuro Fujita2019-12-04
* Use carriage returns for data insertion logs in pgbench on terminalMichael Paquier2019-12-04
* Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier2019-12-04
* Ensure maxlen is at leat 1 in dict_intTomas Vondra2019-12-03
* Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane2019-12-03
* Fix thinkos from commit 9989d37Michael Paquier2019-12-03
* Fix alter_system_table testPeter Eisentraut2019-12-03
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier2019-12-03
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-02
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane2019-12-02
* Add query cancellation capabilities in pgbench init phaseMichael Paquier2019-12-02
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-02
* Add dummy versions of new SSL functions for non-SSL buildsAndrew Dunstan2019-12-01
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-30
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-30
* Small code simplificationPeter Eisentraut2019-11-29
* Add a regression test for allow_system_table_modsPeter Eisentraut2019-11-29