index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
rewrite
Commit message (
Expand
)
Author
Age
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-05
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
*
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-06-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
*
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-06-03
*
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Repair some issues with column aliases and RowExpr construction in the
Tom Lane
2004-08-19
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
Tom Lane
2002-10-20
*
pgindent run.
Bruce Momjian
2002-09-04
*
The attached patch (against HEAD) implements
Bruce Momjian
2002-07-18
*
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-07-12
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Change naming rule for ON SELECT rules of views: they're all just
Tom Lane
2002-04-19
*
Rule names are now unique per-relation, rather than unique globally.
Tom Lane
2002-04-18
*
pg_type has a typnamespace column; system now supports creating types
Tom Lane
2002-03-29
*
Change the aclchk.c routines to uniformly use OIDs to identify the
Tom Lane
2002-03-21
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Make ALTER TABLE RENAME on a view rename the view's on-select rule too.
Tom Lane
2001-08-12
*
Remove some dead code, simplify calling convention.
Tom Lane
2001-06-13
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Repair breakage of rules containing INSERT ... SELECT actions, per bug
Tom Lane
2000-12-05
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Use a private memory context to store rule information in each relcache
Tom Lane
2000-06-30
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix some (more) problems with subselects in rules. Rewriter failed to
Tom Lane
2000-03-16
*
Add:
Bruce Momjian
2000-01-26
*
Clean up rewriter routines to use expression_tree_walker and
Tom Lane
1999-10-01
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Replaced targetlist entry in GroupClause by reference number
Jan Wieck
1999-05-12
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Hi!
Bruce Momjian
1999-01-18
*
The patch does 2 things:
Bruce Momjian
1998-10-21
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
[next]