summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-04-21Make pg_dump independent of FUNC_MAX_ARGS.Peter Eisentraut
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-15Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane
2002-04-13Rod's patch does what it is supposed to do, but it also includesBruce Momjian
2002-04-12Allow prompting of create/drop user to handle spaces.Bruce Momjian
2002-04-12Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian
2002-04-11Cleanup in use of IFS.Bruce Momjian
2002-04-11Make sure leading/trailing/multiple consecutive space/tab in db/user/groupBruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-11Fix pg_upgrade to handle dbnames, user/group names with spaces.Bruce Momjian
2002-04-11Fix problem with invalid database name assignment in while loop.Bruce Momjian
2002-04-10Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut
2002-04-05I was tinkering with creating rules on views (so, for instance, one couldBruce Momjian
2002-04-05Adds domain dumping support to pg_dump.Bruce Momjian
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-04This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create newBruce Momjian
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2002-03-27Reset parenthesis level counter upon \r.Peter Eisentraut
2002-03-24EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane
2002-03-21Fix pg_dump help option alignment.Bruce Momjian
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19psql \? cleanups by Ian BarwickBruce Momjian
2002-03-19Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian
2002-03-11More pgsql \? cleanup for Peter E.Bruce Momjian
2002-03-11Correct optional args in psql \? as pointed out by Ian Barwick.Bruce Momjian
2002-03-07Add FULL in VACUUM psql completion.Bruce Momjian
2002-03-07Back out psql domain improvements until domain is applied.Bruce Momjian
2002-03-07Also an small change to the tab-complete feature of psql which allows toBruce Momjian
2002-03-06Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasonsBruce Momjian
2002-03-06Here is a diff of changes to the psql source code implementing a simpleBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05Adds \du documentation line for \? in psqls help.cBruce Momjian
2002-03-05Showing index details with \d on psql.Bruce Momjian
2002-03-05Add \timing patch to psql. Times all queries.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-27#ifdef out pg_dump's check on whether a sequence's sequence_name fieldTom Lane
2002-02-25Tweak psql's \connect command to not downcase unquoted database and userTom Lane
2002-02-24Fix bogus createdb option syntax recommended by initlocation message.Tom Lane
2002-02-24Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane
2002-02-24Modify pg_dumpall so that output script uses new OWNER option of CREATETom Lane
2002-02-23Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian
2002-02-20Fix comment.Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-18Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian