| Age | Commit message (Expand) | Author |
| 2004-04-07 | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian |
| 2004-04-06 | Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE. | Tom Lane |
| 2004-04-06 | ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was | Tom Lane |
| 2004-04-06 | The attached applied patch throws an error if the delimiter appears in | Bruce Momjian |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |
| 2004-04-05 | This is a cleanup patch for access/transam/xact.c. It only removes some | Bruce Momjian |
| 2004-04-05 | Allow LIKE/ILIKE to appear in more places in a query. | 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-02 | check_sql_fn_retval has always thought that we supported doing | Tom Lane |
| 2004-04-02 | Fix poor choice of error message in corner cases. | Tom Lane |
| 2004-04-02 | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane |
| 2004-04-02 | Get rid of crocky use of RangeVar nodes in parser to represent partially | Tom Lane |
| 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-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-03-29 | Use fuzzy comparison of path costs in add_path(), so that paths with the | Tom Lane |
| 2004-03-27 | Clean up function call arg appearance. | Bruce Momjian |
| 2004-03-27 | Change small 'if/else' test to use Max(). | Bruce Momjian |
| 2004-03-27 | Now that we are allowing index opclasses to contain operators that are | Tom Lane |
| 2004-03-24 | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane |
| 2004-03-24 | Adjust error message wording per Andrew Dunstan's advice. | Tom Lane |
| 2004-03-24 | Update description error text: | Bruce Momjian |
| 2004-03-24 | Here's a patch implementing the "thread method" to workaround the bug | Bruce Momjian |
| 2004-03-24 | Add thread locking to SSL and Kerberos connections. | Bruce Momjian |
| 2004-03-24 | Fix some whitespace formatting, and remove an overly-verbose | Neil Conway |
| 2004-03-23 | When changing select() calls for delays into pg_usleep(), two comments | Bruce Momjian |
| 2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane |
| 2004-03-23 | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane |
| 2004-03-22 | Before deciding we can use a socket for statistics collection, test to | Tom Lane |
| 2004-03-22 | Standardize output buffer size and display format for strftime; | Tom Lane |
| 2004-03-22 | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian |
| 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-21 | Translation updates | Dennis Bjorklund |
| 2004-03-19 | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane |
| 2004-03-18 | Fix log_executor_stats if() test. | Bruce Momjian |
| 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-17 | Document SPI_push() and SPI_pop(). | Bruce Momjian |
| 2004-03-17 | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane |
| 2004-03-16 | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian |
| 2004-03-15 | Check for EOF on pipe differs under win32, as it is based on a socket | Bruce Momjian |
| 2004-03-15 | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian |
| 2004-03-15 | Windows uses codepages rather than the environment, so we work around | Bruce Momjian |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian |