postgresql/src/backend
Marc G. Fournier 51a1741cfb From: Jeroen van Vianen <jeroenv@design.nl>
Attached patch will add a version() function to Postges, e.g.

template1=> select version();
version
------------------------------------------------------------
PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1
(1 row)
1998-04-29 12:41:29 +00:00
..
access This patch... 1998-04-27 04:08:07 +00:00
bootstrap Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
catalog This patch... 1998-04-27 04:08:07 +00:00
commands show the index used in an explain 1998-04-27 16:57:09 +00:00
executor This patch... 1998-04-27 04:08:07 +00:00
lib ASSERT fixes. 1998-04-06 17:27:54 +00:00
libpq Hi, 1998-04-06 00:32:26 +00:00
main From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
nodes FIx confusion over SORT and SORTCLAUSE in node handling. 1998-04-27 02:58:07 +00:00
optimizer This patch... 1998-04-27 04:08:07 +00:00
parser This patch... 1998-04-27 04:08:07 +00:00
port Hi, 1998-04-06 00:32:26 +00:00
postmaster Hi, 1998-04-06 00:32:26 +00:00
regex From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
rewrite This patch... 1998-04-27 04:08:07 +00:00
storage From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
tcop Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
tioga pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
utils From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
Makefile This patch... 1998-04-27 04:08:07 +00:00