Commit Graph

32152 Commits (b689df4ca95c6f62a231d817e22649939a8150c4)
 

Author SHA1 Message Date
Peter Eisentraut b689df4ca9 Rename "Example" sections to "Examples" in dblink chapter 15 years ago
Peter Eisentraut ad8641d535 Fix a whitespace issue with the man pages 15 years ago
Tom Lane af0eca1a80 Clean up ill-advised attempt to invent a private set of Node tags. 15 years ago
Tom Lane 34e2ef661b Fix thinko in documentation of local_preload_libraries. 15 years ago
Tom Lane 20b6578bdb Reduce PG_SYSLOG_LIMIT to 900 bytes. 15 years ago
Bruce Momjian 95245e8878 Fix markup for recent wal_level clarification. 15 years ago
Bruce Momjian 857433b80e In documentaiton, clarify which commands have reduced WAL volume for 15 years ago
Tom Lane 1318f1ad77 Move CheckRecoveryConflictDeadlock() call to a safer place. 15 years ago
Tom Lane 0dd6a09e3d Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. 15 years ago
Heikki Linnakangas bc6616aaed Avoid integer overflow when LIMIT + OFFSET >= 2^63. 15 years ago
Peter Eisentraut c1b910ed18 Add host name resolution information to pg_hba.conf error messages 15 years ago
Bruce Momjian 4d2d5b8196 Fix pg_update to properly test for the data directory's existence on 15 years ago
Tom Lane 4798aa5b09 Fix pg_restore's direct-to-database mode for standard_conforming_strings. 15 years ago
Peter Eisentraut 42221b597e Minor message style adjustment 15 years ago
Robert Haas 0b624d64a1 Fix typo. 15 years ago
Peter Eisentraut 14e109e82e Add missing newlines at end of error messages 15 years ago
Robert Haas d94eb49634 Clarify which relkinds accept column comments. 15 years ago
Andrew Dunstan 5c70cc890d Don't build replacement getpeereid function on mingw. 15 years ago
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