| Age | Commit message (Expand) | Author |
| 2004-05-20 | Fix speling. | Tom Lane |
| 2004-05-19 | Improve error reporting behavior in parse_hba(): give more complete | Tom Lane |
| 2004-05-19 | Rename irix5 port to irix. | Bruce Momjian |
| 2004-05-19 | Only do pkglib_path if needed. | Bruce Momjian |
| 2004-05-19 | Only do find_my_exec if it doesn't come from the postmaster. | Bruce Momjian |
| 2004-05-19 | Add get_pkglib_path to postmaster.c | Bruce Momjian |
| 2004-05-19 | Move find_my_exec lower so elog() works, per Tom. | Bruce Momjian |
| 2004-05-19 | Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit the | Neil Conway |
| 2004-05-18 | setRuleCheckAsUser has to be applied to any subqueries appearing in a | Tom Lane |
| 2004-05-18 | Move get_pkglib_path up into main.c too. | Bruce Momjian |
| 2004-05-18 | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian |
| 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-14 | Adjust find_my_exec/find_other_exec() so that the return parameter is | Bruce Momjian |
| 2004-05-14 | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane |
| 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 |