Commit Graph

27 Commits (32cd09ac6d467ec788f8f4181097d47bafcfaee1)

Author SHA1 Message Date
Vadim B. Mikheev 32cd09ac6d Good Bye, Time Travel! 28 years ago
Thomas G. Lockhart 7f06f34636 Change column number constant to reflect change in column name 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Vadim B. Mikheev a40a546e47 RelationBuildRuleLock(): char* --> Datum for ruleaction and 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Vadim B. Mikheev c67208b3bb Calls of RelationBuildTriggers() & FreeTriggerDesc() 28 years ago
Vadim B. Mikheev ac0029aa0b Fetch information about DEFAULT/CHECK while openning a relation. 28 years ago
Vadim B. Mikheev cc332d612b AttrConstr --> TupleConstr 28 years ago
Vadim B. Mikheev 197ced5923 Read info for DEFAULT from pg_attrdef. 28 years ago
Bruce Momjian 11ac1bf268 More NOT_USEDs 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev b992e200b8 NOT NULL implementation (submitted by Robson Paniago de Miranda). 28 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 29 years ago
Vadim B. Mikheev ded4650642 New func RelationForgetRelation(); 29 years ago
Vadim B. Mikheev c9be1bccc1 RelationPurgeLocalRelation(): 29 years ago
Vadim B. Mikheev 92ab5dc2b5 Little memmory leak in RelationFlushRelation() in freeing 29 years ago
Bryan Henderson 9c0afeabb7 More stuff to make it compile on various ports. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 29 years ago
Marc G. Fournier 20b4c46e26 Fixes: Errors when PQexec() in backend creates temp 29 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago