postgresql/src/backend
Tom Lane d9b679c13a In RowDescription messages, report columns of domain datatypes as having
the type OID and typmod of the underlying base type.  Per discussions
a few weeks ago with Andreas Pflug and others.  Note that this behavioral
change affects both old- and new-protocol clients.
2003-05-13 18:39:50 +00:00
..
access In RowDescription messages, report columns of domain datatypes as having 2003-05-13 18:39:50 +00:00
bootstrap Pass shared memory address on command line to exec'ed backend. 2003-05-08 14:49:04 +00:00
catalog Apply fixes for problems with dropped columns whose types have also been 2003-05-12 00:17:03 +00:00
commands Add binary I/O routines for a bunch more datatypes. Still a few to go, 2003-05-12 23:08:52 +00:00
executor Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 2003-05-09 18:08:48 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq Add binary I/O routines for a bunch more datatypes. Still a few to go, 2003-05-12 23:08:52 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
optimizer Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). 2003-05-13 04:38:58 +00:00
parser Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port Add rint() to /port, remove from qnx/. 2003-05-09 16:26:29 +00:00
postmaster In child-crashed log messages, identify a checkpoint process as such 2003-05-10 18:15:42 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
storage Make use of new error context stack mechanism to allow random errors 2003-05-10 19:04:30 +00:00
tcop Avoid unnecessary copying of parameter values in BIND. This allows 2003-05-12 16:48:17 +00:00
utils More binary I/O routines. 2003-05-13 18:03:08 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00