| Age | Commit message (Expand) | Author |
| 2006-02-18 | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut |
| 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-16 | Change MemSet to use long instead of int32, for better performance on | Peter Eisentraut |
| 2006-02-14 | Repair --single-transaction patch so it handles blobs correctly. | Tom Lane |
| 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 | Add positive defense against trying to connect when the connection | Tom Lane |
| 2006-02-13 | IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, | Tom Lane |
| 2006-02-13 | Place function names in first column for consistency. | Bruce Momjian |
| 2006-02-13 | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane |
| 2006-02-13 | Fix build failure when not USE_READLINE. Sergey E. Koposov | 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 | Back out patch pending review. | Bruce Momjian |
| 2006-02-12 | > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the | Bruce Momjian |
| 2006-02-12 | Support "" for thousands separator and plus sign in to_char(), per | Bruce Momjian |
| 2006-02-12 | Remove LEFT part of JOIN to pg_roles because of optimizer limitation: | Bruce Momjian |
| 2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
| 2006-02-12 | Update release checlist. | Bruce Momjian |
| 2006-02-12 | Improve tab completion macro for default keywords. | Bruce Momjian |
| 2006-02-12 | When performing a parallel build (make -j N) with ./configure | Bruce Momjian |
| 2006-02-12 | List psql tab completion for various default keywords. | Bruce Momjian |
| 2006-02-12 | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane |
| 2006-02-12 | Add MSVC support for utility commands and pg_dump. | Bruce Momjian |
| 2006-02-12 | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian |
| 2006-02-12 | Use 0x01 for newlines in saved history. It was determined to be not | Bruce Momjian |
| 2006-02-12 | Clean up plpgsql grammar to make sure that check_assignable() is applied | Tom Lane |
| 2006-02-12 | Allow to_char() to print localized month and day names. | Bruce Momjian |
| 2006-02-12 | As part of previous commit, add pg_restore option: | Bruce Momjian |
| 2006-02-12 | Add psql option: | Bruce Momjian |
| 2006-02-12 | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian |
| 2006-02-12 | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane |
| 2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
| 2006-02-12 | Undo changes of trailing space in recently-committed expected files. | Tom Lane |
| 2006-02-12 | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane |
| 2006-02-12 | Please find enclosed a patch that lets you use \c to connect | 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 | o Improve psql's handling of multi-line statements | 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 | Update catalog version for INET additions. | Bruce Momjian |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-02-10 | Clean up signedness warnings and 64-bit bugs in recent psql printing | Tom Lane |