| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-31 | Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c. | Tom Lane | |
| There's no reason for these values to be known anywhere else. After doing this, executor/execdefs.h is vestigial and can be removed. | |||
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian | |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian | |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | |
| back-stamped for this. | |||
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian | |
| 2005-05-13 | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | |
| When one side of the join has a NULL, we don't want to uselessly try to match it against every remaining tuple of the other side. While at it, rewrite the comparison machinery to avoid multiple evaluations of the left and right input expressions and to use a btree comparator where available, instead of double operator calls. Also revise the state machine to eliminate redundant comparisons and hopefully make it more readable too. | |||
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
| Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | |||
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian | |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian | |
| 2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | |
| are now both invoked once per received SQL command (raw parsetree) from pg_exec_query_string. BeginCommand is actually just an empty routine at the moment --- all its former operations have been pushed into tuple receiver setup routines in printtup.c. This makes for a clean distinction between BeginCommand/EndCommand (once per command) and the tuple receiver setup/teardown routines (once per ExecutorRun call), whereas the old code was quite ad hoc. Along the way, clean up the calling conventions for ExecutorRun a little bit. | |||
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
| initdb/regression tests pass. | |||
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
| spacing. Also adds space for one-line comments. | |||
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
| tests pass. | |||
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | |
| ends to clean up (see my message of same date to pghackers), but mostly it works. INITDB REQUIRED! | |||
| 2000-01-26 | Add: | Bruce Momjian | |
| * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
| 1999-02-23 | Add constants for outer join states in executor. | Thomas G. Lockhart | |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
| 1996-08-28 | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | |
| - code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... | |||
