- 25 Jun, 2004 6 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
translation has to be complete sentences.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
- 24 Jun, 2004 8 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Tom Lane authored
routine to do something appropriate on Win32. Also, add a security check on Win32 that parallels the can't-run-as-root check on Unix. Magnus Hagander
-
Tom Lane authored
Magnus Hagander
-
Tom Lane authored
that aren't able to feed the password to initdb's /dev/tty. Magnus Hagander
-
Tom Lane authored
Per trouble report from Andreas Pflug.
-
Tom Lane authored
both frontend and backend. Per Andreas Pflug.
-
Tom Lane authored
Claudio Natoli and Magnus Hagander
-
- 23 Jun, 2004 4 commits
-
-
Teodor Sigaev authored
-
Teodor Sigaev authored
2 Optimize regex execution
-
-
Teodor Sigaev authored
-
- 22 Jun, 2004 1 commit
-
-
Tom Lane authored
an unconstrained numeric column. Also, factor out some duplicate code into functions, to ease future maintenance.
-
- 21 Jun, 2004 4 commits
-
-
Tom Lane authored
instead of src/timezone for timestamping log entries.
-
Tom Lane authored
per Chris K-L.
-
Tom Lane authored
creation of user-defined tablespaces with names starting with 'pg_', as per suggestion of Chris K-L. Also install admin-guide tablespace documentation from Gavin.
-
Bruce Momjian authored
the pg_tablespace table. Update catalog version.
-
- 20 Jun, 2004 2 commits
-
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 19 Jun, 2004 8 commits
-
-
Tom Lane authored
to reference the spinlock variable, and specify "memory" as a clobber operand to be sure gcc does not try to keep shared-memory values in registers across a spinlock acquisition. Also tighten the S/390 asm sequence, which was apparently written with only minimal study of the gcc asm documentation. I have personally tested i386, ia64, ppc, hppa, and s390 variants --- there is some small chance that I broke the others, but I doubt it.
-
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 1 commit
-
-
Bruce Momjian authored
reference pages. Please apply. Alvaro Herrera
-