| Age | Commit message (Expand) | Author |
| 2004-04-26 | Please find attached a small patch against current cvs head, so that | Bruce Momjian |
| 2004-04-26 | Please find a attached a small patch that adds accessor functions | Bruce Momjian |
| 2004-04-25 | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway |
| 2004-04-25 | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway |
| 2004-04-24 | Ensure getaddrinfo_all returns null result on failure. | Tom Lane |
| 2004-04-22 | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway |
| 2004-04-22 | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian |
| 2004-04-22 | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian |
| 2004-04-21 | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane |
| 2004-04-21 | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane |
| 2004-04-21 | Change COPY CSV keyword to be: | Bruce Momjian |
| 2004-04-19 | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane |
| 2004-04-19 | Prevent doubling of escapes when not in quote mode for CSV. | 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-19 | Complete TODO item: | Bruce Momjian |
| 2004-04-18 | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane |
| 2004-04-16 | Handle Warn_restart_ready properly in SIGTERM safety patch. | Bruce Momjian |
| 2004-04-15 | Modify COPY for() loop to use attnum as a variable name, not 'i'. | Bruce Momjian |
| 2004-04-12 | Here's an attempt at new socket and signal code for win32. | 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-09 | Translation updates | Dennis Bjorklund |
| 2004-04-07 | Push superuser check farther down in the if() statements to fix startup | Bruce Momjian |
| 2004-04-07 | Still another place to make the world safe for zero-column tables. | Tom Lane |
| 2004-04-07 | Extend set-operation planning to keep track of the sort ordering induced | Tom Lane |
| 2004-04-07 | build_subquery_pathkeys() was examining wrong copy of subquery target list, | Tom Lane |
| 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 |