| Commit message (Expand) | Author | Age |
* | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 |
* | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 |
* | Enforce EXECUTE privilege for aggregate functions. | Tom Lane | 2002-04-29 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | 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-03-22 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 |
* | Update comments about memory management. | Tom Lane | 2001-02-15 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Ooops ... 6.5 coding wasn't quite right anymore. Should learn | Tom Lane | 1999-10-30 |
* | Put back code in nodeAgg to generate a dummy all-nulls input tuple | Tom Lane | 1999-10-30 |
* | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane | 1999-10-08 |
* | Fix nodeAgg coredump in case where lower-level plan has | Tom Lane | 1999-09-28 |
* | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane | 1999-09-26 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | 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 |
* | 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 |
* | Reversed out Massimo patch. | Bruce Momjian | 1999-06-12 |
* | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian | 1999-06-12 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Aggregate functions didn't work on subscripted array references. | Tom Lane | 1999-04-29 |
* | Correct some comments, fix a small memory wastage when datatype | Tom Lane | 1999-03-21 |
* | Reverse out pfree agg part of patch from Erik Riedel. | Bruce Momjian | 1999-03-20 |
* | Fix for aggregate memory leaks from Erik Riedel. | Bruce Momjian | 1999-03-20 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |