Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-15 | Update optimizer readme. | Bruce Momjian | |
1999-02-15 | regprocin should accept '-' signifying InvalidOid, for | Tom Lane | |
symmetry with regprocout. | |||
1999-02-15 | rename | Bruce Momjian | |
1999-02-15 | optimizer rename | Bruce Momjian | |
1999-02-15 | optimizer rename | Bruce Momjian | |
1999-02-15 | otherrels is now unjoined_rels | Bruce Momjian | |
1999-02-15 | optimizer rename | Bruce Momjian | |
1999-02-15 | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | |
1999-02-15 | Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y). | Tom Lane | |
1999-02-15 | Fix a number of places that made faulty assumptions about | Tom Lane | |
what is_opclause will accept. | |||
1999-02-14 | Fix optimizer coredump with unary-operator WHERE clauses. | Tom Lane | |
A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources. | |||
1999-02-14 | optimizer cleanup. | Bruce Momjian | |
1999-02-14 | optimizer rename. | Bruce Momjian | |
1999-02-14 | Optimizer rename. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1999-02-13 | Fix offset of one for date_part(timespan) when given arguments of | Thomas G. Lockhart | |
decade, century, or millenium. | |||
1999-02-13 | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | |
1999-02-13 | Change #if FALSE to #if NOT_USED to avoid port problems. | Thomas G. Lockhart | |
Fix problem with date_part() for timespan (had an offset of one) when given decade, century, and millenium as arguments. Reported by Ricardo J.C.Coelho. | |||
1999-02-13 | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | |
Change #if FALSE to #if NOT_USED to avoid port problems. Fix up pg_indent weirdness with function argument declarations. | |||
1999-02-13 | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | |
Fix output type for int8out, but I don't think it matters. | |||
1999-02-13 | Include some Julian date declarations to share between various date/time | Thomas G. Lockhart | |
modules. Used to be in dt.c I think. | |||
1999-02-13 | Re-enable arch-dev.sgml now that it has new information from Stefan's | Thomas G. Lockhart | |
Master's Thesis. | |||
1999-02-13 | Require complete tagging in emacs hints at bottom of file. | Thomas G. Lockhart | |
1999-02-13 | Include chapter on SQL language elements (keywords, etc). | Thomas G. Lockhart | |
Should merge with or complement Stefan's Master's Thesis intro to SQL. | |||
1999-02-13 | Describe the date/time parsing rules. | Thomas G. Lockhart | |
Include specific information on the supported time zones. It's a really big table, so maybe it should go into an appendix instead. | |||
1999-02-13 | Add Stefan Simkovics' Master's Thesis. | Thomas G. Lockhart | |
1999-02-13 | Substitute great info from Stefan Simkovics' Master's Thesis. | Thomas G. Lockhart | |
Still need to add some acknowledgements at the top of the doc; already have full info in the bibliography but since the original is being spread across the existing docs we should also mention things locally. | |||
1999-02-13 | Minor markup changes for the recent TEMP TABLE info. | Thomas G. Lockhart | |
Docs should build now... | |||
1999-02-13 | More complete info from Oliver Elphick. | Thomas G. Lockhart | |
1999-02-12 | Optimizer cleanup. | Bruce Momjian | |
1999-02-12 | JoinPath -> NestPath for nested loop. | Bruce Momjian | |
1999-02-12 | Fix optimizer and make faster. | Bruce Momjian | |
1999-02-12 | optimizer update | Bruce Momjian | |
1999-02-11 | Remove Perl module's unnecessary dependence on libpq-int.h. | Tom Lane | |
1999-02-11 | Optimizer cleanups. | Bruce Momjian | |
1999-02-11 | Optimizer cleanup. | Bruce Momjian | |
1999-02-11 | optimizer cleanup | Bruce Momjian | |
1999-02-11 | Optimizer cleanup. | Bruce Momjian | |
1999-02-11 | More optimization. | Bruce Momjian | |
1999-02-11 | More optimizer speedups. | Bruce Momjian | |
1999-02-11 | optimizer cleanup | Bruce Momjian | |
1999-02-11 | Optimizer fix for samekeys() and cost fixes for longer optimizer keys. | Bruce Momjian | |
1999-02-11 | Include <varargs.h> on SunOS. (Does any other platform need it??) | Tom Lane | |
1999-02-10 | Optmizer cleanup | Bruce Momjian | |
1999-02-10 | Update find_typedefs for bsdi 4.0. | Bruce Momjian | |
1999-02-10 | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | |
1999-02-09 | Rename Temp to Noname for noname tables. | Bruce Momjian | |
1999-02-09 | Optimizer fix for samekeys. | Bruce Momjian | |
1999-02-09 | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | |
1999-02-08 | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | |
Removed CURRENT keyword for rule queries and changed rules regression accordingly. CURRENT has beed announced to disappear in v6.5. Jan |