- 30 Jul, 2004 3 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
some massaging by Peter Eisentraut. This is basically a simple generalization of the existing contrib makefiles.
-
Peter Eisentraut authored
-
- 29 Jul, 2004 5 commits
-
-
Bruce Momjian authored
> * Allow administrators to safely terminate individual sessions
-
Bruce Momjian authored
Devrim GUNDUZ
-
Bruce Momjian authored
> * Allow server logs to be read using SQL commands > * Allow server configuration parameters to be modified remotetly
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
- 28 Jul, 2004 3 commits
-
-
Tom Lane authored
followed by seeing EOF from client. If we want a safe session-kill capability we will need to write one, not break our error handling mechanism.
-
Bruce Momjian authored
Brian B.
-
Tom Lane authored
password/group files. Also allow read-only subtransactions of a read-write parent, but not vice versa. These are the reasonably noncontroversial parts of Alvaro's recent mop-up patch, plus further work on large objects to minimize use of the TopTransactionResourceOwner.
-
- 27 Jul, 2004 3 commits
-
-
Tom Lane authored
SAVEPOINT/RELEASE/ROLLBACK-TO syntax. (Alvaro) Cause COMMIT of a failed transaction to report ROLLBACK instead of COMMIT in its command tag. (Tom) Fix a few loose ends in the nested-transactions stuff.
-
Bruce Momjian authored
-
Tom Lane authored
live backends, the archiver and stats processes never got sent a kill signal. They'd eventually exit on their own, but not for awhile, which is a bit annoying when you are trying to replace the executable file on a platform that doesn't allow removal of busy executables. Also, tweak main loop logic so that we will perform the background tasks after select() returns EINTR.
-
- 26 Jul, 2004 4 commits
-
-
Tom Lane authored
authorization. Inspired by problem report from Ian Pilcher.
-
Michael Meskes authored
-
Bruce Momjian authored
running as a service on windows <= 2000. Required to make the pg_ctl service wrapper to work at all. Magnus Hagander
-
Bruce Momjian authored
-
- 25 Jul, 2004 3 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Jul, 2004 4 commits
-
-
Tom Lane authored
-
Tom Lane authored
discussion yesterday. Also a few improvements in the associated documentation.
-
Bruce Momjian authored
items, and detailed text descriptions.
-
Bruce Momjian authored
-
- 23 Jul, 2004 1 commit
-
-
Bruce Momjian authored
-
- 22 Jul, 2004 7 commits
-
-
Tom Lane authored
recovery_target_timeline --- otherwise there is no path from the backup to the requested timeline. This check was foreseen in the original discussion but I forgot to implement it.
-
Tom Lane authored
recovered from archive is not corrupt. It's not much but it will catch one common problem, viz out-of-disk-space. Also, force a WAL recovery scan when recovery.conf is present, even if pg_control shows a clean shutdown. This allows recovery with a tar backup that was taken with the postmaster shut down, as per complaint from Mark Kirkwood.
-
Bruce Momjian authored
> * Have psql show current values for a sequence
-
Bruce Momjian authored
> * -Have psql show more information about sequences
-
Tom Lane authored
timezone database for the system behavior we find ourselves in. Scan backwards from current time and choose the zone that matches furthest back. As per discussion a week or so back.
-
Tom Lane authored
-
Tom Lane authored
-
- 21 Jul, 2004 7 commits
-
-
Tom Lane authored
recovery more manageable. Also, undo recent change to add FILE_HEADER and WASTED_SPACE records to XLOG; instead make the XLOG page header variable-size with extra fields in the first page of an XLOG file. This should fix the boundary-case bugs observed by Mark Kirkwood. initdb forced due to change of XLOG representation.
-
Bruce Momjian authored
foo()' where foo() is a plperl function that returns a single composite. Andrew Dunstan
-
Bruce Momjian authored
(fairly closely, I hope) to the current PL/Perl implementation. David Fetter
-
Bruce Momjian authored
views. Klaus Naumann
-
Bruce Momjian authored
-
Bruce Momjian authored
(fairly closely, I hope) to the current PL/Perl implementation. David Fetter
-
Bruce Momjian authored
< o -Allow parameters to be specified by name and type during definition > o -Allow PL/pgSQL parameters to be specified by name and type during definition
-