Commit Graph

32163 Commits (00fc5d22634df1a59c8a265dba3f12814dc343c3)
 

Author SHA1 Message Date
Peter Eisentraut 00fc5d2263 Message style improvements 15 years ago
Peter Eisentraut 280daac707 Fix typo 15 years ago
Tom Lane 6a3f153d08 Fix incorrect timeout handling during initial authentication transaction. 15 years ago
Bruce Momjian fee4a066b1 Add major features list and introductory text for 9.1 release notes. 15 years ago
Robert Haas a60c16db5f Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name. 15 years ago
Tom Lane 989f530d3f Back-patch assorted latch-related fixes. 15 years ago
Tom Lane 74d099494c Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 15 years ago
Tom Lane 6760a4d402 Documentation improvement and minor code cleanups for the latch facility. 15 years ago
Tom Lane 028a0c5a29 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Peter Eisentraut 8956231576 Add "Compatibility" section to ALTER EXTENSION reference page 15 years ago
Peter Eisentraut 9089628d96 Remove whitespace from end of lines 15 years ago
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