summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-09Update time zone data files to tzdata release 2010d: DST law changes in Fiji,Alvaro Herrera
2010-03-09Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian
2010-03-08Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the conn...Michael Meskes
2010-03-08Add missing space in example.Magnus Hagander
2010-03-08Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander
2010-03-08Disallow gssapi authentication on local connections, since itMagnus Hagander
2010-03-08Update time zone data files to tzdata release 2010c: DST law changes inTom Lane
2010-03-06Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-03-03Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas
2010-03-03Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane
2010-03-03Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane
2010-03-03Make iconv work like other optional libraries for MSVC.Andrew Dunstan
2010-03-02Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan
2010-03-02Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan
2010-03-02Backpatch MSVC build fix for XSLTAndrew Dunstan
2010-03-01Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2010-03-01Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane
2010-03-01Remove xmlCleanupParser calls from contrib/xml2.Tom Lane
2010-03-01Back-patch today's memory management fixups in contrib/xml2.Tom Lane
2010-02-25Allow predicate_refuted_by() to deduce that NOT A refutes A.Tom Lane
2010-02-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-24Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.Tom Lane
2010-02-24Remove stray semicolon, per report from strkAlvaro Herrera
2010-02-19Remove incorrect statement that PostgreSQL 8.4 has no default parameters.Robert Haas
2010-02-19Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro
2010-02-18Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane
2010-02-18Provide some rather hokey ways for EXPLAIN to print FieldStore and assignmentTom Lane
2010-02-18Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane
2010-02-18Force READY portals into FAILED state when a transaction or subtransactionTom Lane
2010-02-17Prevent #option dump from crashing on FORI statement with null step. Reporte...Tom Lane
2010-02-16revert prior patch to fsync directories until portability problems exposed by...Greg Stark
2010-02-14Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark
2010-02-14Ooops, let's get the non-null vs null bit right ...Tom Lane
2010-02-14Document the behavior of STRICT VARIADIC functions.Tom Lane
2010-02-12Don't choke when exec_move_row assigns a synthesized null to a columnTom Lane
2010-02-12Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...Andrew Dunstan
2010-02-09Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas
2010-02-08Remove obsolete comment about 'fsm' argument, which isn't an argumentHeikki Linnakangas
2010-02-05Properly document that OVER and WINDOW are Postgres reserved words.Bruce Momjian
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2010-02-03Forgot to back-patch CLUSTER test fix to 8.4.Tom Lane
2010-02-02CLUSTER specified the wrong namespace when renaming toast tables of temporaryTom Lane
2010-02-02Remove copyright mention of Andrew Yu, per author's permission.Bruce Momjian
2010-02-01Change regexp engine's ccondissect/crevdissect routines to perform DFATom Lane
2010-01-31Fix race condition in win32 signal handling.Magnus Hagander
2010-01-30Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane