Commit Graph

2555 Commits (0c714ea9ae2d8d4092b0ef6bc591bdafda8dd478)
 

Author SHA1 Message Date
Thomas G. Lockhart 0c714ea9ae Lengthen some time conversion routine names now that longer names 28 years ago
Thomas G. Lockhart 2119b523c5 Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now. 28 years ago
Thomas G. Lockhart 12d5c30c8c Add routines to print AExpr, Ident, and AConst parsing structures. 28 years ago
Thomas G. Lockhart 2c833a728f Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect 28 years ago
Thomas G. Lockhart 8ed721ffef Change variable name reference from selectClause to more appropriate unionClause. 28 years ago
Thomas G. Lockhart 98f5975cb0 Fix up some elog error messages. 28 years ago
Thomas G. Lockhart 7c682b46c9 Expand a few date/time routine names to > 16 characters now that this 28 years ago
Thomas G. Lockhart ca23837ade Fix format to produce actual German style. Affects new "GERMAN" feature only. 28 years ago
Thomas G. Lockhart ed14f88512 Change logic slightly to avoid one unnecessary calculation. No big deal. 28 years ago
Thomas G. Lockhart c06331a47d Change a few routine names back to full length now that pg_proc allows 28 years ago
Bruce Momjian e4bd9127cb Remove regression in function. 28 years ago
Bruce Momjian 3827555869 Fix notty output to show status result. -q option still turns it off. 28 years ago
Bruce Momjian ad43a7219c Fix for test 0 error. 28 years ago
Bruce Momjian d404f1006b Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). 28 years ago
Bruce Momjian 78a055a659 Remove some recursion in optimizer and clean up some code there. 28 years ago
Marc G. Fournier 0808e658a7 Potential fix for Bruce's "test" problem 28 years ago
Bruce Momjian 7fd4782504 Fix aggregates on inherited tables. 28 years ago
Marc G. Fournier 1783963cab Move more to dynloader subdir 28 years ago
Marc G. Fournier 44be631dd8 Make sure distclean works as well as clean 28 years ago
Marc G. Fournier 3cc95146c4 Missed a HAVE_ 28 years ago
Marc G. Fournier 9a60a20f99 fix so that dynloader.h is included instead of port-protos.h 28 years ago
Marc G. Fournier a38bd20b83 Fix use of variable in Makefile.in 28 years ago
Marc G. Fournier 0356acebd5 Make sure configure reflects changes 28 years ago
Marc G. Fournier 1d5cd311d1 Oops, forgot to add what I took away 28 years ago
Marc G. Fournier e3a18f6f50 More cleanups... 28 years ago
Marc G. Fournier 722fa83f05 More ports switched over 28 years ago
Marc G. Fournier b5466f8669 Move over the BSDi port files 28 years ago
Marc G. Fournier a0bc7aa74c This should get the linux port to work... 28 years ago
Marc G. Fournier 20ff6432a1 Get it so that everything else *should* work with my changes... 28 years ago
Marc G. Fournier 6e337eef45 Major cleanout of PORTNAME variables from Makefiles...bound to screw up 28 years ago
Marc G. Fournier 10ff1eea60 First clean compile without a "PORTNAME" variable being set... 28 years ago
Marc G. Fournier 93e74460a9 removed the port-protos.h from bsd a little too quick...remedied now 28 years ago
Marc G. Fournier f4ceaf8484 If this doesn't break something, nothing will *muhahaha* 28 years ago
Marc G. Fournier 153558dff8 These files will get link'd to 'dynloader.[ch]', from configure, which 28 years ago
Marc G. Fournier 56a7d9fac2 More removal of port dependent stuff 28 years ago
Marc G. Fournier 903e21b451 More cleanups. Move alot of the prototype definitions straight into 28 years ago
Marc G. Fournier 4ee5f2b965 Get rid of PORTNAME from Makefile.global.in... 28 years ago
Marc G. Fournier 1f9eb5c106 Add regression output from FreeBSD 28 years ago
Bruce Momjian e2aec508e2 Replace foo/bar to l1/l2. 28 years ago
Marc G. Fournier d370849a9d Here is the difference between expected->results of the regression 28 years ago
Marc G. Fournier c6bd6860d7 More cleanups...only need one rusagestub.h 28 years ago
Marc G. Fournier 5acf432ddb remove port from OBJS line... 28 years ago
Marc G. Fournier 429b9d6691 Nice clean compile...still need to run regression tests, but its a major 28 years ago
Marc G. Fournier d7046ada02 Update configure so that it auto-detects and configures for missing 28 years ago
Marc G. Fournier 2b4db36c00 Okay, that's it for tonight...broke a few ports, most likely, but that 28 years ago
Marc G. Fournier 70718dc25a More cleanups 28 years ago
Marc G. Fournier 3aae0f5300 More cleanups...several ports are major redundancies of other ports 28 years ago
Marc G. Fournier 3ad815fc2a port.c no longer required...individual functions that were in there are 28 years ago
Marc G. Fournier 5379b84eff More cleanups. I can now compile without PORTNAME being defined n 28 years ago
Bruce Momjian 30856a3904 copy query cleanup. 28 years ago