| Commit message (Expand) | Author | Age |
* | Enclosed below I have a patch to allow a btree index on the int8 type. | Bruce Momjian | 1999-03-14 |
* | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane | 1999-03-10 |
* | Fix some typos in argument and result types in pg_proc | Tom Lane | 1999-03-10 |
* | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier | 1999-03-09 |
* | Have configure check for use of %lld for int64, and if that fails, check for | Marc G. Fournier | 1999-03-08 |
* | Modify mcxt.h so that it doesn't pull in half of creation. | Tom Lane | 1999-03-07 |
* | geqo now at 11 tables | Bruce Momjian | 1999-03-07 |
* | Really remove Recipe. | Bruce Momjian | 1999-03-07 |
* | Eliminate duplicated code in dt.h | Tom Lane | 1999-03-06 |
* | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 |
* | Partial fix for copied-plan bugs reported by Hiroshi Inoue: | Tom Lane | 1999-03-03 |
* | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 |
* | Fix pg_operator entries for mergejoinable operators with different left and | Tom Lane | 1999-02-28 |
* | Fix executor to work correctly with mergejoins where left and | Tom Lane | 1999-02-28 |
* | Put back T_RecipeStmt, since the system doesn't actually build | Tom Lane | 1999-02-27 |
* | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 |
* | Add parameters to function calls to pass back table qualifications. | Thomas G. Lockhart | 1999-02-23 |
* | Define JoinExpr structure for outer join syntax. | Thomas G. Lockhart | 1999-02-23 |
* | Bring debugging print statement declarations up to date. | Thomas G. Lockhart | 1999-02-23 |
* | Add constants for outer join states in executor. | Thomas G. Lockhart | 1999-02-23 |
* | Fix typos in comments. | Thomas G. Lockhart | 1999-02-23 |
* | comments cleanup. | Bruce Momjian | 1999-02-22 |
* | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 |
* | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 |
* | pathkeys fixes | Bruce Momjian | 1999-02-20 |
* | add pathkeys description. | Bruce Momjian | 1999-02-20 |
* | Reorder startup ops so that if preallocation of semas fails, | Tom Lane | 1999-02-19 |
* | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 |
* | optimizer cleanup | Bruce Momjian | 1999-02-19 |
* | optimizer cleanup | Bruce Momjian | 1999-02-19 |
* | Enable bushy plans by default. | Bruce Momjian | 1999-02-18 |
* | optimizer cleanup | Bruce Momjian | 1999-02-18 |
* | more optimizer cleanups | Bruce Momjian | 1999-02-18 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | Re-enable bushy plans. Vadim want them. | Bruce Momjian | 1999-02-16 |
* | 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 |
* | Optimizer rename. | Bruce Momjian | 1999-02-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 |
* | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | 1999-02-13 |
* | Include some Julian date declarations to share between various date/time | Thomas G. Lockhart | 1999-02-13 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-12 |