| Age | Commit message (Expand) | Author |
| 2005-11-28 | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane |
| 2005-11-26 | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-20 | Clean up after DROP IF EXISTS patch. | Tom Lane |
| 2005-11-14 | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-02 | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane |
| 2005-08-28 | Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's | Tom Lane |
| 2005-08-27 | Change the division of labor between grouping_planner and query_planner | Tom Lane |
| 2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
| 2005-08-01 | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane |
| 2005-07-31 | Add per-user and per-database connection limit options. | Tom Lane |
| 2005-07-28 | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane |
| 2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
| 2005-07-24 | Fix logic error in tbm_intersect: the intersection of a normal page and | Tom Lane |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-26 | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-15 | Improve hash method for bitmapsets: some examination of actual outputs | Tom Lane |
| 2005-06-09 | Simplify the planner's join clause management by storing join clauses | Tom Lane |
| 2005-06-08 | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane |
| 2005-06-06 | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane |
| 2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-17 | Modify tidbitmap.c to avoid creating a hash table until there is more | Tom Lane |
| 2005-05-09 | Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt | Tatsuo Ishii |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-25 | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane |
| 2005-04-21 | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane |
| 2005-04-21 | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane |
| 2005-04-19 | Create executor and planner-backend support for decoupled heap and index | Tom Lane |
| 2005-04-17 | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-03-29 | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane |
| 2005-03-17 | Trivial comment tweak. | Neil Conway |
| 2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
| 2005-03-14 | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway |
| 2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |