Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | This should get the linux port to work... | Marc G. Fournier | 1997-12-20 |
| | |||
* | Get it so that everything else *should* work with my changes... | Marc G. Fournier | 1997-12-20 |
| | |||
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
| | | | | some of the ports... | ||
* | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 |
| | |||
* | removed the port-protos.h from bsd a little too quick...remedied now | Marc G. Fournier | 1997-12-19 |
| | |||
* | If this doesn't break something, nothing will *muhahaha* | Marc G. Fournier | 1997-12-19 |
| | | | | Just got rid of PORTNAME altogether for FreeBSD and AIX...more to follow | ||
* | These files will get link'd to 'dynloader.[ch]', from configure, which | Marc G. Fournier | 1997-12-19 |
| | | | | will then get link'd into SUBSYS.o | ||
* | More removal of port dependent stuff | Marc G. Fournier | 1997-12-19 |
| | |||
* | More cleanups. Move alot of the prototype definitions straight into | Marc G. Fournier | 1997-12-19 |
| | | | | | config.h, right beside their appropriate HAVE_ #ifdefs...one central location that is included everywhere... | ||
* | Get rid of PORTNAME from Makefile.global.in... | Marc G. Fournier | 1997-12-19 |
| | |||
* | Add regression output from FreeBSD | Marc G. Fournier | 1997-12-19 |
| | |||
* | Replace foo/bar to l1/l2. | Bruce Momjian | 1997-12-19 |
| | |||
* | Here is the difference between expected->results of the regression | Marc G. Fournier | 1997-12-19 |
| | | | | tests under sparc_solaris | ||
* | More cleanups...only need one rusagestub.h | Marc G. Fournier | 1997-12-19 |
| | |||
* | remove port from OBJS line... | Marc G. Fournier | 1997-12-19 |
| | |||
* | Nice clean compile...still need to run regression tests, but its a major | Marc G. Fournier | 1997-12-19 |
| | | | | start | ||
* | Update configure so that it auto-detects and configures for missing | Marc G. Fournier | 1997-12-19 |
| | | | | functions... | ||
* | Okay, that's it for tonight...broke a few ports, most likely, but that | Marc G. Fournier | 1997-12-19 |
| | | | | | is expected...a few ports don't have "ports" anymore, with most things auto-configured by configure like it should be :) | ||
* | More cleanups | Marc G. Fournier | 1997-12-19 |
| | |||
* | More cleanups...several ports are major redundancies of other ports | Marc G. Fournier | 1997-12-19 |
| | |||
* | port.c no longer required...individual functions that were in there are | Marc G. Fournier | 1997-12-19 |
| | | | | | | auto-generated via configure individual functions in individual files | ||
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 |
| | | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :) | ||
* | copy query cleanup. | Bruce Momjian | 1997-12-18 |
| | |||
* | Remove init_query_planner(), merged into planner(). | Bruce Momjian | 1997-12-18 |
| | |||
* | Fix copy for no aggregates. | Bruce Momjian | 1997-12-18 |
| | |||
* | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 |
| | |||
* | Cost cleanup. | Bruce Momjian | 1997-12-18 |
| | |||
* | Cost cleanup. | Bruce Momjian | 1997-12-18 |
| | |||
* | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 |
| | |||
* | Cleanup of agg copy. | Bruce Momjian | 1997-12-18 |
| | |||
* | Fix Query handling for inheritance, and cost computations. | Bruce Momjian | 1997-12-18 |
| | |||
* | Enable timespan_finite() and text_timespan() routines (was commented out). | Thomas G. Lockhart | 1997-12-17 |
| | | | | | Define an "ISO-style" timespan output format with "hh:mm:ss" fields. Enabled by DateStyle = USE_ISO_DATES. | ||
* | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart | 1997-12-17 |
| | |||
* | Rename Query label so ctags finds real structure. | Bruce Momjian | 1997-12-17 |
| | |||
* | Add optimizer README file. | Bruce Momjian | 1997-12-17 |
| | |||
* | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 |
| | | | | | | tree "non-PORTNAME" dependent. Technically, anything that is PORTNAME dependent should be able to be derived at compile time, through configure or through gcc | ||
* | Makefile cleaned up | Marc G. Fournier | 1997-12-17 |
| | | | | | | | | | async.c: #include <port-protos.h> surrounded by an #ifdef HAVE_STRDUP vacuum.c: #include <port-protos.h> commented out...can someone comment as to why it was included, as it doesn't seem to have any effect under FreeBSD so far...would like some sort of #ifdef wrapper like async.c if possible | ||
* | Clean up the Makefiles | Marc G. Fournier | 1997-12-17 |
| | | | | | | | | Essentially, this cleans things up so that if PORTNAME isn't defined (I'm working on getting rid of it for FreeBSD, at least, to see if its possible) none of the PORTNAME related stuff gets passed around. Had a little bit of -I related redundancy as well | ||
* | Make it entirely possible for PORTNAME to be undefined | Marc G. Fournier | 1997-12-17 |
| | |||
* | Add recognition for 'machten' | Marc G. Fournier | 1997-12-17 |
| | |||
* | Mention PST8PDT explicitly in the banner message (rather than PST/PDT). | Thomas G. Lockhart | 1997-12-16 |
| | |||
* | Define text, varchar, and bpchar string length functions. | Thomas G. Lockhart | 1997-12-16 |
| | |||
* | Use MAXPGPATH to declare size of socket name storage. | Thomas G. Lockhart | 1997-12-16 |
| | |||
* | Use environment variable PGDATESTYLE on backend startup to initialize | Thomas G. Lockhart | 1997-12-16 |
| | | | | date/time formats and conventions. | ||
* | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 |
| | | | | | | Remove declarations in builtins.h duplicated in dt.h. Change a few return type declarations to use "type *" rather than "struct ...". | ||
* | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 |
| | |||
* | Allow multiple-argument functions in constraint clauses. | Thomas G. Lockhart | 1997-12-16 |
| | | | | | | | | | | Formerly allowed only single arguments. Declare column constraints using the usual list mechanism rather than explicit itemized lists. Remove NOTNULL from default clause syntax (retain "NOT NULL"). NOTNULL is not SQL92; eventually remove it from expressions too? Move ISNULL, NOTNULL to Postgres-specific token declarations. Fix up tabs and indenting on new CREATE USER commands. | ||
* | Improve (well, ok, fix) generated constraint name for column CHECK clause. | Thomas G. Lockhart | 1997-12-16 |
| | |||
* | Fix order of keywords, must be alphabetical. | Bruce Momjian | 1997-12-16 |
| | |||
* | Fix for user password packet processing, from Goran Thyni. | Bruce Momjian | 1997-12-15 |
| |