| Age | Commit message (Expand) | Author |
| 2006-03-04 | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii |
| 2006-03-03 | Make the COPY command return a command tag that includes the number of | Tom Lane |
| 2006-03-03 | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane |
| 2006-03-03 | Fix a typo. | Neil Conway |
| 2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
| 2006-03-03 | Add comment about localized month names for to_date and to_timestamp. | Bruce Momjian |
| 2006-03-03 | Arrange to call AbsorbFsyncRequests every so often while performing a | Tom Lane |
| 2006-03-02 | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane |
| 2006-03-01 | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway |
| 2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
| 2006-02-28 | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane |
| 2006-02-28 | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane |
| 2006-02-28 | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-27 | Add mention that tid perhaps someday should be output as a record. | Bruce Momjian |
| 2006-02-26 | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane |
| 2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
| 2006-02-26 | Fix typo in comment. | Neil Conway |
| 2006-02-24 | The Makefile was invoking perl scripts as ./script.pl. This fails when | Peter Eisentraut |
| 2006-02-21 | Cleanup the usage of ScanDirection: use the symbolic names for the | Neil Conway |
| 2006-02-19 | Update obsolete comment. | Tom Lane |
| 2006-02-19 | Modify logtape.c so that the initial LogicalTapeSetCreate call only | Tom Lane |
| 2006-02-19 | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane |
| 2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
| 2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
| 2006-02-18 | Mark unescape_single_char() "static": as far as I can see this function | Neil Conway |
| 2006-02-17 | Fix typo in comment. | Neil Conway |
| 2006-02-14 | Move btbulkdelete's vacuum_delay_point() call to a place in the loop where | Tom Lane |
| 2006-02-14 | Add some missing vacuum_delay_point calls in GIST vacuuming. | Tom Lane |
| 2006-02-14 | AllocSetStats should probably be using unsigned format to show space totals. | Tom Lane |
| 2006-02-13 | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane |
| 2006-02-12 | Revert because C locale uses "" for thousands_sep, meaning "n/a", while | Bruce Momjian |
| 2006-02-12 | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane |
| 2006-02-12 | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian |
| 2006-02-12 | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian |
| 2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
| 2006-02-12 | Allow to_char() to print localized month and day names. | Bruce Momjian |
| 2006-02-12 | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian |
| 2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
| 2006-02-12 | Actually there's a better way to do this, which is to count tuples | Tom Lane |
| 2006-02-11 | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane |
| 2006-02-11 | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian |
| 2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
| 2006-02-11 | Revert based on Tom's recommendation: | Bruce Momjian |
| 2006-02-11 | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-02-10 | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-10 | Allow psql multi-line column values to align in the proper columns | Bruce Momjian |
| 2006-02-09 | Reject out-of-range dates in date_in(). | Tom Lane |