- 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 8 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
-
Bruce Momjian authored
-
- 20 Jul, 2004 8 commits
-
-
Bruce Momjian authored
http://archives.postgresql.org/pgsql-cygwin/2004-07/msg00090.php Jason Tishler
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Allow psql to display permission information using \df+ and \l+ > * Consistenly display privilege information for all objects in psql
-
Bruce Momjian authored
> * Allow psql to display permission information using \df+ and \l+
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Fix data types where equality comparison isn't intuitive, e.g. box
-
Bruce Momjian authored
> o -Allow parameters to be specified by name and type during definition
-
Michael Meskes authored
Fixed handling of cyclic defines.
-
- 19 Jul, 2004 8 commits
-
-
Bruce Momjian authored
* Fix help text ordering * Add back --set-session-authorization to pg_dumpall. Updated the docs for that. Updated help for that. * Dump ALTER USER commands for the cluster owner ("pgsql"). These are dumped AFTER the create user and create database commands in case the permissions to do these have been revoked. * Dump ALTER OWNER for public schema (because it's possible to change it). This was done by adding TOC entries for the public schema, and filtering them out at archiver time. I also save the owner in the TOC entry just for the public schema. * Suppress dumping single quotes around schema_path and DateStyle options when they are set using ALTER USER or ALTER DATABASE. Added a comment to the steps in guc.c to remind people to update that list. * Fix dumping in --clean mode against a pre-7.3 server. It just sets all drop statements to assume the public schema, allowing it to restore without error. * Cleaned up text output. eg. Don't output -- Tablespaces comment if there are none. Same for groups and users. * Make the commands to DELETE FROM pg_shadow and DELETE FROM pg_group only be output when -c mode is enabled. I'm not sure why that hasn't been done before?!?! This should be good for application asap, after which I will start on regression dumping 7.0-7.4 databases. Christopher Kings-Lynne
-
Tom Lane authored
that contain rights granted by non-owners. Per bug report from Nishad Prakash.
-
Bruce Momjian authored
> * -Allow configuration files to be specified in a different directory
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Instead use our own abstimein code, which is more flexible anyway.
-
Tom Lane authored
loose ends and a glaring lack of documentation, but it basically works. Simon Riggs with some editorialization by Tom Lane.
-
- 17 Jul, 2004 5 commits
-
-
Peter Eisentraut authored
macros provided by the real libtool, when other packages borrow some macros from PostgreSQL, as in the case of the ODBC driver.
-
Tom Lane authored
force relcache rebuild for the other table as well as the column's own table. Otherwise, already-cached foreign key triggers will stop working. Per example from Alexander Pravking.
-
Tom Lane authored
-
Bruce Momjian authored
> o Enforce rules for setting combinations
-
Tom Lane authored
keep track of portal-related resources separately from transaction-related resources. This allows cursors to work in a somewhat sane fashion with nested transactions. For now, cursor behavior is non-subtransactional, that is a cursor's state does not roll back if you abort a subtransaction that fetched from the cursor. We might want to change that later.
-
- 16 Jul, 2004 1 commit
-
-
Bruce Momjian authored
* perl_useshrplib gets set to "yes" and not to "true". I assume it's set to "true" on unix, so I left both. * Need to translate backslashes into slashes * The linker config coming out of perl was for MSVC and not for mingw Magnus Hagander
-
- 15 Jul, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
LELARGE Guillaume
-