- May 11, 2011
-
-
Bruce Momjian authored
shared description table for pg_database comments. Also update comments about database name selection.
-
- Jan 01, 2011
-
-
Bruce Momjian authored
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Jan 02, 2010
-
-
Bruce Momjian authored
-
- Feb 26, 2009
-
-
Peter Eisentraut authored
were marked for removal in 8.4.
-
Peter Eisentraut authored
programs that have a -W/--password option. In passing, remove the ancient PSQL_ALWAYS_GET_PASSWORDS compile option.
-
- Feb 25, 2009
-
-
Peter Eisentraut authored
help of pg_dump and pg_dumpall more similar.
-
- Jan 01, 2009
-
-
Bruce Momjian authored
-
- Dec 11, 2008
-
-
Peter Eisentraut authored
to the gettext domain name, to simplify parallel installations. Also, rename set_text_domain() to pg_bindtextdomain(), because that is what it does.
-
- Jan 01, 2008
-
-
Bruce Momjian authored
-
- Dec 11, 2007
-
-
Tom Lane authored
-
- Jun 04, 2007
-
-
Peter Eisentraut authored
(Possibly release notes material, lest users be confused.) The --quiet option is now obsolete and without effect in createdb, createuser, dropdb, dropuser; kept for compatibility but marked for removal in 8.4. Progress messages when acting on all databases now go to stdout instead of stderr, since they are not in fact errors. Ordered options in reindexdb reference page alphabetically, like in other programs' pages.
-
- Jan 05, 2007
-
-
Bruce Momjian authored
back-stamped for this.
-
- Sep 22, 2006
-
-
Peter Eisentraut authored
(possibly (un)translated) letters that are actually expected as input. Also reject invalid responses instead of silenty taken them as "no". with help from Bernd Helmle
-
- May 29, 2006
-
-
Bruce Momjian authored
-
- Mar 05, 2006
-
-
Bruce Momjian authored
-
- Jun 21, 2005
-
-
Tom Lane authored
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
-
- Dec 31, 2004
-
-
PostgreSQL Daemon authored
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
-
- Aug 29, 2004
-
-
Bruce Momjian authored
-
- Jun 03, 2004
-
-
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.
-
- Jun 01, 2004
-
-
Bruce Momjian authored
Add locale to pg_ctl.c.
-
- May 25, 2004
-
-
Bruce Momjian authored
Adjust get_*_path functions to be limited to MAXPGPATH.
-
- May 12, 2004
-
-
Bruce Momjian authored
find_my_exec/find_other_exec(). Remove passing of progname to these functions as they can find that out from argv[0], which they already have. Make get_progname return const char *, and update all progname variables to be const char *.
-
- Jan 01, 2004
-
-
Tom Lane authored
This ensures stdout is kept in sync with messages on stderr. Per report from Olaf Ferger.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Aug 04, 2003
-
-
Bruce Momjian authored
-
- Jul 23, 2003
-
-
Peter Eisentraut authored
-
- Jun 11, 2003
-
-
Bruce Momjian authored
name.
-
- May 27, 2003
-
-
Peter Eisentraut authored
-
- May 14, 2003
-
-
Tom Lane authored
only remnant of this failed experiment is that the server will take SET AUTOCOMMIT TO ON. Still TODO: provide some client-side autocommit logic in libpq.
-
- Mar 18, 2003
-
-
Peter Eisentraut authored
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.)
-