| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document postmaster's -N switch. | Tom Lane | 1999-02-21 | 1 | -2/+13 |
| | | |||||
| * | From: Michael Meskes <Michael_Meskes@topmail.de> | Marc G. Fournier | 1999-02-21 | 3 | -10/+18 |
| | | | | | | | | | | + + Fri Feb 19 21:40:14 CET 1999 + + - Fixed bug in libecpg that caused it to start transactions only for + the first connection. + - Set library version to 2.7.1 | ||||
| * | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 | 4 | -68/+48 |
| | | |||||
| * | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 | 10 | -68/+79 |
| | | | | | | | | | | of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory per array slot. configure's --with-maxbackends switch now controls DEF_MAXBACKENDS which is simply the default value of the postmaster's -N switch. Thus, the out-of-the-box configuration will still limit you to 64 backends, but you can go up to 1024 backends simply by restarting the postmaster with a different -N switch --- no rebuild required. | ||||
| * | pathkeys fixes | Bruce Momjian | 1999-02-20 | 4 | -24/+55 |
| | | |||||
| * | Update pathkeys comparison function. | Bruce Momjian | 1999-02-20 | 3 | -49/+57 |
| | | |||||
| * | update pathkey description. | Bruce Momjian | 1999-02-20 | 1 | -4/+4 |
| | | |||||
| * | add pathkeys description. | Bruce Momjian | 1999-02-20 | 2 | -6/+29 |
| | | |||||
| * | another rename of optimizer | Bruce Momjian | 1999-02-20 | 2 | -3/+3 |
| | | |||||
| * | From: Michael Meskes <Michael_Meskes@topmail.de> | Marc G. Fournier | 1999-02-20 | 20 | -433/+1490 |
| | | | | | See Changes file... | ||||
| * | OOPS ... Perl5 interface to PQsetdbLogin was actually | Tom Lane | 1999-02-19 | 1 | -2/+3 |
| | | | | | calling PQsetdb ... | ||||
| * | Reorder startup ops so that if preallocation of semas fails, | Tom Lane | 1999-02-19 | 3 | -7/+14 |
| | | | | | postmaster will release whatever it did get before dying. | ||||
| * | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 | 14 | -392/+502 |
| | | | | | | | | | | (--with-maxbackends). Add a postmaster switch (-N backends) that allows the limit to be reduced at postmaster start time. (You can't increase it, sorry to say, because there are still some fixed-size arrays.) Grab the number of semaphores indicated by min(MAXBACKENDS, -N) at postmaster startup, so that this particular form of bogus configuration is exposed immediately rather than under heavy load. | ||||
| * | optimizer cleanup | Bruce Momjian | 1999-02-19 | 4 | -55/+46 |
| | | |||||
| * | optimizer cleanup | Bruce Momjian | 1999-02-19 | 5 | -77/+76 |
| | | |||||
| * | rename optimizer file name | Bruce Momjian | 1999-02-18 | 4 | -9/+6 |
| | | |||||
| * | Enable bushy and right-hand queries by default. | Bruce Momjian | 1999-02-18 | 5 | -94/+10 |
| | | |||||
| * | Enable bushy plans by default. | Bruce Momjian | 1999-02-18 | 6 | -46/+17 |
| | | |||||
| * | optimizer cleanup | Bruce Momjian | 1999-02-18 | 3 | -12/+14 |
| | | |||||
| * | more optimizer cleanups | Bruce Momjian | 1999-02-18 | 2 | -54/+40 |
| | | |||||
| * | Produce a more specific error message when backend sees EOF on | Tom Lane | 1999-02-18 | 1 | -3/+9 |
| | | | | | client connection. | ||||
| * | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 | 22 | -363/+180 |
| | | |||||
| * | Re-enable bushy plans. Vadim want them. | Bruce Momjian | 1999-02-16 | 7 | -71/+23 |
| | | |||||
| * | Update optimizer readme. | Bruce Momjian | 1999-02-15 | 1 | -60/+64 |
| | | |||||
| * | regprocin should accept '-' signifying InvalidOid, for | Tom Lane | 1999-02-15 | 1 | -2/+4 |
| | | | | | symmetry with regprocout. | ||||
| * | rename | Bruce Momjian | 1999-02-15 | 3 | -10/+10 |
| | | |||||
| * | optimizer rename | Bruce Momjian | 1999-02-15 | 3 | -13/+15 |
| | | |||||
| * | optimizer rename | Bruce Momjian | 1999-02-15 | 3 | -6/+6 |
| | | |||||
| * | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 | 12 | -84/+78 |
| | | |||||
| * | optimizer rename | Bruce Momjian | 1999-02-15 | 4 | -15/+16 |
| | | |||||
| * | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 | 26 | -810/+188 |
| | | |||||
| * | Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y). | Tom Lane | 1999-02-15 | 7 | -64/+39 |
| | | |||||
| * | Fix a number of places that made faulty assumptions about | Tom Lane | 1999-02-15 | 6 | -56/+127 |
| | | | | | what is_opclause will accept. | ||||
| * | Fix optimizer coredump with unary-operator WHERE clauses. | Tom Lane | 1999-02-14 | 1 | -99/+89 |
| | | | | | | | | A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources. | ||||
| * | optimizer cleanup. | Bruce Momjian | 1999-02-14 | 2 | -43/+15 |
| | | |||||
| * | optimizer rename. | Bruce Momjian | 1999-02-14 | 3 | -4/+4 |
| | | |||||
| * | Optimizer rename. | Bruce Momjian | 1999-02-14 | 11 | -72/+57 |
| | | |||||
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 617 | -2031/+2005 |
| | | |||||
| * | Fix offset of one for date_part(timespan) when given arguments of | Thomas G. Lockhart | 1999-02-13 | 1 | -4/+4 |
| | | | | | decade, century, or millenium. | ||||
| * | Remove equivalence between datetime and float8. Led to nothin' but trouble. | Thomas G. Lockhart | 1999-02-13 | 1 | -3/+4 |
| | | |||||
| * | Change #if FALSE to #if NOT_USED to avoid port problems. | Thomas G. Lockhart | 1999-02-13 | 1 | -24/+31 |
| | | | | | | | 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. | ||||
| * | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | 1999-02-13 | 1 | -44/+89 |
| | | | | | | Change #if FALSE to #if NOT_USED to avoid port problems. Fix up pg_indent weirdness with function argument declarations. | ||||
| * | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | 1999-02-13 | 1 | -2/+20 |
| | | | | | Fix output type for int8out, but I don't think it matters. | ||||
| * | Include some Julian date declarations to share between various date/time | Thomas G. Lockhart | 1999-02-13 | 2 | -4/+30 |
| | | | | | modules. Used to be in dt.c I think. | ||||
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-12 | 13 | -84/+88 |
| | | |||||
| * | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 | 20 | -169/+163 |
| | | |||||
| * | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 | 15 | -145/+60 |
| | | |||||
| * | optimizer update | Bruce Momjian | 1999-02-12 | 1 | -5/+11 |
| | | |||||
| * | Remove Perl module's unnecessary dependence on libpq-int.h. | Tom Lane | 1999-02-11 | 1 | -9/+5 |
| | | |||||
| * | Optimizer cleanups. | Bruce Momjian | 1999-02-11 | 2 | -45/+49 |
| | | |||||
