| Age | Commit message (Expand) | Author |
| 2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-10 | Allow psql multi-line column values to align in the proper columns | Bruce Momjian |
| 2006-02-09 | Reject out-of-range dates in date_in(). | Tom Lane |
| 2006-02-07 | Source code cleanup. | Bruce Momjian |
| 2006-02-07 | I think that NUMERIC datatype has a problem in the performance that | Bruce Momjian |
| 2006-02-04 | Issue a warning if a change-on-restart-only postgresql.conf value is | Peter Eisentraut |
| 2006-02-03 | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian |
| 2006-01-26 | Suppress signed-vs-unsigned-char warning. | Tom Lane |
| 2006-01-26 | Fix display of whole-row Var appearing at the top level of a SELECT list. | Tom Lane |
| 2006-01-26 | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane |
| 2006-01-25 | Allow row comparisons to be used as indexscan qualifications. | Tom Lane |
| 2006-01-25 | Update regression error message for NUMERIC range overflow. Display "1" | Bruce Momjian |
| 2006-01-25 | Improve error message when NUMERIC precision is exceeded. | Bruce Momjian |
| 2006-01-23 | Prototype fix for typo. | Bruce Momjian |
| 2006-01-23 | Use is_cidr in INET/CIDR structure, rather than the generic 'type'. | Bruce Momjian |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-19 | Add some test scaffolding to allow cache-flush stress testing (and I do | Tom Lane |
| 2006-01-19 | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane |
| 2006-01-19 | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-14 | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane |
| 2006-01-12 | mbutils was previously doing some allocations, including invoking | Neil Conway |
| 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 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-07 | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane |
| 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-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-01 | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane |
| 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-28 | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane |
| 2005-12-28 | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane |
| 2005-12-28 | Mention "table" in "violates foreign key constraint" message that was | Bruce Momjian |
| 2005-12-28 | Remove silly use of DLLIMPORT. | Tom Lane |
| 2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-26 | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian |
| 2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
| 2005-12-24 | Formatting cleanups. | Bruce Momjian |