Commit Graph

29676 Commits (a836abe9f6934b51a0f92cb50c8514cd6f14c8b6)
 

Author SHA1 Message Date
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
Tom Lane d6a6f8c6be Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Magnus Hagander 8373490607 It's clearly now pointless to do backwards compatible parsing of this, 16 years ago
Tom Lane 1ecafd622e Buildfarm still unhappy, so I'll bet it's EACCES not EPERM. 16 years ago
Tom Lane a102090995 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Greg Stark 73632828ac add EPERM to the list of return codes to expect from opening directories based on Vista results 16 years ago
Tom Lane 936c4af1c6 Fix up memory management problems in contrib/xml2. 16 years ago
Greg Stark 7d7db18a68 Second try at fsyncing directories in CREATE DATABASE. Let's see what the build farm says of opening directories read-only and ignoring EBADF from fsync of directories 16 years ago
Tom Lane a12333eed2 Assorted code cleanup for contrib/xml2. No change in functionality, 16 years ago
Bruce Momjian bd7246f65e Update complex locale example in the documentation. 16 years ago
Bruce Momjian 0ff1c3e547 *** empty log message *** 16 years ago
Michael Meskes d6166a5d7e Make sure ecpg uses the same header files in the same order as the backend. 16 years ago
Tom Lane 4d17a2146c Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 16 years ago