- 10 Dec, 1996 5 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
Plus: sigjmp_buf/jmp_buf is backwards, so backend doesn't compile.
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
- 09 Dec, 1996 5 commits
-
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 07 Dec, 1996 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Dec, 1996 2 commits
-
-
Vadim B. Mikheev authored
are equal.
-
Vadim B. Mikheev authored
(old _bt_compare always returned >= 0 while comparing with P_HIKEY on root page - it breaks root page when _bt_insertonpg tries insert new minimal key into root page). 2. Fixed bug concerns "empty" pages: non-rightmost pages with only P_HIKEY present on it. Such pages appear after vacuum.
-
- 04 Dec, 1996 2 commits
-
-
Bruce Momjian authored
-
Bryan Henderson authored
feature dependencies. Thanks Kurt J. Lidl.
-
- 03 Dec, 1996 4 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 02 Dec, 1996 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 Dec, 1996 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 30 Nov, 1996 6 commits
-
-
Bruce Momjian authored
as ints and longs. Touches on quite a few function args as well. Most other files look ok as far as Oids go...still checking though... Since Oids are type'd as unsigned ints, they should prolly be used with the %ud format string in elog and sprintf messages. Not sure what kind of strangeness that could produce. Darren King
-
Bruce Momjian authored
Now You can do queries like select sum(some_func(x)) from ... select min(table1.x + table2.y) from table1, table2 where ... and so on. Vadim
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 29 Nov, 1996 5 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
if its free-space < min_tuple_len.
-
Bryan Henderson authored
-
Bruce Momjian authored
-
- 28 Nov, 1996 2 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-