| Age | Commit message (Expand) | Author |
| 2006-01-14 | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane |
| 2006-01-14 | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane |
| 2006-01-13 | Remove logic in XactLockTableWait() that attempted to mark a crashed | Tom Lane |
| 2006-01-13 | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane |
| 2006-01-13 | Require the issuer of CREATE TYPE to own the functions mentioned in the | Tom Lane |
| 2006-01-12 | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway |
| 2006-01-12 | mbutils was previously doing some allocations, including invoking | Neil Conway |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
| 2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
| 2006-01-11 | Remove a confusing pair of parentheses. | Neil Conway |
| 2006-01-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2006-01-10 | Improve patternsel() by applying the operator itself to each value | Tom Lane |
| 2006-01-09 | Change allow_system_table_mods to PGC_POSTMASTER, restoring previous | Peter Eisentraut |
| 2006-01-08 | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane |
| 2006-01-08 | Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per | Tom Lane |
| 2006-01-08 | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 2006-01-07 | Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to | Tom Lane |
| 2006-01-07 | Add comment explaining why RelationOpenSmgr() call is not needed. | Tom Lane |
| 2006-01-07 | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane |
| 2006-01-06 | Fix failure to apply domain constraints to a NULL constant that's added to | Tom Lane |
| 2006-01-06 | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane |
| 2006-01-06 | Convert Assert checking for empty page into a regular test and elog. | Tom Lane |
| 2006-01-06 | Fix ReadBuffer() to correctly handle the case where it's trying to extend | Tom Lane |
| 2006-01-05 | Update x86 Solaris documenation ideas. | Bruce Momjian |
| 2006-01-05 | Add compile flags sample. | Bruce Momjian |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2006-01-05 | Remove BEOS port. | Bruce Momjian |
| 2006-01-05 | Remove QNX port. | Bruce Momjian |
| 2006-01-04 | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane |
| 2006-01-04 | Fix another case in which autovacuum would fail while analyzing | Tom Lane |
| 2006-01-03 | Assume select() might modify struct timeout, so remove previous | Bruce Momjian |
| 2006-01-03 | Use setitimer() for stats file write, rather than do a gettimeofday() | Bruce Momjian |
| 2006-01-02 | Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. | Tom Lane |
| 2006-01-02 | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane |
| 2006-01-02 | Change if (!(x || y)) construct with if (!x && !y), for clarity. | Bruce Momjian |
| 2006-01-01 | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane |
| 2006-01-01 | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway |
| 2005-12-31 | Rename variable to cmd_str. | Bruce Momjian |
| 2005-12-31 | Rename variable 'what' to 'stat_msg'. | Bruce Momjian |
| 2005-12-31 | Prefix client-side prepare with '[protocol]' rather than '[client]'. | Bruce Momjian |
| 2005-12-30 | Rename send_rfq to send_ready_for_query. | Bruce Momjian |
| 2005-12-30 | Mmark client-side prepare/bind/execute statements with "[client]" so | Bruce Momjian |
| 2005-12-30 | Add support for Solaris x86_64 using Sun's compiler. | Bruce Momjian |
| 2005-12-30 | Repair EXPLAIN failure when trying to display a plan condition that involves | Tom Lane |
| 2005-12-30 | Disallow setting ssl = on if SSL is not compiled in. | Peter Eisentraut |
| 2005-12-29 | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane |
| 2005-12-29 | Revert some careless search-and-replace: "ADD" in comment text should | Neil Conway |
| 2005-12-28 | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane |