Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Tom Lane 8748dc3580 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a7ac5c64fd Allow predicate_refuted_by() to deduce that NOT A refutes A. 16 years ago
Magnus Hagander 5ea449e06e Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Tom Lane 29667c8536 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Alvaro Herrera 7379835935 Remove stray semicolon, per report from strk 16 years ago
Robert Haas c740350856 Remove incorrect statement that PostgreSQL 8.4 has no default parameters. 16 years ago
Itagaki Takahiro 472e29bf87 Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane d1b9b0c563 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Tom Lane a8d1624431 Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment 16 years ago
Tom Lane dfb3bc020d Fix ExecEvalArrayRef to pass down the old value of the array element or slice 16 years ago
Tom Lane 85a646aee3 Force READY portals into FAILED state when a transaction or subtransaction 16 years ago
Tom Lane ef7604fafa Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Greg Stark 1f2aeca060 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 36e1ed02bf Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane d1e0eb30c0 Ooops, let's get the non-null vs null bit right ... 16 years ago
Tom Lane 9908950f11 Document the behavior of STRICT VARIADIC functions. 16 years ago
Tom Lane 45c17a7ad5 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan f7231399a4 Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 16 years ago
Heikki Linnakangas 23eec895df Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry 16 years ago
Heikki Linnakangas 94d36cbfd0 Remove obsolete comment about 'fsm' argument, which isn't an argument 16 years ago
Bruce Momjian d0483aec16 Properly document that OVER and WINDOW are Postgres reserved words. 16 years ago
Joe Conway 14b22354e4 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane 4204ff3363 Forgot to back-patch CLUSTER test fix to 8.4. 16 years ago
Tom Lane 8f13ee63cb CLUSTER specified the wrong namespace when renaming toast tables of temporary 16 years ago
Bruce Momjian 9fd5fb8d15 Remove copyright mention of Andrew Yu, per author's permission. 16 years ago
Tom Lane 3c8a6527d5 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Magnus Hagander 97bcf34c63 Fix race condition in win32 signal handling. 16 years ago
Tom Lane b7445b685c Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 1ff05d09a0 Fix memory leakage introduced into print_aligned_text by 8.4 changes 16 years ago
Tom Lane 96b0da67ff Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago