| Age | Commit message (Expand) | Author |
| 2004-04-01 | Improve comments on USERLIMIT GUC processing. | Bruce Momjian |
| 2004-03-30 | Fix to_char for 1 BC. Previously it returned 1 AD. | Bruce Momjian |
| 2004-03-24 | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane |
| 2004-03-24 | Fix some whitespace formatting, and remove an overly-verbose | Neil Conway |
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane |
| 2004-03-22 | Standardize output buffer size and display format for strftime; | Tom Lane |
| 2004-03-22 | Adds DLLIMPORT modifier to check_function_bodies | Bruce Momjian |
| 2004-03-22 | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-19 | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane |
| 2004-03-17 | During btree index build, sort equal-keyed tuples according to their | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-16 | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian |
| 2004-03-15 | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian |
| 2004-03-15 | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii |
| 2004-03-15 | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane |
| 2004-03-14 | Tweak planner so that index expressions and predicates are matched to | Tom Lane |
| 2004-03-14 | Portability fixes and bug fixes for recent floating point input changes. | Neil Conway |
| 2004-03-12 | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway |
| 2004-03-11 | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway |
| 2004-03-09 | Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib and | Bruce Momjian |
| 2004-03-09 | Add: | Bruce Momjian |
| 2004-03-05 | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian |
| 2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
| 2004-02-27 | genericcostestimate() neglected to include qual startup cost in | 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-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |
| 2004-02-22 | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane |
| 2004-02-21 | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane |
| 2004-02-18 | Improve the consistency of the error message emitted when rejecting | Neil Conway |
| 2004-02-17 | This patch brings up to date what I did last year (now unfortunately | 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-14 | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane |
| 2004-02-12 | Added hints about the reason, why the command string in | Jan Wieck |
| 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 |
| 2004-02-03 | Add function (actually an int4 and an int8 version) that generates | Joe Conway |
| 2004-02-02 | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane |
| 2004-02-02 | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian |