- 17 May, 2002 2 commits
-
-
Tom Lane authored
-
Tom Lane authored
GUC support. It's now possible to set datestyle, timezone, and client_encoding from postgresql.conf and per-database or per-user settings. Also, implement rollback of SET commands that occur in a transaction that later fails. Create a SET LOCAL var = value syntax that sets the variable only for the duration of the current transaction. All per previous discussions in pghackers.
-
- 14 May, 2002 6 commits
-
-
Tom Lane authored
about TO/FROM direction in several places.
-
Tom Lane authored
is actively dangerous, per bug report from Ewald Geschwinde 14-May-02, and several of the rest look suspicious to me. Since there is no longer any significant value in retail pfree's in these functions, just get rid of all of them for safety's sake.
-
Thomas G. Lockhart authored
integer datetimes. Thanks to Tom Lane for spotting the problem.
-
Peter Eisentraut authored
to C at run-time, and providing alternative output files for different sort orders.
-
Tatsuo Ishii authored
per report from sugita@sra.co.jp on Thu, 09 May 2002 11:57:51 +0900 (JST) at pgsql-patches list. Illegal long options to pg_dump makes core on some systems, since it lacks the last null sentinel of struct option array. Attached is a patch made by Mr. Ishida Akio <iakio@pjam.jpweb.net>.
-
Barry Lind authored
fixed problem connecting to server with client_min_messages set to debug. The code was not expecting to receive notice messages during the connection handshake.
-
- 13 May, 2002 3 commits
-
-
Tom Lane authored
-
Tom Lane authored
that we don't upcase the others.
-
Tom Lane authored
underlying function; but cause psql's \do to show the underlying function's comment if the operator has no comment of its own, to preserve the useful functionality of the original behavior. Also, implement COMMENT ON SCHEMA. Patch from Rod Taylor.
-
- 12 May, 2002 2 commits
-
-
Tom Lane authored
returns-set boolean field in Func and Oper nodes. This allows cleaner, more reliable tests for expressions returning sets in the planner and parser. For example, a WHERE clause returning a set is now detected and complained of in the parser, not only at runtime.
-
Tom Lane authored
some kibitzing from Tom Lane. Not everything works yet, and there's no documentation or regression test, but let's commit this so Joe doesn't need to cope with tracking changes in so many files ...
-
- 11 May, 2002 2 commits
- 10 May, 2002 2 commits
- 09 May, 2002 2 commits
-
-
Peter Eisentraut authored
Re-add warning if the locale prevents LIKE-optimization. Done within initdb now.
-
Hiroshi Inoue authored
-
- 06 May, 2002 4 commits
-
-
Tom Lane authored
to reset session userid to the originally-authenticated name. Also, relax SET SESSION AUTHORIZATION to allow specifying one's own username even if one is not superuser, so as to avoid unnecessary error messages when loading a pg_dump file that uses this command. Per discussion from several months ago.
-
Tom Lane authored
some of his own privileges.
-
Tom Lane authored
in hopes of making erroneous usage more apparent. Per discussion 15-Apr.
-
Tom Lane authored
where the tuple's xmin or xmax is older than the snapshot xmin. There is no need to check it against snapshot xmax in that case.
-
- 05 May, 2002 9 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
As proof of concept, provide an alternate implementation based on POSIX semaphores. Also push the SysV shared-memory implementation into a separate file so that it can be replaced conveniently.
-
- 03 May, 2002 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
only if they would not be found without qualification given the current search path, as per idea from Peter Eisentraut.
-
Tom Lane authored
-
Tom Lane authored
from Liam Stewart. Minor code cleanups also.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
handled as special productions. This is needed to keep us honest about user-schema type names that happen to coincide with system type names. Per pghackers discussion 24-Apr. To avoid bloating the keyword list too much, I removed the translations for datetime, timespan, and lztext, all of which were slated for destruction several versions back anyway.
-
- 02 May, 2002 1 commit
-
-
Tom Lane authored
-