| Commit message (Expand) | Author | Age |
* | Make the world safe for passing whole rows of views to functions. This | Tom Lane | 2001-04-18 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Refuse to try to attach a condition to a NOTIFY or other utility statement, | Tom Lane | 2001-01-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane | 2000-12-06 |
* | 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 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | 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 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-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 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Clean up rewriter routines to use expression_tree_walker and | Tom Lane | 1999-10-01 |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 |
* | 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 |
* | Revert some changes from the INTERSECT/EXPECT patch that broke | Jan Wieck | 1999-02-08 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Agg/Aggreg cleanup and datetime.sql patch. | Bruce Momjian | 1999-01-25 |
* | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart | 1998-12-14 |
* | The patch does 2 things: | Bruce Momjian | 1998-10-21 |
* | Fix for rules system from Jan. | Bruce Momjian | 1998-10-20 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 |
* | Tatsuo Ishii fix for pg_user crash, with slight modification. | Bruce Momjian | 1998-09-11 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Make subqueries rewrite properly. | Bruce Momjian | 1998-01-21 |
* | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 |
* | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |