| Age | Commit message (Expand) | Author |
| 2004-05-18 | Clean up some relative path install issues with Claudio's help. | Bruce Momjian |
| 2004-05-17 | Reorganize code to allow path-relative installs. | Bruce Momjian |
| 2004-05-16 | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway |
| 2004-05-14 | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway |
| 2004-05-13 | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian |
| 2004-05-12 | Tighten up overflow check in path_recv, pursuant to code review inspired | Tom Lane |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-08 | Improve style of new log_statement_stats error message, per Peter. | Bruce Momjian |
| 2004-05-07 | NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed | Tom Lane |
| 2004-05-07 | Remove crude test for log_statement_stats in startup code now that we | Bruce Momjian |
| 2004-05-07 | Throw error if log_statement_stats is used with confliction options for | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
| 2004-05-05 | Don't assume that struct timeval's tv_sec field is the same datatype as | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-05-02 | Revert patch --- needs more generalized solution. | Bruce Momjian |
| 2004-04-26 | Please find a attached a small patch that adds accessor functions | Bruce Momjian |
| 2004-04-22 | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian |
| 2004-04-19 | Remove debug code that acidentally got into CVS from previous commit. | Bruce Momjian |
| 2004-04-19 | Fix for BEGIN with ISOLATION/READONLY clauses. | Bruce Momjian |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-16 | Handle Warn_restart_ready properly in SIGTERM safety patch. | Bruce Momjian |
| 2004-04-11 | Exit backend from SIGTERM or FATAL by simulating client EOF, rather than | Bruce Momjian |
| 2004-04-10 | Please find a small patch to fix the brain damage "century" and | Bruce Momjian |
| 2004-04-07 | Push superuser check farther down in the if() statements to fix startup | Bruce Momjian |
| 2004-04-07 | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian |
| 2004-04-05 | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian |
| 2004-04-05 | Improve handling of GUC USERLIMIT variables by reorganizing code. Also, | Bruce Momjian |
| 2004-04-01 | Fix some portability issues with new float input code (didn't work on | Tom Lane |
| 2004-04-01 | Add missing casts to unsigned char in recently-added isspace() calls. | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 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 |