| Age | Commit message (Expand) | Author |
| 2004-03-02 | Update obsolete comment. | Tom Lane |
| 2004-03-02 | Junkfilter logic to force a projection step during SELECT INTO was too | Tom Lane |
| 2004-03-02 | Teach is_distinct_query to recognize that GROUP BY forces a subquery's | Tom Lane |
| 2004-02-29 | make_sort_from_pathkeys()'s method for choosing which of several | Tom Lane |
| 2004-02-28 | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane |
| 2004-02-27 | Adjust remove_redundant_join_clauses() so that when it has a choice | Tom Lane |
| 2004-02-27 | genericcostestimate() neglected to include qual startup cost in | Tom Lane |
| 2004-02-27 | process_implied_equality must copy the substructure of the clauses it | Tom Lane |
| 2004-02-27 | Fix a few omissions in the initcap() documentation & source code | Neil Conway |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-24 | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane |
| 2004-02-24 | Implement dollar-quoting in the backend lexer and psql. Documentation | Tom Lane |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |
| 2004-02-23 | Write #include <dl.h>, not #include "dl.h", to correctly reflect the | Tom Lane |
| 2004-02-22 | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane |
| 2004-02-21 | Fix random build breakage from log_disconnections patch. | Tom Lane |
| 2004-02-21 | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane |
| 2004-02-19 | Cosmetic changes (mostly whitespace) to make it easier to diff the | Tom Lane |
| 2004-02-18 | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian |
| 2004-02-18 | Improve the consistency of the error message emitted when rejecting | Neil Conway |
| 2004-02-17 | Rename function log_session_end to log_disconnections. | Bruce Momjian |
| 2004-02-17 | Fix prototype for on_proc_exit in log_disconnections patch. | Bruce Momjian |
| 2004-02-17 | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian |
| 2004-02-17 | Here is an updated version of the win32 readdir patch. | Bruce Momjian |
| 2004-02-17 | Under Win32, stat() returns an st_ino field, but it has no meaning (on | Bruce Momjian |
| 2004-02-17 | Make use of statistics on index expressions. There are still some | Tom Lane |
| 2004-02-16 | Change may -> might, and remove an extra tab. | Bruce Momjian |
| 2004-02-15 | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane |
| 2004-02-14 | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane |
| 2004-02-13 | Repair optimization bug I introduced in a moment of brain fade back in | Tom Lane |
| 2004-02-13 | After further thought about support for gathering stats on functional | Tom Lane |
| 2004-02-13 | Try to make 'cross-database references are not implemented' errors a | Tom Lane |
| 2004-02-12 | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane |
| 2004-02-12 | Add CVS ID tags to port/win32/files. | Bruce Momjian |
| 2004-02-12 | Avoid delaying postmaster shutdown by up to 10 seconds on platforms | Tom Lane |
| 2004-02-12 | Translation updates | Peter Eisentraut |
| 2004-02-12 | Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() | Jan Wieck |
| 2004-02-12 | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane |
| 2004-02-12 | Added hints about the reason, why the command string in | Jan Wieck |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-11 | Repair some problems in bgwriter start/stop logic. In particular, don't | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-04 | Backing out the background writer sync() option. | Jan Wieck |
| 2004-02-04 | Use memmove() rather than memcpy() in set_var_from_var(). If this function | Neil Conway |
| 2004-02-03 | pwd | Tom Lane |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |