postgresql/src
Tom Lane 5af19e4227 Add more dependency insertions --- this completes the basic pg_depend
functionality.  Of note: dropping a table that has a SERIAL column
defined now drops the associated sequence automatically.
2002-07-16 22:12:20 +00:00
..
backend Add more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00
bin Add initdb code to set up initial contents of pg_depend, pinning all 2002-07-16 17:48:46 +00:00
corba
data
include Add more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00
interfaces fixed bug in support for timestamp without time zone reported by Yuva Chandolu (ychandolu@ebates.com) 2002-07-16 21:05:17 +00:00
makefiles Move few remaining src/utils files to backend/port so everything is in 2002-07-16 05:46:36 +00:00
pl plpgsql's PERFORM statement now sets FOUND depending on whether any 2002-06-24 23:12:06 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test Add code to extract dependencies from an expression tree, and use it 2002-07-16 05:53:34 +00:00
tools Fix make_ctags for exhuberant tags. 2002-07-15 14:45:51 +00:00
tutorial Update copyright to 2002. 2002-06-20 20:29:54 +00:00
DEVELOPERS
Makefile Move 2002-03-13 00:05:06 +00:00
Makefile.global.in Move few remaining src/utils files to backend/port so everything is in 2002-07-16 05:46:36 +00:00
Makefile.shlib Move few remaining src/utils files to backend/port so everything is in 2002-07-16 05:46:36 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak