summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-08-04This trivial patch fixes a small memory leak in pg_dump.Bruce Momjian
2002-08-04This patch fixes a "multi-line string literal" warning encounteredBruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane
2002-07-30Added support for schemas and quotes in tab-complete.c, as well asBruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-25Remove extra comma.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-20I can't remember who said they were working on schema related psqlBruce Momjian
2002-07-19Another "$@" cleanup with new syntax, ${1+"$@"}.Bruce Momjian
2002-07-19Fix "$@" to ${1:+"$@"} for older shells.Bruce Momjian
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18Unique and primary key constraints are both dumped using ALTER TABLEBruce Momjian
2002-07-18The attached patch fixes a tiny memory leak in psql, when usingBruce Momjian
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Add initdb code to set up initial contents of pg_depend, pinning allTom Lane
2002-07-15Remove utils/getopt.c file, not needed, it only allowed "--flag"Bruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-15Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Fix getopt flags. Man thing thing was messed up.Bruce Momjian
2002-07-11Fix another --help typo in pg_restore.Bruce Momjian
2002-07-06Add comments about sharing.Bruce Momjian
2002-07-06Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian
2002-07-04More clearly document in pg_dump when we are dealing with an object nameBruce Momjian
2002-07-04Document function args are required for pg_restore -P.Bruce Momjian
2002-07-03Add missing pgaccess copyright file, same as ours.Bruce Momjian
2002-07-03Fix some more boundary-case errors in psql variable substitution:Tom Lane
2002-07-02Update to pgaccess 0.91.Bruce Momjian
2002-07-02The attached patch fixes 2 memory leaks in pg_dump, as well as correctsBruce Momjian
2002-07-02The attached patch fixes a minor memory leak in psql.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
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