- 08 Nov, 2001 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
memory. This fixes it. Also a free() was missing. marko
-
Tom Lane authored
investigating the kluge that makes it so...
-
Tom Lane authored
(surprised no one has reported these yet...)
-
- 07 Nov, 2001 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
long for an enhancement history item? :) -- Serguei A. Mokhov ~
-
Bruce Momjian authored
one fuzzy translation fix, some other messages tweaking. Theoretically, should be up-to-date by now. Please apply to /src/interfaces/libpq/ru.po -- Serguei A. Mokhov
-
Bruce Momjian authored
-
- 06 Nov, 2001 11 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
PostgreSQL Daemon authored
tag'd and branded as b2 ...
-
Tom Lane authored
-
Tom Lane authored
are correct, consistent, and complete ... motivated by gripe from Oliver Elphick, but I see someone had already made an incomplete stab at this.
-
Thomas G. Lockhart authored
when running the regression test. Reported by Tom Lane.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
the cash data type.
-
Tom Lane authored
-
Tom Lane authored
should be accounted for in the PROC_SEM_MAP_ENTRIES() macro. Otherwise the ports that rely on this macro to size data structures are broken. Mea culpa.
-
- 05 Nov, 2001 9 commits
-
-
Tom Lane authored
Need to return a TupleTableSlot, not just a bare tuple.
-
Bruce Momjian authored
initdb/regression tests pass.
-
Hiroshi Inoue authored
-
Hiroshi Inoue authored
reported by Mika Mantyla. 2) Timestamp precision. 3) Separate ODBC3.0 files.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
to the target list in gram.y; it must wait till after expansion of the target list in analyze.c. Per bug report 4-Nov: lx=# CREATE TABLE abc (a char, b char, c char); CREATE lx=# CREATE TABLE xyz (x, y, z) AS SELECT * FROM abc; ERROR: CREATE TABLE/AS SELECT has mismatched column count
-
Tom Lane authored
-
- 04 Nov, 2001 6 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
D'Arcy J.M. Cain authored
of the documentation in preparation for upcoming release.
-
Tom Lane authored
so that only one signal number is used not three. Flags in shared memory tell the reason(s) for the current signal. This method is extensible to handle more signal reasons without chewing up even more signal numbers, but the immediate reason is to keep pg_pwd reloads separate from SIGHUP processing in the postmaster. Also clean up some problems in the postmaster with delayed response to checkpoint status changes --- basically, it wouldn't schedule a checkpoint if it wasn't getting connection requests on a regular basis.
-
D'Arcy J.M. Cain authored
-
D'Arcy J.M. Cain authored
make it clearer that d was the argument to the format operator.
-