| Commit message (Expand) | Author | Age | Files | Lines |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -24/+3 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 2 | -38/+26 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 2 | -86/+10 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 2 | -13/+47 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -43/+40 |
| * | Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will | Tom Lane | 2001-09-07 | 1 | -11/+15 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 2 | -3/+89 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -6/+4 |
| * | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane | 2001-07-09 | 1 | -18/+34 |
| * | Fire rule actions ON INSERT after original statement (if not INSTEAD). | Jan Wieck | 2001-07-06 | 1 | -2/+5 |
| * | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 | 1 | -62/+44 |
| * | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 | 1 | -20/+19 |
| * | Permission checking wasn't quite right for insert/update/delete rules, | Tom Lane | 2001-05-03 | 1 | -13/+12 |
| * | Permissions were not checked correctly when one view invokes another. | Tom Lane | 2001-05-03 | 1 | -1/+3 |
| * | Make the world safe for passing whole rows of views to functions. This | Tom Lane | 2001-04-18 | 1 | -3/+8 |
| * | Add some defenses to guard against case where a rule refers to a table | Tom Lane | 2001-04-17 | 1 | -5/+27 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -4/+8 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 2 | -41/+32 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 5 | -145/+153 |
| * | Repair bug reported by Huxton, 1/24/01. We need to include a rule's | Tom Lane | 2001-01-27 | 1 | -25/+33 |
| * | Refuse to try to attach a condition to a NOTIFY or other utility statement, | Tom Lane | 2001-01-27 | 1 | -1/+29 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 5 | -10/+10 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 2 | -6/+5 |
| * | Relax test on typmod matching between a table and its proposed ON SELECT | Tom Lane | 2001-01-13 | 1 | -2/+9 |
| * | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane | 2001-01-03 | 1 | -1/+2 |
| * | Make application of FOR UPDATE to a view work exactly like the parser's | Tom Lane | 2000-12-07 | 1 | -22/+42 |
| * | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane | 2000-12-06 | 2 | -32/+47 |
| * | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 | 3 | -195/+222 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 3 | -40/+29 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -14/+48 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -7/+1 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 3 | -604/+87 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 7 | -1089/+366 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 3 | -446/+415 |
| * | Fix relation-to-view conversion so that it doesn't try to convert a plain | Tom Lane | 2000-09-12 | 1 | -35/+33 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 2 | -3/+75 |
| * | O.K. - | Bruce Momjian | 2000-09-12 | 1 | -3/+6 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 2 | -5/+5 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -4/+2 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -3/+3 |
| * | Make view/rule permission checking behave properly with | Tom Lane | 2000-07-09 | 1 | -56/+126 |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 4 | -303/+101 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 2 | -60/+63 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 1 | -8/+8 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 4 | -9/+4 |