summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2001-01-21Put quotes around environment variables.Bruce Momjian
2001-01-20Get rid of initdb -t bugs by the simple expedient of getting rid ofTom Lane
2001-01-12Fixed handling of renamed columns in PK constraintsPhilip Warner
2001-01-12- Check ntuples == 1 for various SELECT statements.Philip Warner
2001-01-08Prevent vacuumdb from trying to vacuum template0.Tom Lane
2001-01-08check for failure after vacuuming each DB, not only the last one.Tom Lane
2001-01-06Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-04Correct path where to check for password file existance.Peter Eisentraut
2001-01-04pg_dump failed to handle backslashes embedded in function definitionsTom Lane
2000-12-31Fix typo in error message.Tom Lane
2000-12-31Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut
2000-12-30Remove incorrect assert.Peter Eisentraut
2000-12-30Imporve messages.Tatsuo Ishii
2000-12-19Rename --accounts-only to --globals-only, polish documentation.Peter Eisentraut
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-18Updates for 7.1 branding.Bruce Momjian
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
2000-12-15Print the error message before attempting to reset the connection after aPeter Eisentraut
2000-12-07Silence compiler warning.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-03Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut
2000-12-03Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-27This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27After going to the trouble of finding where psql lives, seems likeTom Lane
2000-11-27Pay attention to failure returns from fgets() in all cases.Tom Lane
2000-11-27Prevent simple_prompt() from locking up in a tight loop at stdin EOF.Tom Lane
2000-11-26Silence warningPeter Eisentraut
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut
2000-11-25Fix security problem with psql \e where temp file could be an existingBruce Momjian
2000-11-24Print bit strings as B'...' when INSERT commands are dumped.Peter Eisentraut
2000-11-21Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane
2000-11-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-18Polish error messages, help output, give marginal clue about command linePeter Eisentraut
2000-11-18Simplification: Build executable directly from .c file.Peter Eisentraut
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-08Dump identity of alternative location, if any.Peter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-04Since the backend now handles relative PGDATA, initdb doesn't have to workPeter Eisentraut