Commit Graph

48289 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)
 

Author SHA1 Message Date
Tom Lane 8729fa7248 Fix tuple column count in pg_control_init(). 6 years ago
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 6 years ago
Alvaro Herrera 6cafde1bd4 Add backend-only appendStringInfoStringQuoted 6 years ago
Tom Lane 0da33c762b In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file. 6 years ago
Etsuro Fujita 5a20b0219e Fix handling of multiple AFTER ROW triggers on a foreign table. 6 years ago
Tom Lane 28e6a2fd63 Fix race condition in our Windows signal emulation. 6 years ago
Tom Lane 99351a8b5a Improve isolationtester's timeout management. 6 years ago
Amit Kapila 2d0fdfacce Fix typos in miscinit.c. 6 years ago
Noah Misch fd5e16e782 Document search_path security with untrusted dbowner or CREATEROLE. 6 years ago
Tom Lane a395e21e98 Doc: improve documentation about run-time pruning's effects on EXPLAIN. 6 years ago
Andrew Dunstan e75b1e3371 Remove PQsslpassword function 6 years ago
Tom Lane 830d1c73b3 Improve test coverage of ruleutils.c. 6 years ago
Jeff Davis 30d47723fd Fix comments in execGrouping.c 6 years ago
Tom Lane fbbf68094c Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX. 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Michael Paquier 690c880269 Improve some comments in pg_upgrade.c 6 years ago
Michael Paquier 28f4bba66b Remove configure check for OpenSSL's SSL_get_current_compression() 6 years ago
Robert Haas 431ba7bebf pg_basebackup: Refactor code for reading COPY and tar data. 6 years ago
Robert Haas 42f362967d Minor comment improvements for instrumentation.h 6 years ago
Alvaro Herrera 9a79823496 Blind attempt at fixing ecpg/compatlib's build 6 years ago
Alvaro Herrera 0b9466fce2 Offer pnstrdup to frontend code 6 years ago
Peter Eisentraut b1abfec825 Update minimum SSL version 6 years ago
Etsuro Fujita 4af77aa797 Fix whitespace. 6 years ago
Michael Paquier d37ddb745b Use carriage returns for data insertion logs in pgbench on terminal 6 years ago
Michael Paquier 85b9ef5fe7 Remove unnecessary definition of CancelRequested in bin/scripts/ 6 years ago
Tomas Vondra b527394367 Ensure maxlen is at leat 1 in dict_int 6 years ago
Tom Lane bf39b3af6a Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN. 6 years ago
Michael Paquier 68ab982906 Fix thinkos from commit 9989d37 6 years ago
Peter Eisentraut 88d45ac752 Fix alter_system_table test 6 years ago
Michael Paquier 9989d37d1c Remove XLogFileNameP() from the tree 6 years ago
Michael Paquier e5532f194c Fix failures with TAP tests of pg_ctl on Windows 6 years ago
Tom Lane 55a1954da1 Fix EXPLAIN's column alias output for mismatched child tables. 6 years ago
Tom Lane ce76c0ba53 Add a reverse-translation column number array to struct AppendRelInfo. 6 years ago
Tom Lane 4526951d56 Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN. 6 years ago
Michael Paquier 1d468b9ad8 Add query cancellation capabilities in pgbench init phase 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Andrew Dunstan c01ac6dcba Add dummy versions of new SSL functions for non-SSL builds 6 years ago
Tom Lane c35b714caf Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Tomas Vondra 3ff660bbeb Fix off-by-one error in PGTYPEStimestamp_fmt_asc 6 years ago
Amit Kapila 98a9b37ba7 Revert commits 290acac92b and 8a7e9e9dad. 6 years ago
Peter Eisentraut e6c2d17c53 Small code simplification 6 years ago
Peter Eisentraut 7fc380f83d Add a regression test for allow_system_table_mods 6 years ago
Peter Eisentraut c4a7a392ec Make allow_system_table_mods settable at run time 6 years ago
Peter Eisentraut 508bf95b76 Remove any-user DML capability from allow_system_table_mods 6 years ago
Peter Eisentraut d4feadeca1 Add error position to an error message 6 years ago
Tomas Vondra c60e520f6e Use memcpy instead of a byte loop in pglz_decompress 6 years ago
Tomas Vondra 6d61c3f1cb Remove unnecessary clauses_attnums variable 6 years ago
Tomas Vondra c676e659b2 Fix choose_best_statistics to check clauses individually 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago