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