| Age | Commit message (Expand) | Author |
| 2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
| 2006-02-11 | Revert based on Tom's recommendation: | Bruce Momjian |
| 2006-02-11 | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian |
| 2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
| 2006-02-10 | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane |
| 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-06 | Improve the tests to see if ScalarArrayOpExpr is strict. Original coding | Tom Lane |
| 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 | Issue a warning if a change-on-restart-only postgresql.conf value is | Peter Eisentraut |
| 2006-02-03 | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane |
| 2006-02-03 | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian |
| 2006-02-03 | Prevent COPY from using newline or carriage return as delimiter or null. | Bruce Momjian |
| 2006-02-01 | Add code comment about Linux stack randomization and shared memory. | Bruce Momjian |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-31 | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane |
| 2006-01-31 | Restructure planner's handling of inheritance. Rather than processing | Tom Lane |
| 2006-01-30 | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane |
| 2006-01-29 | When building a bitmap scan, must copy the bitmapqualorig expression tree | Tom Lane |
| 2006-01-29 | Fix Assert that's no longer correct now that RowCompareExpr is indexable. | 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 | 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 | 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-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-24 | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane |
| 2006-01-23 | Instead of using a numberOfRequiredKeys count to distinguish required | Tom Lane |
| 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-22 | Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can | Tom Lane |
| 2006-01-22 | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway |
| 2006-01-21 | Repair longstanding bug in slru/clog logic: it is possible for two backends | Tom Lane |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-20 | Fix thinko in autovacuum's test to skip temp tables: want to skip any | Tom Lane |
| 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 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |
| 2006-01-19 | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | 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 |