Age | Commit message (Expand) | Author |
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 |
2000-07-09 | Make view/rule permission checking behave properly with | Tom Lane |
2000-06-30 | Use a private memory context to store rule information in each relcache | Tom Lane |
2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
2000-06-15 | Final #include cleanup. | Bruce Momjian |
2000-06-15 | Clean up #include's. | Bruce Momjian |
2000-06-12 | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian |
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-04-27 | Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, | Tom Lane |
2000-04-20 | Correct error in rewriter that caused SELECT count(*) FROM view | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-04-04 | When rewriting an aggregate introduced into WHERE, allow agg argument to | Tom Lane |
2000-03-16 | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane |
2000-03-12 | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane |
2000-02-26 | Undo a couple of mistaken applications of NameStr() to StringInfos. | Tom Lane |
2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
1999-11-24 | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian |
1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
1999-11-18 | Changed pg_rewrite attributes ev_qual and ev_action to the new | Jan Wieck |