| Age | Commit message (Expand) | Author |
| 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-12 | Rename find_my_binary/find_other_binary to | Bruce Momjian |
| 2004-05-12 | Fix bug by passing arg[0] to find_my_binary(). | Bruce Momjian |
| 2004-05-11 | Yawn ... still another place not quite ready for zero-column tables. | Tom Lane |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-05-11 | Add tests to enlargeStringInfo() to avoid possible buffer-overrun or | Tom Lane |
| 2004-05-11 | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane |
| 2004-05-11 | Fix oversights in processing of LIMIT expressions during planning. | Tom Lane |
| 2004-05-11 | Repair recalculation failure for nested sub-SELECTs, per bug report from | Tom Lane |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-08 | Fix a couple of oversights in new ALTER TABLE code that broke | Tom Lane |
| 2004-05-08 | Alter string format used for integer and OID lists in stored rules. | 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-08 | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane |
| 2004-05-07 | Refactor CheckDropPermissions() to move some initialization code for | Neil Conway |
| 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 | sysv_shmem.c patch is to correct a bug that prevents the postmaster | Bruce Momjian |
| 2004-05-06 | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian |
| 2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
| 2004-05-06 | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane |
| 2004-05-06 | Fix grammatical error in comment. | Neil Conway |
| 2004-05-05 | Don't assume that struct timeval's tv_sec field is the same datatype as | Tom Lane |
| 2004-05-05 | Fix get_rels_with_domain to not do the wrong thing with views and | 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-30 | More cleanups for USE_PGTZ. | Bruce Momjian |
| 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 |