Commit Graph

29638 Commits (66b82c20d9686f6da2d7125bda4fe8d9c6db8428)
 

Author SHA1 Message Date
Bruce Momjian 66b82c20d9 Small adjustment by pgindent. 16 years ago
Bruce Momjian c24b2ef217 Re-add comma, oops. 16 years ago
Tom Lane 52e2b33a55 Add some logging code for unexpected cases in pgstat.c, particularly being 16 years ago
Tom Lane d75f7a01bf Fix a commented-out block of code that pgindent didn't understand 16 years ago
Bruce Momjian cb08f6b688 Remove unnecessary comma in documentation. 16 years ago
Tom Lane 1f44a313bd Add missing reset of need_initialization in reloptions code. 16 years ago
Tom Lane 924d6ed437 Modify psql's \d printout to fold exclusion constraints in with regular 16 years ago
Tom Lane f4898c945f Sync timezone code with tzcode 2010c from the Olson group. This fixes some 16 years ago
Heikki Linnakangas e0f9e2b648 Fix bug in KnownAssignedXidsMany(). I saw this when looking at the 16 years ago
Heikki Linnakangas daaeac88aa Fix comment which was apparently copy-pasted from another function. 16 years ago
Tom Lane e6555b436e Simplify a couple of pg_dump and psql \d queries about index constraints 16 years ago
Tom Lane 4df5c6c719 Update comment for pg_constraint.conindid to mention that it's used for 16 years ago
Robert Haas 70aedc0c55 Fix incorrect comment about permissions checking being done in utility.c. 16 years ago
Itagaki Takahiro 17d8de0e61 pg_start_backup() can use a share lock to lock ControlFileLock 16 years ago
Tom Lane 8c9a120f6b Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, 16 years ago
Tom Lane dac7a37dd3 Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera ff5ab91299 Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Michael Meskes 600be01e89 ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique. 16 years ago
Andrew Dunstan 6fcd5010e2 Add checks for valid encoding of query strings passed to SPI by plperl. 16 years ago
Bruce Momjian b989662bf1 Return proper exit code (3) from psql when ON_ERROR_STOP=on and 16 years ago
Magnus Hagander aa8eed3172 Add missing space in example. 16 years ago
Michael Meskes 6e2cf34ec1 Better test the content of the SQLSTATE string in ecpglib than the pointer. 16 years ago
Magnus Hagander 2a0dec7888 Require hostname to be set when using GSSAPI authentication. Without it, 16 years ago
Magnus Hagander 6c6ee75ad3 Disallow gssapi authentication on local connections, since it 16 years ago
Tom Lane 676b26dd9a Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Magnus Hagander 43d07d63b1 Revert patch for --psqlrc=FILENAME in psql. 16 years ago
Tom Lane 153012c7d1 Fix warning messages in restrict_and_check_grant() to include the column name 16 years ago
Magnus Hagander 66c2cc2ba9 Add --psqlrc=FILENAME parameter to psql, to process an explicitly named 16 years ago
Tom Lane b8b34b7b44 When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Michael Meskes 8eb81949a5 In case the connection magically disappears libecpg only returns an internal 16 years ago
Heikki Linnakangas 3bdede3974 Fix IsBinaryCoercible to not confuse a cast using in/out functions 16 years ago
Bruce Momjian 0ea0afa444 Add C comment about DDL changes possibly causing pg_dump errors. 16 years ago
Bruce Momjian ea066f87c3 Document that "Q" is ignored by to_date and to_timestamp. Add C comment 16 years ago
Tom Lane 61d75116a7 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Heikki Linnakangas eb1c3b5e3b Fix pg_dump of ACLs of foreign servers. The command to grant/revoke 16 years ago
Tom Lane 5e47403be3 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 8bf14182cf Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 16 years ago
Andrew Dunstan 3a8497892c Make iconv work like other optional libraries for MSVC. 16 years ago
Bruce Momjian 8b420770b3 Fix SGML markup. 16 years ago
Bruce Momjian d859b17f0f Restructure CREATE FUNCTION "NOTES" section to be shorter; move items 16 years ago
Tom Lane 77e0d7b3eb Instead of trying (and failing) to allow <<label>> at the end of a DECLARE 16 years ago
Bruce Momjian 7c55be792b Adjust max_standby_delay documentation to be clearer, and mention that 16 years ago
Andrew Dunstan 05028cc33f Add missing library and include dir for XSLT in MSVC builds 16 years ago
Bruce Momjian b098dbec0d Document the effect of max_standby_delay on increasing the delay of data 16 years ago
Peter Eisentraut 9393bc62c5 Update keywords list for 9.0 16 years ago
Andrew Dunstan 4ab911da74 Do not run regression tests for contrib/xml2 on MSVC unless building with XML 16 years ago
Tom Lane e664969f0f Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma. 16 years ago
Andrew Dunstan 5600aaccbd Add XSLT defines for MSVC builds 16 years ago
Heikki Linnakangas 95c833b41f Fix translation of strings in psql \d output (translation in headers worked, 16 years ago
Heikki Linnakangas 93df658a01 Fix numericlocale psql option when used with a null string and latex and troff 16 years ago