| Age | Commit message (Expand) | Author |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-09 | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian |
| 2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |
| 2006-02-04 | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane |
| 2006-02-04 | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan |
| 2006-02-04 | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian |
| 2006-02-03 | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane |
| 2006-02-03 | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian |
| 2006-02-03 | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-31 | Restructure planner's handling of inheritance. Rather than processing | Tom Lane |
| 2006-01-29 | Fix code that checks to see if an index can be considered to match the query's | 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 | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane |
| 2006-01-25 | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane |
| 2006-01-25 | Allow row comparisons to be used as indexscan qualifications. | Tom Lane |
| 2006-01-23 | Instead of using a numberOfRequiredKeys count to distinguish required | Tom Lane |
| 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 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |
| 2006-01-18 | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane |
| 2006-01-18 | Add a new system view, pg_cursors, that displays the currently available | Neil Conway |
| 2006-01-17 | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane |
| 2006-01-16 | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway |
| 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-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-10 | remove unneeded defines for uid_t and gid_t, which conflict with perl's typed... | Andrew Dunstan |
| 2006-01-08 | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane |
| 2006-01-08 | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway |
| 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 file. | 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-01 | Trim an obsolete comment: it is no longer relevant that "SELECT" was | 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-30 | Add support for Solaris x86_64 using Sun's compiler. | Bruce Momjian |
| 2005-12-29 | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane |
| 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 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
| 2005-12-24 | Previous commit message should have been: | Bruce Momjian |
| 2005-12-24 | Add | Bruce Momjian |
| 2005-12-24 | Alignment cleanup. | Bruce Momjian |
| 2005-12-20 | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane |
| 2005-12-17 | Fix typo. | Bruce Momjian |