| Age | Commit message (Expand) | Author |
| 2010-03-08 | Update time zone data files to tzdata release 2010c: DST law changes in | Tom Lane |
| 2010-03-07 | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander |
| 2010-03-06 | Fix warning messages in restrict_and_check_grant() to include the column name | Tom Lane |
| 2010-03-06 | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander |
| 2010-03-06 | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane |
| 2010-03-05 | In case the connection magically disappears libecpg only returns an internal | Michael Meskes |
| 2010-03-04 | Fix IsBinaryCoercible to not confuse a cast using in/out functions | Heikki Linnakangas |
| 2010-03-03 | Add C comment about DDL changes possibly causing pg_dump errors. | Bruce Momjian |
| 2010-03-03 | Document that "Q" is ignored by to_date and to_timestamp. Add C comment | Bruce Momjian |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-03-03 | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas |
| 2010-03-03 | Make contrib/xml2 use core xml.c's error handler, when available (that is, | Tom Lane |
| 2010-03-03 | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane |
| 2010-03-03 | Make iconv work like other optional libraries for MSVC. | Andrew Dunstan |
| 2010-03-03 | Fix SGML markup. | Bruce Momjian |
| 2010-03-03 | Restructure CREATE FUNCTION "NOTES" section to be shorter; move items | Bruce Momjian |
| 2010-03-03 | Instead of trying (and failing) to allow <<label>> at the end of a DECLARE | Tom Lane |
| 2010-03-02 | Adjust max_standby_delay documentation to be clearer, and mention that | Bruce Momjian |
| 2010-03-02 | Add missing library and include dir for XSLT in MSVC builds | Andrew Dunstan |
| 2010-03-02 | Document the effect of max_standby_delay on increasing the delay of data | Bruce Momjian |
| 2010-03-02 | Update keywords list for 9.0 | Peter Eisentraut |
| 2010-03-02 | Do not run regression tests for contrib/xml2 on MSVC unless building with XML | Andrew Dunstan |
| 2010-03-02 | Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma. | Tom Lane |
| 2010-03-02 | Add XSLT defines for MSVC builds | Andrew Dunstan |
| 2010-03-01 | Fix translation of strings in psql \d output (translation in headers worked, | Heikki Linnakangas |
| 2010-03-01 | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas |
| 2010-03-01 | Fix contrib/xml2 so regression test still works when it's built without libxslt. | Tom Lane |
| 2010-03-01 | It's clearly now pointless to do backwards compatible parsing of this, | Magnus Hagander |
| 2010-03-01 | Buildfarm still unhappy, so I'll bet it's EACCES not EPERM. | Tom Lane |
| 2010-03-01 | Remove xmlCleanupParser calls from contrib/xml2. | Tom Lane |
| 2010-03-01 | add EPERM to the list of return codes to expect from opening directories base... | Greg Stark |
| 2010-02-28 | Fix up memory management problems in contrib/xml2. | Tom Lane |
| 2010-02-28 | Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui... | Greg Stark |
| 2010-02-28 | Assorted code cleanup for contrib/xml2. No change in functionality, | Tom Lane |
| 2010-02-28 | Update complex locale example in the documentation. | Bruce Momjian |
| 2010-02-28 | *** empty log message *** | Bruce Momjian |
| 2010-02-27 | Make sure ecpg uses the same header files in the same order as the backend. | Michael Meskes |
| 2010-02-27 | Insert a hack into get_float8_nan (both core and ecpg copies) to deal with | Tom Lane |
| 2010-02-27 | Back out unintended change to pg_locale.c. | Bruce Momjian |
| 2010-02-27 | Document ATAPI FLUSH CACHE EXT. | Bruce Momjian |
| 2010-02-27 | Document trace_recovery_messages() parameter as an enum, not string. | Bruce Momjian |
| 2010-02-27 | Document max_standby_delay=-1 option, now that it's allowed again. | Heikki Linnakangas |
| 2010-02-27 | Entity-ify a few new uses of literal <, >, and &. | Tom Lane |
| 2010-02-27 | Undo some more pgindent breakage. Per buildfarm. | Tom Lane |
| 2010-02-27 | Use <> for libpq #include in example programs, per suggestion from Josh Berkus. | Bruce Momjian |
| 2010-02-27 | Document ATAPI drive flush command, and mention SSD drives. | Bruce Momjian |
| 2010-02-26 | Suggest gmake installcheck-world for pgindent testing. | Bruce Momjian |
| 2010-02-26 | Revert pgindent changes to ecpg include files that are part of ecpg | Bruce Momjian |
| 2010-02-26 | Wording improvements to README. | Bruce Momjian |
| 2010-02-26 | Update pgindent docs to use maintainer-clean. | Bruce Momjian |