summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-01Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane
2010-03-01It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander
2010-03-01Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.Tom Lane
2010-03-01Remove xmlCleanupParser calls from contrib/xml2.Tom Lane
2010-03-01add EPERM to the list of return codes to expect from opening directories base...Greg Stark
2010-02-28Fix up memory management problems in contrib/xml2.Tom Lane
2010-02-28Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...Greg Stark
2010-02-28Assorted code cleanup for contrib/xml2. No change in functionality,Tom Lane
2010-02-28Update complex locale example in the documentation.Bruce Momjian
2010-02-28*** empty log message ***Bruce Momjian
2010-02-27Make sure ecpg uses the same header files in the same order as the backend.Michael Meskes
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-27Back out unintended change to pg_locale.c.Bruce Momjian
2010-02-27Document ATAPI FLUSH CACHE EXT.Bruce Momjian
2010-02-27Document trace_recovery_messages() parameter as an enum, not string.Bruce Momjian
2010-02-27Document max_standby_delay=-1 option, now that it's allowed again.Heikki Linnakangas
2010-02-27Entity-ify a few new uses of literal <, >, and &.Tom Lane
2010-02-27Undo some more pgindent breakage. Per buildfarm.Tom Lane
2010-02-27Use <> for libpq #include in example programs, per suggestion from Josh Berkus.Bruce Momjian
2010-02-27Document ATAPI drive flush command, and mention SSD drives.Bruce Momjian
2010-02-26Suggest gmake installcheck-world for pgindent testing.Bruce Momjian
2010-02-26Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian
2010-02-26Wording improvements to README.Bruce Momjian
2010-02-26Update pgindent docs to use maintainer-clean.Bruce Momjian