Commit Graph

32134 Commits (cd28f09577667b4bfe36c4c41c786b0f69949bd1)
 

Author SHA1 Message Date
Robert Haas cd28f09577 Improvements to SQL/MED documentation. 15 years ago
Tom Lane 2ae6075b59 Fix previous patch so it also works if not USE_SSL (mea culpa). 15 years ago
Tom Lane f9d466e530 Improve libpq's error reporting for SSL failures. 15 years ago
Tom Lane f9c0547aa2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 15 years ago
Bruce Momjian 7f4c34739b In pg_upgrade on Windows, check if the directory is writable by actually 15 years ago
Andrew Dunstan 552a5c73e0 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 15 years ago
Peter Eisentraut 70a488878f Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane eb15f26d57 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 15 years ago
Robert Haas 16a6a70ea3 Unbreak unlogged tables. 15 years ago
Tom Lane 64207122a2 Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Bruce Momjian c3810795e9 In pg_upgrade, fix the -l/log option to work on Windows. 15 years ago
Robert Haas 1879cf3f17 Improve sepgsql and SECURITY LABEL documentation. 15 years ago
Robert Haas aa47101338 Minor improvement to pg_seclabel documentation. 15 years ago
Peter Eisentraut 2011712a5a Fix typo 15 years ago
Peter Eisentraut e4ce3b7775 Change debug message from ereport to elog 15 years ago
Michael Meskes 826fe721b2 Adapted expected result for latest change to ecpglib. 15 years ago
Michael Meskes 40922b69c4 Made ecpglib write double with a precision of 15 digits. 15 years ago
Peter Eisentraut 548d197ca7 Remove claim that the project is not represented in the SQL working group 15 years ago
Peter Eisentraut b17648bc6e Note that information_schema.sql_languages was removed in SQL:2008 15 years ago
Tom Lane fbd847a587 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Tom Lane 3b41d490bb Use errdetail_internal() for SSI transaction cancellation details. 15 years ago
Tom Lane 6578367414 Add an errdetail_internal() ereport auxiliary routine. 15 years ago
Magnus Hagander 885604d112 Fix SSPI login when multiple roundtrips are required 15 years ago
Heikki Linnakangas f844022a09 Fix two ancient bugs in GiST code to re-find a parent after page split: 15 years ago
Tom Lane cf82452855 In planner, don't assume that empty parent tables aren't really empty. 15 years ago
Peter Eisentraut a3678ab214 Small update on suggested startup file locations 15 years ago
Peter Eisentraut a5e3c182c8 Remove README.mb.big5 and README.mb.jp 15 years ago
Peter Eisentraut 699a1c65ed Mark collation-related information schema columns as not implemented 15 years ago
Tom Lane b61b28fbe8 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. 15 years ago
Tom Lane 7c88443399 Fix another oversight in logging of changes in postgresql.conf settings. 15 years ago
Heikki Linnakangas ec194651b8 Fix one overflow and one signedness error, caused by the patch to calculate 15 years ago
Peter Eisentraut ebea4c531c Add item about Clang support to 9.1 release notes 15 years ago
Peter Eisentraut 0a5b01a716 Message style improvements 15 years ago
Tom Lane 6c76524620 Tag 9.1beta3. 15 years ago
Tom Lane 3e80d0d2e5 Update examples for string-related functions. 15 years ago
Tom Lane 4eb4b4013d Update 9.1 release notes to reflect commits through today. 15 years ago
Heikki Linnakangas 9b47c67ccd There's a small window wherein a transaction is committed but not yet 15 years ago
Heikki Linnakangas fdf8f751e7 SSI has a race condition, where the order of commit sequence numbers of 15 years ago
Peter Eisentraut 469345e1e3 Fix use of unportable %m format 15 years ago
Tom Lane db43ec43cc Reclassify replication-related GUC variables as "master" and "standby". 15 years ago
Robert Haas a392b52478 Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. 15 years ago
Tom Lane ec1339ea5c Finish disabling reduced-lock-levels-for-DDL feature. 15 years ago
Heikki Linnakangas 046d52f7d3 Fix a bug with SSI and prepared transactions: 15 years ago
Tom Lane cb1cc305bc Remove assumptions that not-equals operators cannot be in any opclass. 15 years ago
Tom Lane f8bd267d35 Make the file_fdw validator check that a filename option has been provided. 15 years ago
Tom Lane c639d240c0 Call FDW validator functions even when the options list is empty. 15 years ago
Peter Eisentraut 457333d5c2 Message style improvements of errmsg_internal() calls 15 years ago
Tom Lane 10323f3a59 Restructure foreign data wrapper chapter so it has more than one section. 15 years ago
Peter Eisentraut c2fe8e70b2 Postgres -> PostgreSQL in error message 15 years ago
Tom Lane 8b6c89ad13 Improve documentation about foreign data wrapper validator functions. 15 years ago