- 18 Oct, 2005 4 commits
-
-
Tom Lane authored
avoid leaking memory. I would add a regression test for error handling except it seems eval{} can't be used in unprivileged plperl :-(
-
Joe Conway authored
if there isn't one already open. Upon dblink_close, only commit the open transaction if it was started by dblink_open, and only then when all cursors opened by dblink_open are closed. The transaction accounting is done individually for all named connections, plus the persistent unnamed connection.
-
Tom Lane authored
when not using gcc (which has slightly nonstandard inclusion rules).
-
Tom Lane authored
by a recent HP C compiler. Mostly, get rid of useless local variables that are assigned to but never used.
-
- 17 Oct, 2005 1 commit
-
-
Tom Lane authored
exported routines of ip.c, md5.c, and fe-auth.c to begin with 'pg_'. Also get rid of the vestigial fe_setauthsvc/fe_getauthsvc routines altogether.
-
- 16 Oct, 2005 2 commits
-
-
Tom Lane authored
of 4096. Also add comment explaining why we don't suggest using /etc/sysctl.conf to avoid needing to edit /etc/rc.
-
Bruce Momjian authored
Euler Taveira de Oliveira
-
- 15 Oct, 2005 13 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
Fedora). This was already done by somebody for the core flex files, but these contrib files seem to have been missed.
-
Tom Lane authored
-
Tom Lane authored
-
Neil Conway authored
or at any rate doesn't belong as a comment in a random SGML file.
-
Neil Conway authored
rather than British. Patch from Michael Fuhr.
-
Tom Lane authored
to determine whether fread() failed.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Neil Conway authored
documentation. Mostly add some <xref>s, fix a few typos, and document that zlib is required in the installation docs.
-
Alvaro Herrera authored
-
- 14 Oct, 2005 4 commits
-
-
Tom Lane authored
the facility has been set, the facility gets set to LOCAL0 and cannot be changed later. This seems reasonably plausible to happen, particularly at higher debug log levels, though I am not certain it explains Han Holl's recent report. Easiest fix is to teach the code how to change the value on-the-fly, which is nicer anyway. I made the settings PGC_SIGHUP to conform with log_destination.
-
Andrew Dunstan authored
fix nonsensical summary row on example
-
Tom Lane authored
of GUC memory doesn't cause us to start emitting a bogus ident string. Per report from Han Holl. Also some trivial code cleanup in write_syslog.
-
Bruce Momjian authored
regression=# select '23:59:59.9'::time(0); time ---------- 24:00:00 (1 row) This is bad because: regression=# select '24:00:00'::time(0); ERROR: date/time field value out of range: "24:00:00" The last example now works.
-
- 13 Oct, 2005 16 commits
-
-
Tom Lane authored
for the PL languages and for contrib.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock
-
Bruce Momjian authored
'localhost'. Improve kerberos error message.
-
Tom Lane authored
affected types of objects.
-
Tom Lane authored
-
Tom Lane authored
direction of writing triggers in a procedural language, rather than C. Per discussion.
-
Bruce Momjian authored
of client_min_messages (fatal + panic) are valid and also fixes a slight issue with how psql tried to display error messages that aren't sent to the client. We often tell people to ignore errors in response to requests for things like "drop if exists", but there's no good way to completely hide this without upping client_min_messages past ERROR. When running a file like SET client_min_messages TO 'FATAL'; DROP TABLE doesntexist; with "psql -f filename" you get an error prefix of "psql:/home/username/filename:3" even though there is no error message to prefix because it isn't sent to the client. Kris Jurka
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
I'm not clear on what the double-backslash idea was intended to fix, but it breaks at least mingw GNU Make. Per report from Thomas Hallgren.
-
Bruce Momjian authored
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock
-
Bruce Momjian authored
etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Steve Woodcock
-