OSDN Git Service

Add User's Guide chapters on Data Definition and Data Manipulation.
[pg-rex/syncrep.git] / src / bin /
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-04 Bruce MomjianThis patch fixes a "multi-line string literal" warning...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-30 Bruce MomjianAdded support for schemas and quotes in tab-complete...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-25 Peter EisentrautRemove extra comma.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce MomjianI can't remember who said they were working on schema...
2002-07-19 Bruce MomjianAnother "$@" cleanup with new syntax, ${1+"$@"}.
2002-07-19 Bruce MomjianFix "$@" to ${1:+"$@"} for older shells.
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Bruce MomjianUnique and primary key constraints are both dumped...
2002-07-18 Bruce MomjianThe attached patch fixes a tiny memory leak in psql...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-16 Tom LaneAdd initdb code to set up initial contents of pg_depend...
2002-07-15 Bruce MomjianRemove utils/getopt.c file, not needed, it only allowed...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianFix getopt flags. Man thing thing was messed up.
2002-07-11 Bruce MomjianFix another --help typo in pg_restore.
2002-07-06 Bruce MomjianAdd comments about sharing.
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-03 Bruce MomjianAdd missing pgaccess copyright file, same as ours.
2002-07-03 Tom LaneFix some more boundary-case errors in psql variable...
2002-07-02 Bruce MomjianUpdate to pgaccess 0.91.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-07-02 Bruce MomjianThe attached patch fixes a minor memory leak in psql.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-16 Bruce MomjianRemove KSQO from GUC and move file to _deadcode.
2002-06-15 Bruce MomjianFix for TAB completion using GRANT DELETE in psql.
2002-06-15 Bruce MomjianNoted with versions 7.0.3, 7.1.3, and 7.2.1:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
2002-06-13 Tom LaneSuppress 'owner of datatype appears to be invalid'...
2002-06-11 Bruce MomjianAllow createdb to create comments in current db, not...
2002-05-29 Tom LaneAnother place that needs schema qualification.
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-28 Tom LaneRework pg_dump namespace search criteria so that dumpin...
2002-05-24 Peter EisentrautChange PL/Tcl build to use configured compiler and...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-21 Tom LaneSpell long option with -c not --, for compatibility...
2002-05-19 Peter EisentrautDump privileges on functions, aggregates, languages.
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneGuard against empty-string results from pg_getlocale.
2002-05-14 Tatsuo IshiiFix bug in psql.
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-05-06 Tom LaneMake dumpACL behave more reasonably for case where...
2002-05-06 Tom LaneCause fmtId to always use its internal buffer for the...
2002-04-29 Tom LaneAdd missing 'static' keyword to suppress compiler compl...
2002-04-29 Tom LaneRemove unnecessary/obsolete regproctooid() references.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Peter EisentrautRemove references to NAMEDATALEN and INDEX_MAX_KEYS...
2002-04-24 Peter EisentrautRemove reference to BLCKSZ.
2002-04-24 Tom LaneDon't dump core on empty table.
2002-04-24 Bruce MomjianRemove compile warnings for lo dump by casting to char *.
2002-04-24 Peter EisentrautMissed one NAMEDATALEN.
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-04-24 Bruce MomjianThe attached patch cleans up some code in pg_dump....
2002-04-24 Bruce MomjianUpdate patch for DEFAULT on Views.
2002-04-24 Bruce MomjianDoc fix for INSERT ... (DEFAULT, ...)
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2002-04-21 Peter EisentrautMake pg_dump independent of FUNC_MAX_ARGS.
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-15 Tom LaneAdjust rules for search_path so that pg_catalog is...
2002-04-13 Bruce MomjianRod's patch does what it is supposed to do, but it...
2002-04-12 Bruce MomjianAllow prompting of create/drop user to handle spaces.
2002-04-12 Bruce MomjianAllow dropdb and others to use identifiers with spaces...
2002-04-11 Bruce MomjianCleanup in use of IFS.
2002-04-11 Bruce MomjianMake sure leading/trailing/multiple consecutive space...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-11 Bruce MomjianFix pg_upgrade to handle dbnames, user/group names...
2002-04-11 Bruce MomjianFix problem with invalid database name assignment in...
2002-04-10 Peter EisentrautReadline and Zlib now required by default. Add options...
2002-04-05 Bruce MomjianI was tinkering with creating rules on views (so, for...
2002-04-05 Bruce MomjianAdds domain dumping support to pg_dump.
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-04 Bruce MomjianThis patch against 0.98.7 lib/tables.tcl will allow...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-03-27 Peter EisentrautReset parenthesis level counter upon \r.
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
next