| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian | 1997-12-29 | 4 | -240/+259 |
* | UNION work for UNION ALL and other union stuff. | Bruce Momjian | 1997-12-27 | 6 | -80/+172 |
* | Cleaning GCC warnings. | Vadim B. Mikheev | 1997-12-26 | 1 | -2/+4 |
* | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 5 | -73/+89 |
* | Reverse out Thomas's group clause change. | Bruce Momjian | 1997-12-23 | 1 | -19/+1 |
* | Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to de... | Bruce Momjian | 1997-12-23 | 1 | -1/+19 |
* | Fix numeric comparision (... != NULL) to be (... > 0). gcc is happier now. | Thomas G. Lockhart | 1997-12-23 | 1 | -2/+20 |
* | Add routines to print AExpr, Ident, and AConst parsing structures. | Thomas G. Lockhart | 1997-12-23 | 1 | -1/+43 |
* | Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect | Thomas G. Lockhart | 1997-12-23 | 1 | -29/+247 |
* | Change variable name reference from selectClause to more appropriate unionCla... | Thomas G. Lockhart | 1997-12-23 | 1 | -2/+9 |
* | Fix up some elog error messages. | Thomas G. Lockhart | 1997-12-23 | 1 | -18/+14 |
* | Fix format to produce actual German style. Affects new "GERMAN" feature only. | Thomas G. Lockhart | 1997-12-23 | 1 | -6/+6 |
* | Change logic slightly to avoid one unnecessary calculation. No big deal. | Thomas G. Lockhart | 1997-12-23 | 1 | -5/+9 |
* | Change a few routine names back to full length now that pg_proc allows | Thomas G. Lockhart | 1997-12-23 | 2 | -10/+8 |
* | Remove regression in function. | Bruce Momjian | 1997-12-23 | 1 | -15/+23 |
* | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian | 1997-12-22 | 10 | -56/+69 |
* | Remove some recursion in optimizer and clean up some code there. | Bruce Momjian | 1997-12-21 | 3 | -119/+126 |
* | Fix aggregates on inherited tables. | Bruce Momjian | 1997-12-20 | 4 | -91/+187 |
* | Move more to dynloader subdir | Marc G. Fournier | 1997-12-20 | 5 | -50/+3 |
* | Make sure distclean works as well as clean | Marc G. Fournier | 1997-12-20 | 1 | -2/+2 |
* | fix so that dynloader.h is included instead of port-protos.h | Marc G. Fournier | 1997-12-20 | 3 | -4/+4 |
* | Fix use of variable in Makefile.in | Marc G. Fournier | 1997-12-20 | 1 | -2/+2 |
* | Oops, forgot to add what I took away | Marc G. Fournier | 1997-12-20 | 2 | -0/+70 |
* | More cleanups... | Marc G. Fournier | 1997-12-20 | 4 | -71/+1 |
* | More ports switched over | Marc G. Fournier | 1997-12-20 | 5 | -53/+1 |
* | Move over the BSDi port files | Marc G. Fournier | 1997-12-20 | 3 | -42/+0 |
* | This should get the linux port to work... | Marc G. Fournier | 1997-12-20 | 4 | -53/+2 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 60 | -281/+76 |
* | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 | 5 | -19/+14 |
* | removed the port-protos.h from bsd a little too quick...remedied now | Marc G. Fournier | 1997-12-19 | 1 | -0/+48 |
* | These files will get link'd to 'dynloader.[ch]', from configure, which | Marc G. Fournier | 1997-12-19 | 4 | -0/+933 |
* | More removal of port dependent stuff | Marc G. Fournier | 1997-12-19 | 9 | -1073/+0 |
* | More cleanups. Move alot of the prototype definitions straight into | Marc G. Fournier | 1997-12-19 | 8 | -75/+4 |
* | Replace foo/bar to l1/l2. | Bruce Momjian | 1997-12-19 | 1 | -43/+43 |
* | More cleanups...only need one rusagestub.h | Marc G. Fournier | 1997-12-19 | 14 | -159/+17 |
* | remove port from OBJS line... | Marc G. Fournier | 1997-12-19 | 1 | -2/+2 |
* | Okay, that's it for tonight...broke a few ports, most likely, but that | Marc G. Fournier | 1997-12-19 | 1 | -28/+0 |
* | More cleanups | Marc G. Fournier | 1997-12-19 | 4 | -11/+6 |
* | More cleanups...several ports are major redundancies of other ports | Marc G. Fournier | 1997-12-19 | 12 | -377/+19 |
* | port.c no longer required...individual functions that were in there are | Marc G. Fournier | 1997-12-19 | 4 | -46/+45 |
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 32 | -129/+181 |
* | copy query cleanup. | Bruce Momjian | 1997-12-18 | 1 | -2/+2 |
* | Remove init_query_planner(), merged into planner(). | Bruce Momjian | 1997-12-18 | 1 | -31/+16 |
* | Fix copy for no aggregates. | Bruce Momjian | 1997-12-18 | 1 | -6/+11 |
* | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 9 | -183/+22 |
* | Cost cleanup. | Bruce Momjian | 1997-12-18 | 2 | -5/+4 |
* | Cost cleanup. | Bruce Momjian | 1997-12-18 | 2 | -32/+21 |
* | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+6 |
* | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 | 1 | -2/+3 |
* | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 | 4 | -14/+27 |