summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-13Small adjustment by pgindent.Bruce Momjian
2010-03-12Re-add comma, oops.Bruce Momjian
2010-03-12Add some logging code for unexpected cases in pgstat.c, particularly beingTom Lane
2010-03-12Fix a commented-out block of code that pgindent didn't understandTom Lane
2010-03-12Remove unnecessary comma in documentation.Bruce Momjian
2010-03-11Add missing reset of need_initialization in reloptions code.Tom Lane
2010-03-11Modify psql's \d printout to fold exclusion constraints in with regularTom Lane
2010-03-11Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane
2010-03-11Fix bug in KnownAssignedXidsMany(). I saw this when looking at theHeikki Linnakangas
2010-03-11Fix comment which was apparently copy-pasted from another function.Heikki Linnakangas
2010-03-11Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane
2010-03-11Update comment for pg_constraint.conindid to mention that it's used forTom Lane
2010-03-10Fix incorrect comment about permissions checking being done in utility.c.Robert Haas
2010-03-10pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro
2010-03-10Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane
2010-03-09Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane
2010-03-09Update time zone data files to tzdata release 2010d: DST law changes in Fiji,Alvaro Herrera
2010-03-09ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes
2010-03-09Add checks for valid encoding of query strings passed to SPI by plperl.Andrew Dunstan
2010-03-08Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian
2010-03-08Add missing space in example.Magnus Hagander
2010-03-08Better test the content of the SQLSTATE string in ecpglib than the pointer.Michael Meskes
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-07Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander
2010-03-06Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane
2010-03-06Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander
2010-03-06When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane
2010-03-05In case the connection magically disappears libecpg only returns an internalMichael Meskes
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-03-03Add C comment about DDL changes possibly causing pg_dump errors.Bruce Momjian
2010-03-03Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian
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-03Fix SGML markup.Bruce Momjian
2010-03-03Restructure CREATE FUNCTION "NOTES" section to be shorter; move itemsBruce Momjian
2010-03-03Instead of trying (and failing) to allow <<label>> at the end of a DECLARETom Lane
2010-03-02Adjust max_standby_delay documentation to be clearer, and mention thatBruce Momjian
2010-03-02Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan
2010-03-02Document the effect of max_standby_delay on increasing the delay of dataBruce Momjian
2010-03-02Update keywords list for 9.0Peter Eisentraut
2010-03-02Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan
2010-03-02Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma.Tom Lane
2010-03-02Add XSLT defines for MSVC buildsAndrew 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