aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add missing 'static' keyword to suppress compiler complaints.Tom Lane2002-04-29
* Remove unnecessary/obsolete regproctooid() references.Tom Lane2002-04-29
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. HandlesPeter Eisentraut2002-04-24
* Remove reference to BLCKSZ.Peter Eisentraut2002-04-24
* Don't dump core on empty table.Tom Lane2002-04-24
* Remove compile warnings for lo dump by casting to char *.Bruce Momjian2002-04-24
* Missed one NAMEDATALEN.Peter Eisentraut2002-04-24
* Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut2002-04-24
* The attached patch cleans up some code in pg_dump. It cuts someBruce Momjian2002-04-24
* Update patch for DEFAULT on Views.Bruce Momjian2002-04-24
* Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian2002-04-24
* Speed improvement for large object restore.Bruce Momjian2002-04-24
* Make pg_dump independent of FUNC_MAX_ARGS.Peter Eisentraut2002-04-21
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Adjust rules for search_path so that pg_catalog is never implicitlyTom Lane2002-04-15
* Rod's patch does what it is supposed to do, but it also includesBruce Momjian2002-04-13
* Allow prompting of create/drop user to handle spaces.Bruce Momjian2002-04-12
* Allow dropdb and others to use identifiers with spaces; IFS cleanup forBruce Momjian2002-04-12
* Cleanup in use of IFS.Bruce Momjian2002-04-11
* Make sure leading/trailing/multiple consecutive space/tab in db/user/groupBruce Momjian2002-04-11
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Fix pg_upgrade to handle dbnames, user/group names with spaces.Bruce Momjian2002-04-11
* Fix problem with invalid database name assignment in while loop.Bruce Momjian2002-04-11
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-10
* I was tinkering with creating rules on views (so, for instance, one couldBruce Momjian2002-04-05
* Adds domain dumping support to pg_dump.Bruce Momjian2002-04-05
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create newBruce Momjian2002-04-04
* Authentication improvements:Bruce Momjian2002-04-04
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* Reset parenthesis level counter upon \r.Peter Eisentraut2002-03-27
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Fix pg_dump help option alignment.Bruce Momjian2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* psql \? cleanups by Ian BarwickBruce Momjian2002-03-19
* Add psql \dD listing of domains, from Jonathan Eisler.Bruce Momjian2002-03-19
* More pgsql \? cleanup for Peter E.Bruce Momjian2002-03-11
* Correct optional args in psql \? as pointed out by Ian Barwick.Bruce Momjian2002-03-11
* Add FULL in VACUUM psql completion.Bruce Momjian2002-03-07
* Back out psql domain improvements until domain is applied.Bruce Momjian2002-03-07
* Also an small change to the tab-complete feature of psql which allows toBruce Momjian2002-03-07
* Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasonsBruce Momjian2002-03-06
* Here is a diff of changes to the psql source code implementing a simpleBruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06