- 04 Oct, 2004 1 commit
-
-
Neil Conway authored
is optional.
-
- 03 Oct, 2004 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 02 Oct, 2004 3 commits
-
-
Tom Lane authored
from Sebastian Böck. The fix involves being more consistent about when rangetable entries are copied or modified. Someday we really need to fix this stuff to not scribble on its input data structures in the first place...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 Oct, 2004 10 commits
-
-
Tom Lane authored
This seems the cleanest way of fixing its lack of a shutdown callback, which was preventing it from working correctly in a query that didn't run it to completion. Per bug report from Szima GÄbor.
-
Tom Lane authored
is restored on error exit.
-
Tom Lane authored
must be stale. Tweak example startup scripts to not use pg_ctl but launch the postmaster directly, thereby ensuring that only the postmaster's direct parent shell will be a postgres-owned process. In combination these should fix the longstanding problem of the postmaster sometimes refusing to start during reboot because it thinks the old lockfile is not stale.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
of locking used by REINDEX. REINDEX needs only ShareLock on the parent table, same as CREATE INDEX, plus an exclusive lock on the specific index being processed.
-
Tom Lane authored
to unreserved keyword, use ereport not elog, assign a separate error code for 'could not obtain lock' so that applications will be able to detect that case cleanly.
-
Tom Lane authored
-
Neil Conway authored
if the user has defined LDFLAGS themselves.
-
Neil Conway authored
semi-related SGML cleanup. Original patch from ljb220@mindspring.com, additional cleanup by Neil Conway.
-
- 30 Sep, 2004 9 commits
-
-
Tom Lane authored
now are supposed to take some kind of lock on an index whenever you are going to access the index contents, rather than relying only on a lock on the parent table.
-
Tom Lane authored
to minus zero rather than zero; this includes at least Mac OS X 10.3 and Solaris 2.8.
-
Tom Lane authored
-
Tom Lane authored
-
Neil Conway authored
to perform upgrades, and cleanup some nearby text. Patch from Robert Treat, editorializing by Neil Conway.
-
Neil Conway authored
From Alvaro Herrera, editorializing by Neil Conway.
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
Neil Conway authored
-
Tom Lane authored
as CREATE INDEX did, and can be fixed the same way, for another small improvement in usability and reduction in grammar size.
-
- 29 Sep, 2004 4 commits
-
-
Tom Lane authored
a separate production func_expr. This allows us to accept all these variants in the backwards-compatible syntax for creating a functional index; which beats documenting exactly which things work and which don't. Interestingly, it also seems to make the generated state machine a little bit smaller.
-
Bruce Momjian authored
Mahmoud Taghizadeh
-
Tom Lane authored
shared memory size.
-
Neil Conway authored
-
- 28 Sep, 2004 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
tables in shared memory. This ensures that overflow of the lock table creates no long-lasting problems. Per discussion with Merlin Moncure.
-
Tom Lane authored
style and message style standards, improve documentation.
-
Bruce Momjian authored
This also adds debug build support to src/bin/psql/win32.mak. Dave Page
-
Neil Conway authored
-
Tom Lane authored
subsequent core dump. It looks like at one time DBLINK_RES_ERROR_AS_NOTICE didn't include a PQclear, but now it does and so these other ones are duplicate.
-
Bruce Momjian authored
structures plus pointers used by the structure.
-
- 27 Sep, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
This greatly helps threaded libpq programs.
-
Bruce Momjian authored
+ #if defined(_MSC_VER) || defined(__BORLANDC__) + #define WIN32_CLIENT_ONLY + #endif
-