Commit Graph

72 Commits (946e80c435e01c501e6d94ac251aab45df400f39)

Author SHA1 Message Date
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 983ec2cb4b Make parser functions static where possible. 28 years ago
Bruce Momjian 725a03eb4b Make GetAttributeByNum visible again for external use. 28 years ago
Vadim B. Mikheev e7046924a5 Fix: Operand Order Affects OR. 28 years ago
Bruce Momjian 1ea01720d5 heapattr functions now return a Datum, not char *. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev 051b4210e3 Fix for Hash and arrays 29 years ago
Bruce Momjian a5dd06f763 include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Marc G. Fournier 3df33180a1 add #include "postgres.h", as required by all .c files 29 years ago
Marc G. Fournier 87b48ff032 D'Arcy's cleanups 29 years ago
Bruce Momjian ca5f6dba0f Comment cleanup. 29 years ago
Bruce Momjian a409f40ea8 Modified Assert to be more selective. 29 years ago
Bruce Momjian 257b4d090c Change new assert so it generates assert message rather than SIGSEG. 29 years ago
Bruce Momjian 47279960a0 Fix assert to allow zero. OK'ed by Bryan. 29 years ago
Marc G. Fournier 475493130d |Subject: Postgres patch: Assert attribute type match 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago