| Age | Commit message (Expand) | Author |
| 2002-10-26 | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane |
| 2002-10-24 | Fix some places that were unportably assuming struct timeval's tv_sec | Tom Lane |
| 2002-10-24 | Function-call-style type coercions should be treated as explicit | Tom Lane |
| 2002-10-22 | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian |
| 2002-10-21 | Remove unnecessary (and inadequate) check of IsTransactionBlock() in | Tom Lane |
| 2002-10-21 | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-20 | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane |
| 2002-10-20 | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane |
| 2002-10-20 | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane |
| 2002-10-19 | Fix case where a function in FROM returns a scalar type, but is | Tom Lane |
| 2002-10-19 | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane |
| 2002-10-19 | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane |
| 2002-10-19 | Back out Alvaro's patch until regression tests pass. | Bruce Momjian |
| 2002-10-19 | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane |
| 2002-10-19 | Fix compile failure caused by new patch. | Bruce Momjian |
| 2002-10-19 | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian |
| 2002-10-19 | This patch adds some missing functions for float8 math operations, | Bruce Momjian |
| 2002-10-19 | Add missing #include <errno.h>. | Tom Lane |
| 2002-10-18 | Improve formatting of --help output. | Peter Eisentraut |
| 2002-10-18 | Fix breakage that had crept into setlocale() usage: once again we've | Tom Lane |
| 2002-10-15 | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane |
| 2002-10-14 | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-10-14 | Translation updates | Peter Eisentraut |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-10-14 | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian |
| 2002-10-13 | Make SET really not start a transaction. | Tom Lane |
| 2002-10-13 | Make macaddr_in reject trailing garbage (except whitespace). | Tom Lane |
| 2002-10-12 | Fix for bug #795: two clauses that seem redundant are not really, if | Tom Lane |
| 2002-10-11 | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-10-09 | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian |
| 2002-10-09 | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian |
| 2002-10-09 | Have SET not start transaction when autocommit off, with doc updates. | Bruce Momjian |
| 2002-10-08 | Move responsibility for setting QuerySnapshot for utility statements | Tom Lane |
| 2002-10-07 | Change order of operations during XLogFlush so that we try to include | Tom Lane |
| 2002-10-06 | Clarify comment. | Bruce Momjian |
| 2002-10-04 | Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks | Tom Lane |
| 2002-10-04 | Require superuser privilege to create a binary-compatible cast, per | Tom Lane |
| 2002-10-04 | Fix a couple of grammatical errors in error messages. | Tom Lane |
| 2002-10-04 | Tweak a few of the most heavily used function call points to zero out | Tom Lane |
| 2002-10-03 | Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that | Tom Lane |
| 2002-10-03 | In a bootstrap process or standalone backend, set MaxBackends = 1 | Tom Lane |
| 2002-10-03 | Avoid palloc(0) when MaxBackends = 1. | Tom Lane |
| 2002-10-03 | Add SSL documentation info to README.SSL | Bruce Momjian |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-10-03 | This patch removes two unused global variables from globals.c | Bruce Momjian |