- 19 Jun, 2004 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
should recognize 'foo.*' when the star appears in A_Indirection, not only in ColumnRef. This allows 'SELECT something.*' to do what the user expects when the something is an expression yielding a row.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Andreas Pflug
-
Bruce Momjian authored
> * Fix oid2name and dbsize for tablespaces
-
- 18 Jun, 2004 6 commits
-
-
Tom Lane authored
I kept the same abbreviated letter -D, in hopes of maintaining some modicum of backwards compatibility (though it's doubtful whether anyone is really using scripts that invoke createdb -D ...)
-
Tom Lane authored
but I'll leave that file alone so as not to mess up the doc patch I trust Gavin is working on.)
-
Bruce Momjian authored
> * Allow reporting of which objects are in which tablespaces > * Allow database recovery where tablespaces can't be created 211a213,214 > o Add ALTER TABLESPACE to change location, name, owner > o Allow objects to be moved between tablespaces
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Add the concept of dataspaces/tablespaces (Gavin)
-
Tom Lane authored
There are various things left to do: contrib dbsize and oid2name modules need work, and so does the documentation. Also someone should think about COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is dead, it just doesn't know it yet. Gavin Sherry and Tom Lane.
-
- 17 Jun, 2004 2 commits
-
-
Bruce Momjian authored
reference pages. Please apply. Alvaro Herrera
-
Michael Meskes authored
-
- 16 Jun, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
same thread flags that will be used to compile thread.c. Add comment to make sure no one breaks it.
-
Tom Lane authored
eliminating the former hard-wired convention about their names. Allow pg_cast entries to represent both type coercion and length coercion in a single step --- this is represented by a function that takes an extra typmod argument, just like a length coercion function. This nicely merges the type and length coercion mechanisms into something at least a little cleaner than we had before. Make use of the single- coercion-step behavior to fix integer-to-bit coercion so that coercing to bit(n) yields the rightmost n bits of the integer instead of the leftmost n bits. This should fix recurrent complaints about the odd behavior of this coercion. Clean up the documentation of the bit string functions, and try to put it where people might actually find it. Also, get rid of the unreliable heuristics in ruleutils.c about whether to display nested coercion steps; instead require parse_coerce.c to label them properly in the first place.
-
- 14 Jun, 2004 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
begin the shutdown checkpoint; there isn't anything left for them to do, so we may as well ensure that they shut down sooner rather than later. Per discussion.
-
Bruce Momjian authored
< in-progress when the server terminates abruptly > in-progress when the server terminated abruptly
-
Bruce Momjian authored
< in-progress when the server crashed > in-progress when the server terminates abruptly
-
Tatsuo Ishii authored
-
- 13 Jun, 2004 7 commits
-
-
Bruce Momjian authored
< * Remove unreferenced table files and temp tables during database vacuum < or postmaster startup (Bruce) > * Remove unreferenced table files created by transactions that were > in-progress when the server crashed >
-
Bruce Momjian authored
> * Remove unreferenced table files and temp tables during database vacuum > or postmaster startup (Bruce)
-
Tom Lane authored
cidr type bit, the same as network_eq does. This is needed for hash joins and hash aggregation to work correctly on these types. Per bug report from Michael Fuhr, 2004-04-13. Also, improve hash function for int8 as suggested by Greg Stark.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
log_hostname is enabled, clean up documentation.
-
Tom Lane authored
-
- 12 Jun, 2004 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 11 Jun, 2004 4 commits
-
-
Bruce Momjian authored
volatile, static, and register keywords before variables, declared as VARCHAR. Sergey N. Yatskevich
-
Tom Lane authored
Bug is only latent given that sole caller is passing NBuffers, but it could bite someone in the rear someday.
-
Bruce Momjian authored
-
Tom Lane authored
not holding the buffer's cntx_lock or io_in_progress_lock. A recent report from Litao Wu makes me wonder whether it is ever possible for us to drop a buffer and forget to release its cntx_lock. The Assert does not fire in the regression tests, but that proves little ...
-