Commit Graph

46 Commits (613c6d26bd42dd8c2dd0664315be9551475b8864)

Author SHA1 Message Date
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Bruce Momjian 7ff7711919 For create/dropdb, only connect once to the server since we now have a 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Heikki Linnakangas 1eef90d0a2 Rename the new CREATE DATABASE options to set collation and ctype into 17 years ago
Peter Eisentraut 257c4ff160 Final removal of -q options, which haven't done anything since 8.3 and 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut cd3b750929 Sort the output of --help mostly alphabetical, make it align better, make 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Alvaro Herrera 6462e7b81c Add a --locale switch to createdb, to ease the creation of databases with 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 1ebff9ba81 Make documentation of -W options more accurate and uniform. 18 years ago
Tom Lane 8468146b03 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 18 years ago
Peter Eisentraut 9539e64bc0 Remove gratuitous response messages from utility programs. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 6178762fcf Fix up hack to suppress escape_string_warning so that it actually works 20 years ago
Bruce Momjian eaca1175e9 Escape processing patch: 20 years ago
Bruce Momjian fa54cd0432 Add PQclear() calls, for completeness (exits shortly anyway). 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane f7ca71a76b Replace createdb's obsolete --location switch with --tablespace. 22 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 22 years ago
Bruce Momjian 6c33054a0c Remove init_nls() functions, call set_pglocale() directly. 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Tom Lane b3c3b5464d Do an explicit fflush after writing a progress message with puts. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 22 years ago
Bruce Momjian 8de72414ea Document the -h client flag can use a socket directory as well as a host 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Peter Eisentraut 9e0ab7126d Reimplement create and drop scripts in C, to reduce repetitive 23 years ago