index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Allow executor startup pruning to prune all child nodes.
Tom Lane
2019-12-11
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
*
Use only one thread to handle incoming signals on Windows.
Tom Lane
2019-12-11
*
Remove ATPrepSetStatistics
Peter Eisentraut
2019-12-11
*
Fix output of Unicode normalization test
Peter Eisentraut
2019-12-11
*
Fix some compiler warnings with timestamp parsing in formatting.c
Michael Paquier
2019-12-11
*
Fix tuple column count in pg_control_init().
Tom Lane
2019-12-10
*
Cosmetic cleaning of pg_config.h.win32
Peter Eisentraut
2019-12-10
*
Add backend-only appendStringInfoStringQuoted
Alvaro Herrera
2019-12-10
*
In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.
Tom Lane
2019-12-10
*
Fix handling of multiple AFTER ROW triggers on a foreign table.
Etsuro Fujita
2019-12-10
*
Fix race condition in our Windows signal emulation.
Tom Lane
2019-12-09
*
Improve isolationtester's timeout management.
Tom Lane
2019-12-09
*
Fix typos in miscinit.c.
Amit Kapila
2019-12-09
*
Document search_path security with untrusted dbowner or CREATEROLE.
Noah Misch
2019-12-08
*
Doc: improve documentation about run-time pruning's effects on EXPLAIN.
Tom Lane
2019-12-08
*
Remove PQsslpassword function
Andrew Dunstan
2019-12-07
*
Improve test coverage of ruleutils.c.
Tom Lane
2019-12-06
*
Fix comments in execGrouping.c
Jeff Davis
2019-12-06
*
Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.
Tom Lane
2019-12-06
*
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-12-06
*
Improve some comments in pg_upgrade.c
Michael Paquier
2019-12-06
*
Remove configure check for OpenSSL's SSL_get_current_compression()
Michael Paquier
2019-12-06
*
pg_basebackup: Refactor code for reading COPY and tar data.
Robert Haas
2019-12-05
*
Minor comment improvements for instrumentation.h
Robert Haas
2019-12-05
*
Blind attempt at fixing ecpg/compatlib's build
Alvaro Herrera
2019-12-04
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Update minimum SSL version
Peter Eisentraut
2019-12-04
*
Fix whitespace.
Etsuro Fujita
2019-12-04
*
Use carriage returns for data insertion logs in pgbench on terminal
Michael Paquier
2019-12-04
*
Remove unnecessary definition of CancelRequested in bin/scripts/
Michael Paquier
2019-12-04
*
Ensure maxlen is at leat 1 in dict_int
Tomas Vondra
2019-12-03
*
Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.
Tom Lane
2019-12-03
*
Fix thinkos from commit 9989d37
Michael Paquier
2019-12-03
*
Fix alter_system_table test
Peter Eisentraut
2019-12-03
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Fix failures with TAP tests of pg_ctl on Windows
Michael Paquier
2019-12-03
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
*
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-02
*
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-12-02
*
Add query cancellation capabilities in pgbench init phase
Michael Paquier
2019-12-02
*
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-12-02
*
Add dummy versions of new SSL functions for non-SSL builds
Andrew Dunstan
2019-12-01
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
*
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-30
*
Small code simplification
Peter Eisentraut
2019-11-29
*
Add a regression test for allow_system_table_mods
Peter Eisentraut
2019-11-29
[next]