Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Calls of RelationBuildTriggers() & FreeTriggerDesc() | Vadim B. Mikheev | 1997-09-01 | |
| | ||||
* | Fetch information about DEFAULT/CHECK while openning a relation. | Vadim B. Mikheev | 1997-08-22 | |
| | ||||
* | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 | |
| | ||||
* | Read info for DEFAULT from pg_attrdef. | Vadim B. Mikheev | 1997-08-21 | |
| | ||||
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | |
| | ||||
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | |
| | ||||
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | |
| | ||||
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 | |
| | ||||
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | |
| | ||||
* | New func RelationForgetRelation(); | Vadim B. Mikheev | 1997-06-04 | |
| | | | | | * RelationFlushRelation + if the relation is local then get rid of * the relation descriptor from the newly created relation list. | |||
* | RelationPurgeLocalRelation(): | Vadim B. Mikheev | 1997-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 freeing | Vadim B. Mikheev | 1997-05-20 | |
| | | | | relation->rd_att (relation' TupleDesc). | |||
* | More stuff to make it compile on various ports. | Bryan Henderson | 1996-11-27 | |
| | ||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Fixes: Errors when PQexec() in backend creates temp | Marc G. Fournier | 1996-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. Fournier | 1996-10-23 | |
| | ||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |