| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disallow to create multi-column indices using non-btree. | Vadim B. Mikheev | 1997-03-26 | 1 | -2/+5 |
| | | |||||
| * | Fix call to index_create in DefineIndex. | Vadim B. Mikheev | 1997-03-19 | 1 | -2/+2 |
| | | |||||
| * | Prevent UNIQUE indexes for non-btree access methods. | Bruce Momjian | 1997-01-18 | 1 | -2/+5 |
| | | |||||
| * | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Clean it up so that it compiles | Marc G. Fournier | 1996-11-06 | 1 | -25/+22 |
| | | |||||
| * | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 1 | -1/+2 |
| | | |||||
| * | Another first pass at cleaning up the #includes | Marc G. Fournier | 1996-11-03 | 1 | -5/+3 |
| | | |||||
| * | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 1 | -4/+1 |
| | | |||||
| * | There, now we support GiST...now what? :) | Marc G. Fournier | 1996-08-26 | 1 | -6/+22 |
| | | |||||
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1996-08-19 | 1 | -3/+3 |
| | | | | | fixed the spelling of 'nonexistent' in a few places... | ||||
| * | Fixes a bug in 'create index' | Marc G. Fournier | 1996-08-15 | 1 | -7/+32 |
| | | | | | Submitted by: Dan McGuirk <mcguirk@indirect.com> | ||||
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+505 |
