| Age | Commit message (Expand) | Author |
| 2010-03-13 | Small adjustment by pgindent. | Bruce Momjian |
| 2010-03-12 | Re-add comma, oops. | Bruce Momjian |
| 2010-03-12 | Add some logging code for unexpected cases in pgstat.c, particularly being | Tom Lane |
| 2010-03-12 | Fix a commented-out block of code that pgindent didn't understand | Tom Lane |
| 2010-03-12 | Remove unnecessary comma in documentation. | Bruce Momjian |
| 2010-03-11 | Add missing reset of need_initialization in reloptions code. | Tom Lane |
| 2010-03-11 | Modify psql's \d printout to fold exclusion constraints in with regular | Tom Lane |
| 2010-03-11 | Sync timezone code with tzcode 2010c from the Olson group. This fixes some | Tom Lane |
| 2010-03-11 | Fix bug in KnownAssignedXidsMany(). I saw this when looking at the | Heikki Linnakangas |
| 2010-03-11 | Fix comment which was apparently copy-pasted from another function. | Heikki Linnakangas |
| 2010-03-11 | Simplify a couple of pg_dump and psql \d queries about index constraints | Tom Lane |
| 2010-03-11 | Update comment for pg_constraint.conindid to mention that it's used for | Tom Lane |
| 2010-03-10 | Fix incorrect comment about permissions checking being done in utility.c. | Robert Haas |
| 2010-03-10 | pg_start_backup() can use a share lock to lock ControlFileLock | Itagaki Takahiro |
| 2010-03-10 | Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, | Tom Lane |
| 2010-03-09 | Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. | Tom Lane |
| 2010-03-09 | Update time zone data files to tzdata release 2010d: DST law changes in Fiji, | Alvaro Herrera |
| 2010-03-09 | ecpg now adds a unique counter to its varchar struct definitions to make thes... | Michael Meskes |
| 2010-03-09 | Add checks for valid encoding of query strings passed to SPI by plperl. | Andrew Dunstan |
| 2010-03-08 | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian |
| 2010-03-08 | Add missing space in example. | Magnus Hagander |
| 2010-03-08 | Better test the content of the SQLSTATE string in ecpglib than the pointer. | Michael Meskes |
| 2010-03-08 | Require hostname to be set when using GSSAPI authentication. Without it, | Magnus Hagander |
| 2010-03-08 | Disallow gssapi authentication on local connections, since it | Magnus Hagander |
| 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 |