postgresql/src/backend
Tom Lane 6f11af0c62 I had managed to break acceptance of "char", which worked in 6.5 to
refer to the single-byte char type.  7.0 was taking it as bpchar(1).
2000-02-26 18:13:41 +00:00
..
access Clean up some really grotty coding in catcache.c, improve hashing 2000-02-21 03:36:59 +00:00
bootstrap Implement reindex command 2000-02-18 09:30:20 +00:00
catalog Fix longstanding bug that kept functional indexes from working when you 2000-02-25 02:58:48 +00:00
commands Fix longstanding bug that kept functional indexes from working when you 2000-02-25 02:58:48 +00:00
executor Create a new expression node type RelabelType, which exists solely to 2000-02-20 21:32:16 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Change parse-time representation of float literals (which include oversize 2000-02-21 18:47:12 +00:00
optimizer Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the 2000-02-21 01:13:04 +00:00
parser I had managed to break acceptance of "char", which worked in 6.5 to 2000-02-26 18:13:41 +00:00
port Add: 2000-01-26 05:58:53 +00:00
postmaster Implement reindex command 2000-02-18 09:30:20 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Undo a couple of mistaken applications of NameStr() to StringInfos. 2000-02-26 06:36:44 +00:00
storage Shared-memory hashtables have non-extensible directories, which means 2000-02-26 05:25:55 +00:00
tcop Change cancel while waiting-for-lock stuff. 2000-02-22 09:55:26 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Shared-memory hashtables have non-extensible directories, which means 2000-02-26 05:25:55 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00