Commit Graph

28772 Commits (b2bc12af46353bdc4863721f5314cf774b60cd3d)
 

Author SHA1 Message Date
Heikki Linnakangas b2bc12af46 On Windows, syslogger runs in two threads. The main thread processes config 16 years ago
Tom Lane 9df6127bcf Fix psql's \copy to not insert spaces around dots and commas in the text of 16 years ago
Peter Eisentraut b6953bc189 IP port -> TCP port 16 years ago
Tom Lane acbee0efbc Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OID 16 years ago
Tom Lane b090207cde Fix a problem introduced by my patch of 2010-01-12 that revised the way 16 years ago
Magnus Hagander 0e1acba2e6 Clean up inconsistent commas 16 years ago
Magnus Hagander 2896cbdba5 Update list of Windows timezones we try to match localized names against 16 years ago
Magnus Hagander f93f913938 Proceed to look for the next timezone when matching a localized 16 years ago
Magnus Hagander 547e63680b Log the actual timezone name that we fail to look up the values for in 16 years ago
Andrew Dunstan e4404121cd Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ensuring we can build older branches with modern Perl installations. 16 years ago
Tom Lane 0926c76c8e Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Heikki Linnakangas b0a3d7e47c Don't pass an invalid file handle to dup2(). That causes a crash on 16 years ago
Tom Lane 9b69647824 Fix "constraint_exclusion = partition" logic so that it will also attempt 16 years ago
Tom Lane 3c6dc48ce4 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Alvaro Herrera 08729b4e8a Prevent ALTER USER f RESET ALL from removing the settings that were put there 16 years ago
Tom Lane 505efe9917 Fix thinko in log message for "sameuser" ident map mismatch: the provided 16 years ago
Tom Lane e679564e90 Clear error_context_stack and debug_query_string at the beginning of proc_exit, 16 years ago
Tom Lane f870ab0190 Modify error context callback functions to not assume that they can fetch 16 years ago
Tom Lane 555b5a25dc Fix missing parentheses for current_query(), per bug #5378. 16 years ago
Heikki Linnakangas 9c563b6fd0 Fix bug in %r handling in recovery_end_command, it always came out as 0 16 years ago
Magnus Hagander c487a9540c Typo fixes. 16 years ago
Tom Lane 3c1e84ad00 Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. 16 years ago
Marc G. Fournier d6c7c7c6bc tag 8.4.3 16 years ago
Alvaro Herrera bfc04a92ab Improve PL/Perl documentation of database access functions. (Backpatch to 8.4 16 years ago
Tom Lane eb9954e362 Add missing reset of need_initialization in reloptions code. 16 years ago
Tom Lane 2875cd24db Sync timezone code with tzcode 2010c from the Olson group. This fixes some 16 years ago
Tom Lane 1b84d0f574 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 b943a8c90a Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera c0766985ba Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Bruce Momjian b5cf5dfc3d Return proper exit code (3) from psql when ON_ERROR_STOP=on and 16 years ago
Michael Meskes 2bf64bc275 Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the connection disappears. 16 years ago
Magnus Hagander b98e532137 Add missing space in example. 16 years ago
Magnus Hagander 5277419237 Require hostname to be set when using GSSAPI authentication. Without it, 16 years ago
Magnus Hagander 12eaac7775 Disallow gssapi authentication on local connections, since it 16 years ago
Tom Lane e22bc44187 Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane f2c458ed01 Fix warning messages in restrict_and_check_grant() to include the column name 16 years ago
Tom Lane d192b38607 When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Heikki Linnakangas ba8df78d90 Fix IsBinaryCoercible to not confuse a cast using in/out functions 16 years ago
Tom Lane fe9a5f2f66 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Heikki Linnakangas cad1ddf17c Fix pg_dump of ACLs of foreign servers. The command to grant/revoke 16 years ago
Tom Lane 40c5457e60 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 3c93c3ab95 Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 16 years ago
Andrew Dunstan b4631ca0bb Make iconv work like other optional libraries for MSVC. 16 years ago
Andrew Dunstan 97843b3885 Add missing library and include dir for XSLT in MSVC builds 16 years ago
Andrew Dunstan 104813c6a7 Do not run regression tests for contrib/xml2 on MSVC unless building with XML 16 years ago
Andrew Dunstan 96ae23a8b3 Backpatch MSVC build fix for XSLT 16 years ago
Heikki Linnakangas d46f100d06 Fix translation of strings in psql \d output (translation in headers worked, 16 years ago
Heikki Linnakangas 62f5ade804 Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane b0c8b3dd6a Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane 5ea32f560a Remove xmlCleanupParser calls from contrib/xml2. 16 years ago