postgresql/src/backend
Tom Lane 11333426f1 Implement DROP SCHEMA. It lacks support for dropping conversions and
operator classes, both of which are schema-local and so should really
be droppable.
2002-07-18 16:47:26 +00:00
..
access >the extra level of struct naming for pd_opaque has no obvious 2002-07-02 06:18:57 +00:00
bootstrap Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
catalog Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
commands Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
executor Finished the Between patch Christopher started. 2002-07-18 04:41:46 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes Finished the Between patch Christopher started. 2002-07-18 04:41:46 +00:00
optimizer Finished the Between patch Christopher started. 2002-07-18 04:41:46 +00:00
parser Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Move libc replacement files from src/backend/port to src/port. 2002-07-18 04:13:59 +00:00
postmaster Add SET statement_timeout capability. Timeout is in ms. A value of 2002-07-13 01:02:14 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite The attached patch (against HEAD) implements 2002-07-18 04:43:51 +00:00
storage Add SET statement_timeout capability. Timeout is in ms. A value of 2002-07-13 01:02:14 +00:00
tcop Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Finished the Between patch Christopher started. 2002-07-18 04:41:46 +00:00
Makefile I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00