summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Fix for TAB completion using GRANT DELETE in psql.Bruce Momjian
2002-06-15Noted with versions 7.0.3, 7.1.3, and 7.2.1:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-13Suppress 'owner of datatype appears to be invalid' warning message forTom Lane
2002-06-11Allow createdb to create comments in current db, not template1.Bruce Momjian
2002-05-29Another place that needs schema qualification.Tom Lane
2002-05-29Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane
2002-05-28Rework pg_dump namespace search criteria so that dumping of user objectsTom Lane
2002-05-24Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-21Spell long option with -c not --, for compatibility's sake.Tom Lane
2002-05-19Dump privileges on functions, aggregates, languages.Peter Eisentraut
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Guard against empty-string results from pg_getlocale.Tom Lane
2002-05-14Fix bug in psql.Tatsuo Ishii
2002-05-13Make operators have their own comments separate from those of theTom Lane
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-05-06Make dumpACL behave more reasonably for case where owner has revokedTom Lane
2002-05-06Cause fmtId to always use its internal buffer for the returned value,Tom Lane
2002-04-29Add missing 'static' keyword to suppress compiler complaints.Tom Lane
2002-04-29Remove unnecessary/obsolete regproctooid() references.Tom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. HandlesPeter Eisentraut
2002-04-24Remove reference to BLCKSZ.Peter Eisentraut
2002-04-24Don't dump core on empty table.Tom Lane
2002-04-24Remove compile warnings for lo dump by casting to char *.Bruce Momjian
2002-04-24Missed one NAMEDATALEN.Peter Eisentraut
2002-04-24Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut
2002-04-24The attached patch cleans up some code in pg_dump. It cuts someBruce Momjian
2002-04-24Update patch for DEFAULT on Views.Bruce Momjian
2002-04-24Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian
2002-04-24Speed improvement for large object restore.Bruce Momjian
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