postgresql/src/backend
Tom Lane d70d46fd60 PATH and POLYGON datatypes are now TOASTable. Associated functions
updated to new fmgr style.  Deleted hoary old functions for compatibility
with pre-6.1 representations of these datatypes.
2000-07-29 18:46:12 +00:00
..
access PATH and POLYGON datatypes are now TOASTable. Associated functions 2000-07-29 18:46:12 +00:00
bootstrap Don't need this anymore. It's now handled in the Makefile. 2000-07-19 22:47:13 +00:00
catalog Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
commands bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 2000-07-29 03:26:51 +00:00
executor ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, 2000-07-25 23:43:38 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
libpq Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
main Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
nodes Remove 'Array' node type, which has evidently been dead code for 2000-07-22 04:22:47 +00:00
optimizer Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 2000-07-28 02:13:52 +00:00
parser Fix acceptance of PATH as a type and column name. 2000-07-28 14:47:23 +00:00
port Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
postmaster Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 2000-07-28 02:13:52 +00:00
regex Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rewrite Make view/rule permission checking behave properly with 2000-07-09 04:56:32 +00:00
storage Fix confusion between sizeof(long) and sizeof(long*), as well as 2000-07-25 20:17:02 +00:00
tcop Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
tioga Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils PATH and POLYGON datatypes are now TOASTable. Associated functions 2000-07-29 18:46:12 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00