aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Collapse)AuthorAge
...
* Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev1997-08-21
|
* More NOT_USEDsBruce Momjian1997-08-20
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-19
| | | | NOT_USED.
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
|
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
|
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
|
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
|
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
|
* New func RelationForgetRelation();Vadim B. Mikheev1997-06-04
| | | | | * RelationFlushRelation + if the relation is local then get rid of * the relation descriptor from the newly created relation list.
* RelationPurgeLocalRelation():Vadim B. Mikheev1997-05-22
| | | | | | | | | | | | | | | | | | /* * RelationFlushRelation () below will flush relation information * from the cache. We must call smgrclose to flush relation * information from SMGR & FMGR, too. We assume that for temp * relations smgrunlink is already called by heap_destroyr * and we skip smgrclose for them. - vadim 05/22/97 */ smgrclose(reln->rd_rel->relsmgr, reln); - it avoids memory leaks in SMGR & VFD. RelationFlushRelation(): there is no more call FileInvalidate(RelationGetSystemPort(relation)); - invalid (FileInvalidate() expects File, not SMGR' fd) - unuseful anyway.
* Little memmory leak in RelationFlushRelation() in freeingVadim B. Mikheev1997-05-20
| | | | relation->rd_att (relation' TupleDesc).
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
| | | | feature dependencies. Thanks Kurt J. Lidl.
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
|
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
|
* Compile and warning cleanupBruce Momjian1996-11-08
|
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
|
* Produce a clean compile of backend...Marc G. Fournier1996-11-03
|
* Added needed include file.Bruce Momjian1996-10-31
|
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
|
* Fixes: Growing backend when using nested function callsMarc G. Fournier1996-10-24
| | | | Submitted by: wieck@sapserv.debis.de (Jan Wieck)
* Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier1996-10-24
| | | | | | relations and transaction is aborted Submitted by: wieck@sapserv.debis.de (Jan Wieck)
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
|
* D'Arcy change.Bruce Momjian1996-10-13
|
* Fixes a bug in 'create index'Marc G. Fournier1996-08-15
| | | | Submitted by: Dan McGuirk <mcguirk@indirect.com>
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09