| Age | Commit message (Expand) | Author |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-05 | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-07 | Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will | Tom Lane |
| 2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-07-09 | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane |
| 2001-07-06 | Fire rule actions ON INSERT after original statement (if not INSTEAD). | Jan Wieck |
| 2001-06-13 | Remove some dead code, simplify calling convention. | Tom Lane |
| 2001-06-12 | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane |
| 2001-05-03 | Permission checking wasn't quite right for insert/update/delete rules, | Tom Lane |
| 2001-05-03 | Permissions were not checked correctly when one view invokes another. | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-17 | Add some defenses to guard against case where a rule refers to a table | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-01-27 | Repair bug reported by Huxton, 1/24/01. We need to include a rule's | Tom Lane |
| 2001-01-27 | Refuse to try to attach a condition to a NOTIFY or other utility statement, | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
| 2001-01-13 | Relax test on typmod matching between a table and its proposed ON SELECT | Tom Lane |
| 2001-01-03 | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane |
| 2000-12-07 | Make application of FOR UPDATE to a view work exactly like the parser's | Tom Lane |
| 2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
| 2000-12-05 | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Fix relation-to-view conversion so that it doesn't try to convert a plain | Tom Lane |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-12 | O.K. - | Bruce Momjian |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |