Commit Graph

29652 Commits (0131088f1829ca968c8d1302728c6ff37a97092d)
 

Author SHA1 Message Date
Simon Riggs 0131088f18 Fix typo in streaming replication protocol docs. 16 years ago
Simon Riggs ce701c1e73 Fix typo in math function docs, spotted by Heikki. 16 years ago
Heikki Linnakangas a383c55a1d Throw a nicer error message if a standby server attempts to connect while 16 years ago
Simon Riggs bd11a0f67f Document that trig functions accept/return values in radians. 16 years ago
Simon Riggs 1a163a0c68 Remove incorrect comment from GetWriteRecPtr(): the return value is always 16 years ago
Tom Lane 324505af01 Update oidjoins regression test for 9.0. 16 years ago
Peter Eisentraut 66cac8feab Add some more structure and bits of information to PL/Python documentation 16 years ago
Bruce Momjian 54aaef8642 Revert all keepalive moves, reevaluate. 16 years ago
Bruce Momjian 3f10d21ecd Move more tcp keepalive macros to be consistent. 16 years ago
Bruce Momjian 45d9d90c83 Move TCP keepalive macro definition 16 years ago
Bruce Momjian a6c1cea2b7 Add libpq warning message if the .pgpass-retrieved password fails. 16 years ago
Peter Eisentraut 8b2ae44dc8 Update shared memory configuration information for Linux 16 years ago
Bruce Momjian 5473df9eb7 Document what user name email symbols are supported by tsearch. 16 years ago
Bruce Momjian 89b0095ebd Allow underscores in tsearch email addressses, per RFC 5322 and report 16 years ago
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