- Mar 08, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Mar 07, 2005
-
-
Bruce Momjian authored
UNICODE => UTF8 ALT => WIN866 WIN => WIN1251 TCVN => WIN1258 The old codes continue to work.
-
Tom Lane authored
by non-default planner parameter settings.
-
- Mar 04, 2005
-
-
Tom Lane authored
the freelist, plus per-buffer spinlocks that protect access to individual shared buffer headers. This requires abandoning a global freelist (since the freelist is a global contention point), which shoots down ARC and 2Q as well as plain LRU management. Adopt a clock sweep algorithm instead. Preliminary results show substantial improvement in multi-backend situations.
-
- Mar 02, 2005
-
-
Tom Lane authored
-
Neil Conway authored
-
- Feb 28, 2005
-
-
Neil Conway authored
Iijima, reviewed by Neil Conway. Catalog version number bumped, regression tests updated.
-
- Feb 27, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Mark Kirkwood
-
Bruce Momjian authored
adjusting values: > But to be on the safe side, it would make sense to do something similar > to the BSD section, and comment about older distributions maybe needing > to manipulate /proc/kernel/* directly. Mark Kirkwood
-
- Feb 26, 2005
-
-
Bruce Momjian authored
! authentication. Use of this environment variable is not ! recommended for security reasons (some operating systems ! allow non-root users to see process environment variables via ! <application>ps</>); instead consider using the ! <filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">).
-
Tom Lane authored
taken automatically, but this is only true with respect to user tables.
-
Bruce Momjian authored
-
- Feb 25, 2005
-
-
Bruce Momjian authored
for input files rather than <. This makes error messages, &c. more expressive. David Fetter
-
Bruce Momjian authored
-
Bruce Momjian authored
ownership.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Greg Sabino Mullan
-
- Feb 22, 2005
-
-
Tom Lane authored
-
Bruce Momjian authored
8.0.X.
-
- Feb 21, 2005
-
-
Bruce Momjian authored
Viktor Vislobokov
-
Neil Conway authored
-
Neil Conway authored
-
Neil Conway authored
Windows. Patch from Magnus Hagander.
-
- Feb 20, 2005
-
-
Tom Lane authored
in GetNewTransactionId(). Since the limit value has to be computed before we run any real transactions, this requires adding code to database startup to scan pg_database and determine the oldest datfrozenxid. This can conveniently be combined with the first stage of an attack on the problem that the 'flat file' copies of pg_shadow and pg_group are not properly updated during WAL recovery. The code I've added to startup resides in a new file src/backend/utils/init/flatfiles.c, and it is responsible for rewriting the flat files as well as initializing the XID wraparound limit value. This will eventually allow us to get rid of GetRawDatabaseInfo too, but we'll need an initdb so we can add a trigger to pg_database.
-
- Feb 19, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 15, 2005
-
-
Bruce Momjian authored
<H4><A name="4.20">4.20</A>) Why do I get "missing oid" errors when accessing temporary tables in PL/PgSQL functions?</H4> Merlin Moncure
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 14, 2005
-
-
Neil Conway authored
-
- Feb 13, 2005
-
-
Tom Lane authored
-
- Feb 11, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
SELECT CURRENT_TIMESTAMP; SELECT now(); SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT
-
Bruce Momjian authored
more variables can be found in the libpq manual section. Mention .pgpass in the psql manual page section dealing with connection parameters and point to the libpq section for more details. Backpatch to 8.0.X.
-
- Feb 10, 2005
-
-
Neil Conway authored
suggestion from Rainer Brandt.
-
Neil Conway authored
FreeBSD. From Mark Kirkwood, editorializing by Neil Conway.
-