- 04 Sep, 2002 15 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
'make install'; there are enough of 'em that this slowed down the make noticeably. Ensure that 'all' is the default make target in all these directories (defaulting to 'make install' is surprising and dangerous IMHO). Fix a couple small typos.
-
Bruce Momjian authored
usually anyway.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 03 Sep, 2002 17 commits
-
-
Bruce Momjian authored
> * Gavin Sherry <swm@linuxworld.com.au>
-
Tom Lane authored
case for timestamptz input, and differently wrong answers in the float- timestamp case for timestamp input.
-
Tom Lane authored
creation to world, but disallow temp table creation in template1. Per latest round of pghackers discussion. I did not force initdb, but the permissions lockdown on template1 will not take effect unless you do one (or manually REVOKE TEMP ON DATABASE template1 FROM public).
-
Tom Lane authored
somewhat less likely to provoke a conflict.
-
Peter Eisentraut authored
referring to "multibyte" where it really means character encoding.
-
Tom Lane authored
a series of localtime() calls to determine the local timezone offset when mktime() fails. This eliminates regression failures on RHL 7.3, and should continue to work until it occurs to the glibc boys to break localtime() as well. By then I hope we'll have our own timezone code...
-
Tom Lane authored
convert date to tm' failures, by using DetermineLocalTimeZone() instead.
-
Peter Eisentraut authored
(INT64_FORMAT), which gettext cannot handle.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
-
Bruce Momjian authored
-
Tom Lane authored
heap, not just ExclusiveLock.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
< o -ALTER TABLE ADD PRIMARY KEY (Christopher) < o -ALTER TABLE ADD UNIQUE (Christopher) > o -ALTER TABLE ADD PRIMARY KEY (Tom) > o -ALTER TABLE ADD UNIQUE (Tom)
-
Tom Lane authored
-
Tom Lane authored
-
- 02 Sep, 2002 8 commits
-
-
Tom Lane authored
seems we have a choice between annoying messages and leaking memory (or dumping core, but that's right out). Patch also fixes several other problems in pg_disconnect, such as being willing to close a channel that isn't a PG channel.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
Gerhard Hintermayer, revised and documented by Tom Lane. This patch also fixes a 'must fix' bug: libpgtcl's LISTEN/NOTIFY support was broken by the recent changes to the PGnotify structure. Guess that change wasn't quite so safe as we thought.
-
Tom Lane authored
-
Tom Lane authored
more flexible, and improve the error reporting. Also, add documentation for REPLACE RULE/VIEW.
-