1998-01-01 |
Thomas G. Lockhart | Test for __ELF__ rather than LINUX_ELF in headers. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Remove declaration for -DLINUX_ELF since testing for... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Define text_substr(). |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Coerce a function argument to avoid compiler warning. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Include text_substr() function and use instead of oracl... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Change precedence for boolean operators to match expect... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Add substring function for text based on oracle_compat... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Bracket #define sigsetjmp() to avoid redefinition.... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Thomas G. Lockhart | Include SPI module when cleaning. |
commit | commitdiff | tree | snapshot |
1997-12-31 |
Marc G. Fournier | Missed a subst() for the RANDOM substritution... |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Change @RANDOM@ to @MISSING_RANDOM@ because of bash |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Oops, missed adding a file |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | bring in alpha/linux s_lock changes |
commit | commitdiff | tree | snapshot |
1997-12-30 |
Marc G. Fournier | Slightly delayed patches from Todd...damn holidays :) |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Change some mallocs to palloc. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Fix for ORDER BY in UNION. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | UNION cleanup again. |
commit | commitdiff | tree | snapshot |
1997-12-29 |
Bruce Momjian | Cleanup of UNION ALL fix. Manual page updates. |
commit | commitdiff | tree | snapshot |
1997-12-27 |
Bruce Momjian | UNION work for UNION ALL and other union stuff. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Marc G. Fournier | Knew I missed somewhere...remove PORTNAME references... |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | Prototypes for new funcs. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | Cleaning GCC warnings. |
commit | commitdiff | tree | snapshot |
1997-12-26 |
Vadim B. Mikheev | extern char* crypt_getpwdfilename(void); |
commit | commitdiff | tree | snapshot |
1997-12-24 |
Bruce Momjian | Implementation of UNIONs. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Reverse out Thomas's group clause change. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Make no-tty not use quiet in psql, fix group by copy... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Add newline/tab to middle of long failure message to... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change field name in RetrieveStmt from selectClause... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Lengthen some time conversion routine names now that... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix numeric comparision (... != NULL) to be (... >... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Add routines to print AExpr, Ident, and AConst parsing... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Implement CREATE TABLE ... AS SELECT borrowing code... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change variable name reference from selectClause to... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix up some elog error messages. |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Expand a few date/time routine names to > 16 characters... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Fix format to produce actual German style. Affects... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change logic slightly to avoid one unnecessary calculat... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Thomas G. Lockhart | Change a few routine names back to full length now... |
commit | commitdiff | tree | snapshot |
1997-12-23 |
Bruce Momjian | Remove regression in function. |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix notty output to show status result. -q option... |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix for test 0 error. |
commit | commitdiff | tree | snapshot |
1997-12-22 |
Bruce Momjian | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and... |
commit | commitdiff | tree | snapshot |
1997-12-21 |
Bruce Momjian | Remove some recursion in optimizer and clean up some... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Potential fix for Bruce's "test" problem |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Bruce Momjian | Fix aggregates on inherited tables. |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Move more to dynloader subdir |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Make sure distclean works as well as clean |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Missed a HAVE_ |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | fix so that dynloader.h is included instead of port... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Fix use of variable in Makefile.in |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Make sure configure reflects changes |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Oops, forgot to add what I took away |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | More cleanups... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | More ports switched over |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Move over the BSDi port files |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | This should get the linux port to work... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Get it so that everything else *should* work with my... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | Major cleanout of PORTNAME variables from Makefiles... |
commit | commitdiff | tree | snapshot |
1997-12-20 |
Marc G. Fournier | First clean compile without a "PORTNAME" variable being... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | removed the port-protos.h from bsd a little too quick... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | If this doesn't break something, nothing will *muhahaha* |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | These files will get link'd to 'dynloader.[ch]', from... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More removal of port dependent stuff |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More cleanups. Move alot of the prototype definitions... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Get rid of PORTNAME from Makefile.global.in... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Add regression output from FreeBSD |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Bruce Momjian | Replace foo/bar to l1/l2. |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Here is the difference between expected->results of... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More cleanups...only need one rusagestub.h |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | remove port from OBJS line... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Nice clean compile...still need to run regression tests... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Update configure so that it auto-detects and configures... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | Okay, that's it for tonight...broke a few ports, most... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More cleanups |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More cleanups...several ports are major redundancies... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | port.c no longer required...individual functions that... |
commit | commitdiff | tree | snapshot |
1997-12-19 |
Marc G. Fournier | More cleanups. I can now compile without PORTNAME... |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | copy query cleanup. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Remove init_query_planner(), merged into planner(). |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Fix copy for no aggregates. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Remove Existential, and ifdef out generate_fjoin. ... |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Cost cleanup. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Cost cleanup. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Cleanup of agg copy. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Cleanup of agg copy. |
commit | commitdiff | tree | snapshot |
1997-12-18 |
Bruce Momjian | Fix Query handling for inheritance, and cost computations. |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Thomas G. Lockhart | Enable timespan_finite() and text_timespan() routines... |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Thomas G. Lockhart | Move declarations for timespan2tm() and tm2timespan... |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Bruce Momjian | Rename Query label so ctags finds real structure. |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Bruce Momjian | Add optimizer README file. |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Marc G. Fournier | First pass through, of many to come, towards making... |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Marc G. Fournier | Makefile cleaned up |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Marc G. Fournier | Clean up the Makefiles |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Marc G. Fournier | Make it entirely possible for PORTNAME to be undefined |
commit | commitdiff | tree | snapshot |
1997-12-17 |
Marc G. Fournier | Add recognition for 'machten' |
commit | commitdiff | tree | snapshot |
1997-12-16 |
Thomas G. Lockhart | Mention PST8PDT explicitly in the banner message (rathe... |
commit | commitdiff | tree | snapshot |
1997-12-16 |
Thomas G. Lockhart | Define text, varchar, and bpchar string length functions. |
commit | commitdiff | tree | snapshot |
1997-12-16 |
Thomas G. Lockhart | Use MAXPGPATH to declare size of socket name storage. |
commit | commitdiff | tree | snapshot |
1997-12-16 |
Thomas G. Lockhart | Use environment variable PGDATESTYLE on backend startup... |
commit | commitdiff | tree | snapshot |
1997-12-16 |
Thomas G. Lockhart | Add declarations for text, bpchar, and varchar length... |
commit | commitdiff | tree | snapshot |
next |