| Age | Commit message (Expand) | Author |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-31 | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane |
| 2007-12-30 | Add sanity check to ensure delimiter and quote are different in CSV mode | Andrew Dunstan |
| 2007-12-28 | may -> might | Peter Eisentraut |
| 2007-12-28 | Sorry, hit the wrong button with my last commit. Here's the correct changelog: | Michael Meskes |
| 2007-12-28 | *** empty log message *** | Michael Meskes |
| 2007-12-28 | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane |
| 2007-12-27 | Disallow digits and lower-case ASCII letters as the delimiter in non-CSV | Tom Lane |
| 2007-12-27 | Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls. | Tom Lane |
| 2007-12-27 | Swap the order of testing for control characters and for column delimiter in | Tom Lane |
| 2007-12-27 | Wording improvements | Peter Eisentraut |
| 2007-12-21 | Update find_typedefs to handle simple 'typedef X' cases, per request | Bruce Momjian |
| 2007-12-21 | Fixed a few minor glitches pointed out by splint. | Michael Meskes |
| 2007-12-21 | Modify pgindent to use an external typedefs file rather than included | Bruce Momjian |
| 2007-12-21 | libpq needs pgsleep on win32 because of the changes to port/open.c. | Magnus Hagander |
| 2007-12-20 | On win32, loop when opening files if sharing- och lock-violation errors | Magnus Hagander |
| 2007-12-20 | When given a nonzero column number, pg_get_indexdef() is only supposed to | Tom Lane |
| 2007-12-19 | Remove unnecessary logo output from msbuild when cleaning ecpg regression | Magnus Hagander |
| 2007-12-19 | Make all msvc build scripts use buildenv.pl, not buildenv.bat. | Magnus Hagander |
| 2007-12-18 | Fix thinko in encoding check for chr() | Andrew Dunstan |
| 2007-12-18 | Make archiver process report its progress in PS display. Per | Tom Lane |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-12-17 | Mention use all configure options when getting pgindent typedefs. | Bruce Momjian |
| 2007-12-17 | Mention installing /contrib libraries for pgindent. | Bruce Momjian |
| 2007-12-15 | Get dllwrap name from variable instead of hardcoded. | Magnus Hagander |
| 2007-12-13 | Clarify log messages | Peter Eisentraut |
| 2007-12-13 | Mark items needing updating for beta stamping. | Bruce Momjian |
| 2007-12-12 | Improve the method of localizing column names and other fixed strings in | Tom Lane |
| 2007-12-12 | Clean up unportable attempt to use #if inside a macro call, also | Tom Lane |
| 2007-12-12 | Provide a more accurate, detailed log message when the archive command fails. | Peter Eisentraut |
| 2007-12-11 | Make CSV column ordering a bit more logical. | Alvaro Herrera |
| 2007-12-11 | Make documentation of -W options more accurate and uniform. | Tom Lane |
| 2007-12-11 | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane |
| 2007-12-11 | Extend the format of CSV logs to include the additional information supplied | Alvaro Herrera |
| 2007-12-11 | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander |
| 2007-12-10 | Fix attribution for Rime of the Ancient Mariner (obviously it's been | Tom Lane |
| 2007-12-09 | The E. J. Pratt verse used as a tsearch test case is unfortunately still | Tom Lane |
| 2007-12-09 | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane |
| 2007-12-09 | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane |
| 2007-12-08 | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane |
| 2007-12-07 | Realign the running text in this file to 79 characters wide. Some other | Peter Eisentraut |
| 2007-12-06 | Disable asserts by default on msvc build (to make it the same | Magnus Hagander |
| 2007-12-06 | Change wording of logged message when cancelling an autovacuum task, using | Alvaro Herrera |
| 2007-12-04 | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander |
| 2007-12-03 | Fix build_minmax_path() to cope if an IS NULL clause turns up in the | Tom Lane |
| 2007-12-03 | Default to integer timestamps being off until 8.4, to correspond | Magnus Hagander |
| 2007-12-03 | Don't try to install README.spi | Magnus Hagander |
| 2007-12-03 | Stamp 8.3beta4.REL8_3_BETA4 | Tom Lane |
| 2007-12-03 | Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, | Tom Lane |