postgresql/src/include/nodes
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Changes:

        * Unique index capability works using the syntax 'create unique
          index'.

        * Duplicate OID's in the system tables are removed.  I put
          little scripts called 'duplicate_oids' and 'find_oid' in
          include/catalog that help to find and remove duplicate OID's.
          I also moved 'unused_oids' from backend/catalog to
          include/catalog, since it has to be in the same directory
          as the include files in order to work.

        * The backend tries converting the name of a function or aggregate
          to all lowercase if the original name given doesn't work (mostly
          for compatibility with ODBC).

        * You can 'SELECT NULL' to your heart's content.

        * I put my _bt_updateitem fix in instead, which uses
          _bt_insertonpg so that even if the new key is so big that
          the page has to be split, everything still works.

        * All literal references to system catalog OID's have been
          replaced with references to define'd constants from the catalog
          header files.

        * I added a couple of node copy functions.  I think this was a
          preliminary attempt to get rules to work.
1996-11-13 20:56:15 +00:00
..
execnodes.h another pass through. 1996-11-04 08:53:07 +00:00
makefuncs.h Getting there, one by one... 1996-11-06 09:21:42 +00:00
memnodes.h Next, based on utils/catcache.h 1996-11-04 07:59:39 +00:00
nodeFuncs.h More cleanups of the include files 1996-08-28 01:59:28 +00:00
nodes.h More cleans of the inter-dependencies in the #include files 1996-11-03 12:13:35 +00:00
params.h another pass through. 1996-11-04 08:53:07 +00:00
parsenodes.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_list.h -Wall based cleanup of include files, based from acl.h, and everything 1996-11-04 07:18:46 +00:00
plannodes.h Another run through. 1996-11-05 08:18:44 +00:00
primnodes.h -Wall based cleanup of include files, based from acl.h, and everything 1996-11-04 07:18:46 +00:00
print.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
readfuncs.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
relation.h Further include file cleanups 1996-11-06 07:44:18 +00:00