| Age | Commit message (Expand) | Author |
| 2004-06-01 | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane |
| 2004-06-01 | Remove init_nls() functions, call set_pglocale() directly. | Bruce Momjian |
| 2004-06-01 | Add pgpid_t for use with pids. | Bruce Momjian |
| 2004-05-31 | Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for | Tom Lane |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-31 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-05-31 | Too few parens for my taste in this macro. | Tom Lane |
| 2004-05-31 | I think I've finally identified the cause of the off-by-one-second | Tom Lane |
| 2004-05-31 | Have pg_ctl print pid and error on signal failure, per suggestion from Tom. | Bruce Momjian |
| 2004-05-31 | trgm - Trigram matching for PostgreSQL | Teodor Sigaev |
| 2004-05-31 | 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regexec | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regcomp | Teodor Sigaev |
| 2004-05-31 | Update pg_dump -v comments to mention additional comments in dump file. | Bruce Momjian |
| 2004-05-31 | Win32 related patch by Darko Prenosil. Small correct by teodor | Teodor Sigaev |
| 2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
| 2004-05-31 | Done: | Bruce Momjian |
| 2004-05-31 | Remove pljava todo info. | Bruce Momjian |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-30 | Paranoia: ensure MyBackendId is InvalidBackendId in a process that has | Tom Lane |
| 2004-05-30 | Add thread library to libpgport creation. | Bruce Momjian |
| 2004-05-30 | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-29 | Translation update | Peter Eisentraut |
| 2004-05-29 | Translation updates | Peter Eisentraut |
| 2004-05-29 | Translation update | Peter Eisentraut |
| 2004-05-29 | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane |
| 2004-05-28 | Remove quotes around $CONFIG_LINKS. Caused improper expansion. | Bruce Momjian |
| 2004-05-28 | When checking for thread safety with src/tools/thread/thread_test.c, the | Bruce Momjian |
| 2004-05-28 | Fix minor error in comment. | Tom Lane |
| 2004-05-28 | Fix thinko in recent patch to change temp-table permissions behavior: | Tom Lane |
| 2004-05-28 | Stat function now can show statistics per weight of lexemes | Teodor Sigaev |
| 2004-05-28 | Fix some typos I introduced in WIN32-only code late last night. | Tom Lane |
| 2004-05-28 | New version. Add support for int2, int8, float4, float8, timestamp with/witho... | Teodor Sigaev |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |
| 2004-05-28 | Seems we forgot the installdirs target in this makefile. | Tom Lane |
| 2004-05-28 | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane |
| 2004-05-27 | On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. | Tom Lane |
| 2004-05-27 | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane |
| 2004-05-27 | pgindent files for Tom. | Bruce Momjian |
| 2004-05-27 | Cleanup for Win32 pgkill. | Bruce Momjian |
| 2004-05-27 | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian |
| 2004-05-27 | Document new pg_ctl 'kill' command, specificially for Win32. | Bruce Momjian |
| 2004-05-27 | Change pg_ctl to be in C. This was the final shell script and is | Bruce Momjian |
| 2004-05-27 | Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d... | Tom Lane |
| 2004-05-27 | Add an index entry for "Performance Tips". Patch from Alvaro Herrera. | Neil Conway |
| 2004-05-26 | Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that | Tom Lane |
| 2004-05-26 | A couple other cosmetic cleanups in new List stuff. | Tom Lane |
| 2004-05-26 | Move setlocale() outside of NLS-only defines. | Bruce Momjian |
| 2004-05-26 | Use new forboth() macro to make loop coding a bit clearer. | Tom Lane |