You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
23 years ago
..
access
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
bootstrap
Update copyright to 2002.
24 years ago
catalog
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
commands
Extended query protocol: parse, bind, execute, describe FE/BE messages.
23 years ago
executor
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
lib
Infrastructure for upgraded error reporting mechanism. elog.c is
23 years ago
libpq
Extended query protocol: parse, bind, execute, describe FE/BE messages.
23 years ago
mb
Fix for GUC client_encoding variable not being handled
23 years ago
nodes
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
optimizer
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
parser
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
port
Remove unneeded define.
23 years ago
regex
Replace regular expression package with Henry Spencer's latest version
23 years ago
rewrite
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
24 years ago
storage
Handle clog structure in shared memory in exec() case, for Win32.
23 years ago
tcop
Implement feature of new FE/BE protocol whereby RowDescription identifies
23 years ago
utils
SECOND ATTEMPT
23 years ago
Makefile
Include directory rearrangement
25 years ago
c.h
Prevent unlink/rename Win32 mapping on frontends.
23 years ago
fmgr.h
First phase of work on array improvements. ARRAY[x,y,z] constructor
23 years ago
funcapi.h
pgindent run.
24 years ago
getaddrinfo.h
Whack getaddrinfo() patch around until it works, more or less, on
23 years ago
getopt_long.h
Use our own version of getopt_long() if the OS doesn't have one.
23 years ago
miscadmin.h
Handle clog structure in shared memory in exec() case, for Win32.
23 years ago
pg_config.h.in
Infrastructure for upgraded error reporting mechanism. elog.c is
23 years ago
pg_config.h.win32
The attached patch fixes a number of issues related to compiling the
24 years ago
pg_config_manual.h
Make Win32 tests to match existing Cygwin tests, where appropriate.
23 years ago
pgstat.h
Put back encoding-conversion step in processing of incoming queries;
23 years ago
postgres.h
Generate pg_config.h.in by autoheader. Separate out manually editable
23 years ago
postgres_ext.h
Compiling anything that uses InvalidOid under g++ yields a warning about
23 years ago
postgres_fe.h
Update copyright to 2002.
24 years ago
rusagestub.h
Update copyright to 2002.
24 years ago
strdup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago