Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | pgindent run. | Bruce Momjian | 2003-08-04 | |
| | ||||
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | |
| | | | | | | | | | | | | | | DestReceiver pointers instead of just CommandDest values. The DestReceiver is made at the point where the destination is selected, rather than deep inside the executor. This cleans up the original kluge implementation of tstoreReceiver.c, and makes it easy to support retrieving results from utility statements inside portals. Thus, you can now do fun things like Bind and Execute a FETCH or EXPLAIN command, and it'll all work as expected (e.g., you can Describe the portal, or use Execute's count parameter to suspend the output partway through). Implementation involves stuffing the utility command's output into a Tuplestore, which would be kind of annoying for huge output sets, but should be quite acceptable for typical uses of utility commands. | |||
* | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane | 2003-02-02 | |
| | | | | Tom Lane. | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | |
| | ||||
* | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 | |
| | | | | | Also, fix debug logging of parse/plan trees so that the messages actually go through elog(), not directly to stdout. | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | |
| | | | | initdb/regression tests pass. | |||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | |
| | | | | spacing. Also adds space for one-line comments. | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | |
| | | | | tests pass. | |||
* | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | |
| | | | | | counts alongside the planner's estimates. By Martijn van Oosterhout, with some further work by Tom Lane. | |||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | |
| | ||||
* | Add: | Bruce Momjian | 2000-01-26 | |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
* | More cleanup | Bruce Momjian | 1999-07-16 | |
| | ||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | |
| | ||||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Change EXPLAIN options to just use VERBOSE. | Bruce Momjian | 1997-01-16 | |
| | ||||
* | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | 1996-08-28 | |
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... |