Commit Graph

45 Commits (7fe29ecefcc4e71350c72aee608d3e4f5f60033d)

Author SHA1 Message Date
Bruce Momjian 7fe29ecefc comment cleanup. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 1401f63dd1 Agg/Aggreg cleanup and datetime.sql patch. 27 years ago
Bruce Momjian 17467bb7fb Rename Aggreg to Aggref. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Thomas G. Lockhart 4327a3675f Clean up existing debugging print statements. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 0a2e5cdfc9 Allow index use with OR clauses. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 28 years ago
Bruce Momjian 09baa3cc81 This patch... 28 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian c579ce0fb0 I started adding the Having Clause and it works quite fine for 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Vadim B. Mikheev 1a105cefbd Support for subselects. 28 years ago
Bruce Momjian 726c3854cb Inline fastgetattr and others so data access does not use function 28 years ago
PostgreSQL Daemon baef78d96b Thank god for searchable mail archives. 28 years ago
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