diff options
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/execFlatten.h | 5 | ||||
-rw-r--r-- | src/include/executor/execdebug.h | 5 | ||||
-rw-r--r-- | src/include/executor/execdefs.h | 5 | ||||
-rw-r--r-- | src/include/executor/execdesc.h | 5 | ||||
-rw-r--r-- | src/include/executor/executor.h | 5 | ||||
-rw-r--r-- | src/include/executor/functions.h | 5 | ||||
-rw-r--r-- | src/include/executor/hashjoin.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeAgg.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeAppend.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeGroup.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeHash.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeHashjoin.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeIndexscan.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeMaterial.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeMergejoin.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeNestloop.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeResult.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeSeqscan.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeSort.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeTidscan.h | 5 | ||||
-rw-r--r-- | src/include/executor/nodeUnique.h | 5 | ||||
-rw-r--r-- | src/include/executor/tuptable.h | 5 |
22 files changed, 66 insertions, 44 deletions
diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h index 1a5d111ef30..c7d85e2e6da 100644 --- a/src/include/executor/execFlatten.h +++ b/src/include/executor/execFlatten.h @@ -4,9 +4,10 @@ * prototypes for execFlatten.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execFlatten.h,v 1.10 1999/07/16 17:07:31 momjian Exp $ + * $Id: execFlatten.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index b88c7b3ecc5..97b8f3a7b6e 100644 --- a/src/include/executor/execdebug.h +++ b/src/include/executor/execdebug.h @@ -4,9 +4,10 @@ * #defines governing debugging behaviour in the executor * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdebug.h,v 1.11 1999/07/15 23:03:46 momjian Exp $ + * $Id: execdebug.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h index 322dc773091..89fed192cdd 100644 --- a/src/include/executor/execdefs.h +++ b/src/include/executor/execdefs.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdefs.h,v 1.5 1999/02/23 07:37:31 thomas Exp $ + * $Id: execdefs.h,v 1.6 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index 046268fe1b6..e75292370ab 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -5,9 +5,10 @@ * and related modules. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdesc.h,v 1.12 1999/07/16 17:07:32 momjian Exp $ + * $Id: execdesc.h,v 1.13 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 88dcb741b3d..bed2c57ec57 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -4,9 +4,10 @@ * support for the POSTGRES executor module * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.41 2000/01/19 23:55:00 tgl Exp $ + * $Id: executor.h,v 1.42 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h index 4cc3a471c7e..1c64712ebe3 100644 --- a/src/include/executor/functions.h +++ b/src/include/executor/functions.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: functions.h,v 1.10 1999/07/15 15:21:07 momjian Exp $ + * $Id: functions.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index f501cd03654..6b505cecdf0 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -4,9 +4,10 @@ * internal structures for hash joins * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.15 1999/10/13 15:02:26 tgl Exp $ + * $Id: hashjoin.h,v 1.16 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 7ee15e47486..57b10aafb53 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAgg.h,v 1.10 1999/07/15 15:21:09 momjian Exp $ + * $Id: nodeAgg.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h index 34212d22df1..2064c614269 100644 --- a/src/include/executor/nodeAppend.h +++ b/src/include/executor/nodeAppend.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAppend.h,v 1.11 1999/07/15 15:21:10 momjian Exp $ + * $Id: nodeAppend.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index ee740efcd80..458ae58892a 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -4,9 +4,10 @@ * prototypes for nodeGroup.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.12 1999/07/15 15:21:11 momjian Exp $ + * $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 605ab0b126b..0460368d8b1 100644 --- a/src/include/executor/nodeHash.h +++ b/src/include/executor/nodeHash.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHash.h,v 1.14 1999/07/15 15:21:11 momjian Exp $ + * $Id: nodeHash.h,v 1.15 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h index 9d5390f79c6..7fed1b1f69b 100644 --- a/src/include/executor/nodeHashjoin.h +++ b/src/include/executor/nodeHashjoin.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHashjoin.h,v 1.16 1999/10/13 15:02:26 tgl Exp $ + * $Id: nodeHashjoin.h,v 1.17 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h index d8b284f8d53..0e33ba8be97 100644 --- a/src/include/executor/nodeIndexscan.h +++ b/src/include/executor/nodeIndexscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeIndexscan.h,v 1.9 1999/07/15 15:21:12 momjian Exp $ + * $Id: nodeIndexscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h index f10b252c1cd..1daf0bd0afe 100644 --- a/src/include/executor/nodeMaterial.h +++ b/src/include/executor/nodeMaterial.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMaterial.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeMaterial.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h index 27078d5a39c..4c378b7a597 100644 --- a/src/include/executor/nodeMergejoin.h +++ b/src/include/executor/nodeMergejoin.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMergejoin.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeMergejoin.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index f0a11d01008..b1242b0da0d 100644 --- a/src/include/executor/nodeNestloop.h +++ b/src/include/executor/nodeNestloop.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeNestloop.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeNestloop.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h index 506e6e580d3..f944137b60a 100644 --- a/src/include/executor/nodeResult.h +++ b/src/include/executor/nodeResult.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeResult.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeResult.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h index a2358c4aa61..503c597eb92 100644 --- a/src/include/executor/nodeSeqscan.h +++ b/src/include/executor/nodeSeqscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSeqscan.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeSeqscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index a8c8f99c62e..28ec0c20429 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSort.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeSort.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h index a54c553e0d6..ffee4677eb7 100644 --- a/src/include/executor/nodeTidscan.h +++ b/src/include/executor/nodeTidscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeTidscan.h,v 1.1 1999/11/24 16:52:49 momjian Exp $ + * $Id: nodeTidscan.h,v 1.2 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h index f5355b5d32e..f8fca52331f 100644 --- a/src/include/executor/nodeUnique.h +++ b/src/include/executor/nodeUnique.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeUnique.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeUnique.h,v 1.10 2000/01/26 05:58:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index 2a1d8a4b3aa..a8edfae6740 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -4,9 +4,10 @@ * tuple table support stuff * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuptable.h,v 1.14 1999/07/15 23:03:48 momjian Exp $ + * $Id: tuptable.h,v 1.15 2000/01/26 05:58:06 momjian Exp $ * * NOTES * The tuple table interface is getting pretty ugly. |