summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-16Fix build of Perl-using modules of WindowsPeter Eisentraut
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-16Clean up some misplaced comments in partition_join.sql regression test.Etsuro Fujita
2019-12-15Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier
2019-12-14Try to stabilize results of new tuplesort regression test.Tom Lane
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier
2019-12-14Fix mdsyncfiletag(), take II.Thomas Munro
2019-12-14Don't use _mdfd_getseg() in mdsyncfiletag().Thomas Munro
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas
2019-12-13Modernize our readline API a tad.Tom Lane
2019-12-12Put back regression test case in a more robust form.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-12(Blindly) tweak new test regexAlvaro Herrera
2019-12-12Remove extra parenthesis from comment.Etsuro Fujita
2019-12-12Add readfuncs.c support for AppendRelInfo.Tom Lane
2019-12-11Remove unstable test case added in commit 5935917ce.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-11Use only one thread to handle incoming signals on Windows.Tom Lane
2019-12-11Remove ATPrepSetStatisticsPeter Eisentraut
2019-12-11Fix output of Unicode normalization testPeter Eisentraut
2019-12-11Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier
2019-12-10Fix tuple column count in pg_control_init().Tom Lane
2019-12-10Cosmetic cleaning of pg_config.h.win32Peter Eisentraut
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-12-10In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.Tom Lane
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-12-09Improve isolationtester's timeout management.Tom Lane
2019-12-09Fix typos in miscinit.c.Amit Kapila
2019-12-07Remove PQsslpassword functionAndrew Dunstan
2019-12-06Improve test coverage of ruleutils.c.Tom Lane
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-12-06Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane
2019-12-06Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier
2019-12-06Improve some comments in pg_upgrade.cMichael Paquier
2019-12-06Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier
2019-12-05pg_basebackup: Refactor code for reading COPY and tar data.Robert Haas
2019-12-05Minor comment improvements for instrumentation.hRobert Haas
2019-12-04Blind attempt at fixing ecpg/compatlib's buildAlvaro Herrera
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-12-04Fix whitespace.Etsuro Fujita
2019-12-04Use carriage returns for data insertion logs in pgbench on terminalMichael Paquier
2019-12-04Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier
2019-12-03Fix thinkos from commit 9989d37Michael Paquier
2019-12-03Fix alter_system_table testPeter Eisentraut