aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane2001-02-20
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-18
* Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii2001-02-17
* - Fix help output: replace 'f' with 't' and change descPhilip Warner2001-02-13
* Fix on LinuxPeter Eisentraut2001-02-10
* More cleanup, again not sure it works.Bruce Momjian2001-02-10
* Clean up bad variable used in script. Still not sure it works under Linux.Bruce Momjian2001-02-10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian2001-02-09
* Make -w the default for shut down, add -W option to specify no wait.Peter Eisentraut2001-02-08
* Redo pgaccess' queries about views so that they will work in both 7.1Tom Lane2001-02-07
* Not sure why this work script was in the repository ... but it doesn'tTom Lane2001-02-07
* Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATHTom Lane2001-02-07
* The following patch is required for successful compilation on Irix.Bruce Momjian2001-01-29
* Used LEFT OUTER JOIN for various queriesPhilip Warner2001-01-28
* Applied (slightly modified) patches from Tatsuo:Philip Warner2001-01-28
* Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian2001-01-27
* Add missing pgaccess files.Bruce Momjian2001-01-27
* Update to pgaccess 0.98.7.Bruce Momjian2001-01-27
* When dropping the schema, reconnect as owner of each object.Philip Warner2001-01-27
* For missing owner of database, default to superuser.Peter Eisentraut2001-01-25
* Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grepPeter Eisentraut2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian2001-01-24
* The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut2001-01-23
* Put quotes around environment variables.Bruce Momjian2001-01-21
* Get rid of initdb -t bugs by the simple expedient of getting rid ofTom Lane2001-01-20
* Fixed handling of renamed columns in PK constraintsPhilip Warner2001-01-12
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-12
* Prevent vacuumdb from trying to vacuum template0.Tom Lane2001-01-08
* check for failure after vacuuming each DB, not only the last one.Tom Lane2001-01-08
* Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut2001-01-06
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Correct path where to check for password file existance.Peter Eisentraut2001-01-04
* pg_dump failed to handle backslashes embedded in function definitionsTom Lane2001-01-04
* Fix typo in error message.Tom Lane2000-12-31
* Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut2000-12-31
* Remove incorrect assert.Peter Eisentraut2000-12-30
* Imporve messages.Tatsuo Ishii2000-12-30
* Rename --accounts-only to --globals-only, polish documentation.Peter Eisentraut2000-12-19
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-18
* Updates for 7.1 branding.Bruce Momjian2000-12-18
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
* Print the error message before attempting to reset the connection after aPeter Eisentraut2000-12-15
* Silence compiler warning.Tom Lane2000-12-07
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut2000-12-03
* Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut2000-12-03