Age | Commit message (Expand) | Author |
2002-11-06 | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-30 | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane |
2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
2001-11-21 | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-09-29 | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue |
2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
2001-05-27 | When using a junkfilter, the output tuple should NOT be stored back into | Tom Lane |
2001-05-15 | EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance | Tom Lane |
2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-22 | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane |
2000-11-12 | Restructure handling of inheritance queries so that they work with outer | 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-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
2000-08-22 | Fix a many-legged critter reported by chifungfan@yahoo.com: under the | Tom Lane |
2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
2000-08-06 | Clean up inefficiency in ExecRelCheck, and cause it to do the right | Tom Lane |
2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
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 |
1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
1999-09-26 | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane |
1999-09-24 | Several changes here, not very related but touching some of the same files. | Tom Lane |
1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
1999-07-16 | More cleanup | Bruce Momjian |
1999-07-15 | 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-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-18 | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane |
1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian |