postgresql/src/include
Tom Lane 2cf57c8f8d Implement feature of new FE/BE protocol whereby RowDescription identifies
the column by table OID and column number, if it's a simple column
reference.  Along the way, get rid of reskey/reskeyop fields in Resdoms.
Turns out that representation was not convenient for either the planner
or the executor; we can make the planner deliver exactly what the
executor wants with no more effort.
initdb forced due to change in stored rule representation.
2003-05-06 00:20:33 +00:00
..
access Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
commands Extended query protocol: parse, bind, execute, describe FE/BE messages. 2003-05-05 00:44:56 +00:00
executor Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq Extended query protocol: parse, bind, execute, describe FE/BE messages. 2003-05-05 00:44:56 +00:00
mb Fix for GUC client_encoding variable not being handled 2003-02-19 14:31:26 +00:00
nodes Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
optimizer Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
parser Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
port Remove unneeded define. 2003-04-29 18:25:54 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage Handle clog structure in shared memory in exec() case, for Win32. 2003-05-03 03:52:07 +00:00
tcop Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
utils SECOND ATTEMPT 2003-05-02 22:02:47 +00:00
c.h Prevent unlink/rename Win32 mapping on frontends. 2003-04-25 16:18:40 +00:00
fmgr.h First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
funcapi.h pgindent run. 2002-09-04 20:31:48 +00:00
getaddrinfo.h Whack getaddrinfo() patch around until it works, more or less, on 2003-04-02 00:49:28 +00:00
getopt_long.h Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Handle clog structure in shared memory in exec() case, for Win32. 2003-05-03 03:52:07 +00:00
pg_config.h.in Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
pg_config.h.win32 The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pg_config_manual.h Make Win32 tests to match existing Cygwin tests, where appropriate. 2003-04-18 01:03:42 +00:00
pgstat.h Put back encoding-conversion step in processing of incoming queries; 2003-04-27 20:09:44 +00:00
postgres.h Generate pg_config.h.in by autoheader. Separate out manually editable 2003-04-06 22:45:23 +00:00
postgres_ext.h Compiling anything that uses InvalidOid under g++ yields a warning about 2003-03-18 17:21:07 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00