- 01 Aug, 2006 1 commit
-
-
Bruce Momjian authored
if table creation failed (the table already exists). Martin Pitt
-
- 14 Jul, 2006 1 commit
-
-
Bruce Momjian authored
-
- 07 Jun, 2006 1 commit
-
-
Bruce Momjian authored
o remove many WIN32_CLIENT_ONLY defines o add WIN32_ONLY_COMPILER define o add 3rd argument to open() for portability o add include/port/win32_msvc directory for system includes Magnus Hagander
-
- 12 Apr, 2006 1 commit
-
-
Tom Lane authored
original coding only worked if one of the selTypes restriction options was also given. Per report from Nick Johnson.
-
- 12 Feb, 2006 3 commits
-
-
Bruce Momjian authored
Hiroshi Saito
-
Bruce Momjian authored
-1 or --single-transaction Simon Riggs
-
Bruce Momjian authored
-1 or --single-transaction Simon Riggs
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 28 Sep, 2005 1 commit
-
-
Peter Eisentraut authored
-
- 09 Jun, 2005 1 commit
-
-
Bruce Momjian authored
pg_restore. It restores the given schemaname only. It can be used in conjunction with the -t and other switches to make the selection very fine grained. Richard van den Bergg, CISSP
-
- 29 Apr, 2005 1 commit
-
-
Neil Conway authored
incorrect -F argument: write_msg() expects its first parameter to be a "module name", not the format string.
-
- 22 Feb, 2005 1 commit
-
-
Bruce Momjian authored
macros around strings that were missing them.
-
- 03 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 27 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 11 Nov, 2004 1 commit
-
-
Bruce Momjian authored
! printf(_(" -d, --dbname=NAME connect to database name\n")); ! printf(_(" -C, --create create the target database\n"));
-
- 22 Oct, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 13 Oct, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 12 Oct, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 29 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 20 Aug, 2004 1 commit
-
-
Bruce Momjian authored
> pg_restore, as it seems that some people have scripts that rely on the > previous "abort on error" default behavior when restoring data with a > direct connection. > > Fabien Coelho
-
- 13 Jul, 2004 1 commit
-
-
Bruce Momjian authored
AUTHORIZATION commands by default. Move all GRANT and REVOKE commands to the end of the dump to avoid restore failures in several situations. Bring back --use-set-session-authorization option to get previous SET behaviour Christopher Kings-Lyne
-
- 03 Jun, 2004 1 commit
-
-
Bruce Momjian authored
environment variable processing to libpq. The patch also adds code to our client apps so we set the environment variable directly based on our binary location, unless it is already set. This will allow our applications to emit proper locale messages that are generated in libpq.
-
- 25 May, 2004 1 commit
-
-
Bruce Momjian authored
Adjust get_*_path functions to be limited to MAXPGPATH.
-
- 22 Apr, 2004 1 commit
-
-
Bruce Momjian authored
errors. This is the second submission, which integrates Tom comments about localisation and exit code. I also added some comments about one sql command which is not ignored. Fabien COELHO
-
- 06 Dec, 2003 1 commit
-
-
Tom Lane authored
pg_depend to determine a safe dump order. Defaults and check constraints can be emitted either as part of a table or domain definition, or separately if that's needed to break a dependency loop. Lots of old half-baked code for controlling dump order removed.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 20 Oct, 2003 1 commit
-
-
Tom Lane authored
the user is confused about whether -f is input or output file.
-
- 23 Sep, 2003 1 commit
-
-
Tom Lane authored
to control object ownership. The use-set-session-authorization and no-reconnect switches are obsolete (still accepted on the command line, but they don't do anything). This is a precursor to fixing handling of CREATE SCHEMA, which will be a separate commit.
-
- 28 Aug, 2003 1 commit
-
-
Tom Lane authored
different object types. Fix, and centralize logic to try to prevent the same mistake in future.
-
- 07 Aug, 2003 1 commit
-
-
Tom Lane authored
getopt_long(). This is more or less the same problem as we saw earlier with getaddrinfo() and struct addrinfo, and for the same reason: random user-added libraries might contain the subroutine, but there's no guarantee we will find the matching header files.
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 23 Jul, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 11 Jun, 2003 2 commits
-
-
Tom Lane authored
not all SQL identifiers taken from command line arguments. We decided years ago that that was a bad idea: identifiers taken from the command line should be treated as literally correct. Remove the inconsistent code that has crept in recently. Also fix pg_dump so that the combination of --schema and --table does what you'd expect, namely dump exactly one table from exactly one schema. Per gripe from Deepak Bhole of Red Hat.
-
Bruce Momjian authored
name.
-
- 04 Apr, 2003 1 commit
-
-
Bruce Momjian authored
-
- 06 Jan, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 18 Oct, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 22 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-