- 10 Nov, 2007 1 commit
-
-
Bruce Momjian authored
start/shutdown.
-
- 31 Oct, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 25 Sep, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 12 Jul, 2007 1 commit
-
-
Magnus Hagander authored
-
- 08 Jul, 2007 1 commit
-
-
Tom Lane authored
error message, by using PQconnectionUsedPassword() instead. Someday we might be able to localize that error message, but not until this coding technique has disappeared everywhere.
-
- 02 Jul, 2007 1 commit
-
-
Magnus Hagander authored
- Prevent the -w option being passed to the postmaster. - Read the postmaster options file when starting as a Windows service. Dave Page
-
- 31 May, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 18 Mar, 2007 1 commit
-
-
Neil Conway authored
are initialized with a string literal. Patch from Stefan Huehner.
-
- 10 Feb, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 01 Feb, 2007 1 commit
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
-
- 05 Jan, 2007 2 commits
-
-
Bruce Momjian authored
back-stamped for this.
-
Andrew Dunstan authored
Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl.
-
- 12 Oct, 2006 1 commit
-
-
Tom Lane authored
No, I do not care whether Coverity considers this a memory leak. It's entirely not worth the code space to do it correctly.
-
- 04 Oct, 2006 1 commit
-
-
Bruce Momjian authored
-
- 24 Sep, 2006 1 commit
-
-
Tom Lane authored
-
- 21 Aug, 2006 1 commit
-
-
Michael Meskes authored
-
- 25 Jun, 2006 1 commit
-
-
Alvaro Herrera authored
opposed to what other versions apparently do, so it's not safe to print an error message. Besides, getopt_long itself already did, so it's redundant anyway.
-
- 18 Jun, 2006 1 commit
-
-
Peter Eisentraut authored
symlink is kept for now for compatibility. To call single-user mode, use postgres --single.
-
- 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
-
- 05 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 10 Feb, 2006 1 commit
-
-
Tom Lane authored
Windows (if newer than NT4, else works same as before). Magnus
-
- 07 Feb, 2006 1 commit
-
-
Peter Eisentraut authored
-
- 14 Jan, 2006 1 commit
-
-
Peter Eisentraut authored
by Magnus Hagander
-
- 05 Jan, 2006 1 commit
-
-
Bruce Momjian authored
-
- 22 Nov, 2005 1 commit
-
-
Bruce Momjian authored
comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 25 Jul, 2005 1 commit
-
-
Tom Lane authored
pg_strcasecmp and pg_strncasecmp ... but I see some of the former have crept back in. Eternal vigilance is the price of locale independence, apparently.
-
- 10 Jul, 2005 1 commit
-
-
Bruce Momjian authored
Add missing plperl include.
-
- 21 Jun, 2005 1 commit
-
-
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.
-
- 04 May, 2005 1 commit
-
-
Tom Lane authored
so that restart doesn't fail when old postmaster died unbetimes.
-
- 20 Apr, 2005 1 commit
-
-
Tom Lane authored
postmaster.pid still represents a live postmaster.
-
- 11 Mar, 2005 1 commit
-
-
Bruce Momjian authored
implementation doesn't export out via libpq and get used by a user application.
-
- 22 Feb, 2005 1 commit
-
-
Bruce Momjian authored
macros around strings that were missing them.
-
- 31 Dec, 2004 1 commit
-
-
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 ...
-
- 23 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 21 Dec, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Dec, 2004 1 commit
-
-
Neil Conway authored
-
- 27 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 17 Nov, 2004 1 commit
-
-
Tom Lane authored
-