| Age | Commit message (Expand) | Author |
| 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 |
| 2004-05-26 | AIX doc addition: | Bruce Momjian |
| 2004-05-26 | Fix problems in pg_autovacuum: | Bruce Momjian |
| 2004-05-26 | Renumber to prevent duplicate oids. Update catalog version. | Bruce Momjian |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | Use a cleaner substitute for the inability to apply length() to the tail | Tom Lane |
| 2004-05-26 | Fix problem with doing 7.0.X dumps on character varying[] fields. | Bruce Momjian |
| 2004-05-26 | Renumber bit/boolean aggregates to remove duplicates. | Bruce Momjian |
| 2004-05-26 | Recent commits added created files that weren't getting deleted by | Tom Lane |
| 2004-05-26 | Add <limits.h>, per Magnus. | Tom Lane |
| 2004-05-26 | The added aggregates are: | Bruce Momjian |
| 2004-05-26 | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-26 | Please apply this minor patch to the cvs HEAD of dbmirror | Jan Wieck |
| 2004-05-25 | Add FRONTEND to ecpglib. | Bruce Momjian |
| 2004-05-25 | Allow relative paths as long as the hardcoded path matches the bin path | Bruce Momjian |
| 2004-05-25 | Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW | Tom Lane |
| 2004-05-25 | Fix erroneous error message printout when a configuration file contains | Tom Lane |
| 2004-05-25 | Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ... | Bruce Momjian |