| Age | Commit message (Expand) | Author |
| 2005-06-20 | Change shell syntax that seems not to work right on FreeBSD 6-CURRENT | Tom Lane |
| 2005-06-20 | Add lock file contents printout to "can't happen" case to help | Tom Lane |
| 2005-06-20 | Trivial code clarity improvement to UpdateStats(); no functional change. | Neil Conway |
| 2005-06-19 | Avoid unnecessary palloc overhead in _bt_first(). The temporary | Tom Lane |
| 2005-06-19 | Need #include <time.h> on some platforms. | Tom Lane |
| 2005-06-19 | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane |
| 2005-06-19 | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane |
| 2005-06-19 | Add comment about \# in bcc makefiles. | Bruce Momjian |
| 2005-06-19 | Cleanup for Win32 compile. | Bruce Momjian |
| 2005-06-19 | Fix typo in comment. | Bruce Momjian |
| 2005-06-18 | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane |
| 2005-06-18 | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane |
| 2005-06-18 | Dept. of second thoughts: regular COMMIT deletes deletable files before | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-16 | Update GUC description for kerberos usernames. | Bruce Momjian |
| 2005-06-16 | Add fsync() define for Win32 to cover cases other than wal_sync_method | Bruce Momjian |
| 2005-06-16 | Add \x hex support to ecpg strings. This just passes them to the backend. | Bruce Momjian |
| 2005-06-15 | Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. | Bruce Momjian |
| 2005-06-15 | Improve comment wording. | Bruce Momjian |
| 2005-06-15 | Improve hash method for bitmapsets: some examination of actual outputs | Tom Lane |
| 2005-06-15 | Update catalog version for recent function additions. | Bruce Momjian |
| 2005-06-15 | Change the implementation of hash join to attempt to avoid unnecessary | Neil Conway |
| 2005-06-15 | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian |
| 2005-06-15 | Mention we now support BETWEEN SYMMETRIC. | Bruce Momjian |
| 2005-06-15 | > Here's a patch I added against plperl, originally against beta5, now | Bruce Momjian |
| 2005-06-15 | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian |
| 2005-06-15 | Support 3 and 4-byte unicode characters. | Bruce Momjian |
| 2005-06-15 | >> Do you agree that using a hashtable for it in general is a good idea | Bruce Momjian |
| 2005-06-14 | Now \d show tablespace of indices per discussion. | Bruce Momjian |
| 2005-06-14 | Add BETWEEN SYMMETRIC. | Bruce Momjian |
| 2005-06-14 | Use ' ' escapes for leading spaces in table values, for use in | Bruce Momjian |
| 2005-06-14 | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane |
| 2005-06-14 | Add pg_postmaster_start_time() function. | Bruce Momjian |
| 2005-06-14 | Have SHOW ALL include variable descriptions. | Bruce Momjian |
| 2005-06-14 | Attached is a makefile I hacked up to build pg_config under MSVC - the | Bruce Momjian |
| 2005-06-14 | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian |
| 2005-06-14 | The random selection in function linear() could deliver a value equal to max | Tom Lane |
| 2005-06-14 | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev |
| 2005-06-14 | Allow the parameters to PL/PgSQL's RAISE statement to be expressions, | Neil Conway |
| 2005-06-14 | Teach planner to optionally ignore index columns that have an equality | Tom Lane |
| 2005-06-14 | Add -L option to psql to log sessions. | Bruce Momjian |
| 2005-06-14 | Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, | Neil Conway |
| 2005-06-13 | Change the planner to allow indexscan qualification clauses to use | Tom Lane |
| 2005-06-13 | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway |
| 2005-06-13 | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane |
| 2005-06-12 | This patch removes some old code from libpq that implements a URI-like | Neil Conway |
| 2005-06-12 | libpq was not consistently checking for memory allocation failures. This | Neil Conway |
| 2005-06-10 | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane |
| 2005-06-10 | Adjust comment about %t and %s to cover %m as well. Some trivial | Tom Lane |
| 2005-06-10 | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. | Tatsuo Ishii |