]> granicus.if.org Git - postgresql/history - src/bin
A visit from the message-style police ...
[postgresql] / src / bin /
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-27 Bruce MomjianThis is a totally trivial patch for something that...
2003-07-27 Bruce Momjianhere are the patches for psql on Win32:
2003-07-25 Bruce MomjianUpdate copyrights to 2003.
2003-07-25 Bruce Momjian> Having read the list, and noticed the message about...
2003-07-25 Tom LaneRecent patch to dump nondefault attstorage settings...
2003-07-25 Bruce MomjianSeems my check constraint change did break stuff.
2003-07-25 Bruce Momjian> Rod Taylor <rbt@rbt.ca> writes:
2003-07-24 Peter EisentrautFix grant option dumping and related cross-version...
2003-07-23 Peter EisentrautCzech translation updates from Karel Zak
2003-07-23 Peter EisentrautUpdate German translations.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-07-22 Bruce MomjianDon't report sequendces in pg_tables.
2003-07-21 Bruce MomjianFix relkind test for pg_tables.
2003-07-15 Tom LaneTweak original coding so that we can determine the...
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-07-01 Peter EisentrautTranslation update
2003-06-30 Tom LaneRename plpython to plpythonu, and update documentation...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-06-29 Peter EisentrautAdd missing PO files from last commit.
2003-06-28 Peter EisentrautMerge PO file updates from 7.3 branch.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-06-27 Tom LaneMissing calls to PQclear in large_obj.c and describe.c.
2003-06-25 Bruce MomjianIf they're not, the below causes problems, as the forei...
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-22 Tom LaneUse libpq's new logic to get the server version, instea...
2003-06-18 Peter EisentrautChange clusterdb and vacuumdb into C programs.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-06-12 Bruce Momjianpsql: tab completion for \encoding
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-06-11 Tom Lanepg_dump and pg_restore were stripping quotes and downca...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-06-06 Bruce MomjianAdd -DFRONTEND for non-MinGW Win32 ports.
2003-06-02 Tom LaneMake the world at least marginally safe for usernames...
2003-05-30 Tom LaneCause pg_dumpall to support the -a, -s, -x options...
2003-05-30 Tom LaneCause pg_dumpall to include GRANT/REVOKE for database...
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Peter EisentrautInternationalize interactive yes/no responses.
2003-05-17 Tom LaneFix breakage induced by recent patch (careless use...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-05-03 Tom LaneFix erroneous space calculation leading to core dump...
2003-04-25 Tom LaneCOPY and pg_dump failed to cope with zero-column tables...
2003-04-18 Tom LaneFix breakage from recent variable-handling changes.
2003-04-16 Tom LaneFix some problems exposed by building outside the sourc...
2003-04-14 Bruce MomjianDocument file name as optional for \o in psql help...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-04 Bruce MomjianHandle cp, rm, and exec for Win32.
2003-04-04 Tom LaneFix some signed-vs-unsigned-int issues; make print_alig...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-04-03 Tom Laneconst-ify functions used with completion_matches()...
2003-03-31 Bruce MomjianSkip START WITH in sequence definition when it's the...
2003-03-28 Bruce MomjianFix NULL casting warning, pointed out by Joe Conway
2003-03-27 Bruce MomjianNew \d format:
2003-03-27 Bruce MomjianAttached are two patches for psql's tab-completion.c.
2003-03-27 Bruce MomjianAdds
2003-03-27 Bruce MomjianReorder language creation to restore constistently.
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-21 Bruce MomjianImprove psql comment coding.
2003-03-20 Bruce MomjianFix multiline C comments in psql.
2003-03-20 Bruce MomjianNow that the CLUSTER ALL machinery is in place, the...
2003-03-20 Bruce MomjianRemove extern for cancelConn, from Karel Zak
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianAt present, dates are put into a dump in the format...
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianIt has been tested only against CVS backend, however...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-20 Bruce Momjian(Now featuring documentation: fixed some typos, expande...
2003-03-20 Bruce Momjian> Mph. It fails for me too when I use --enable-integer...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-19 Bruce MomjianThis patch fixes a very small memory leak in psql,...
2003-03-19 Peter EisentrautSet up the privileges on the default schemas in initdb...
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-03-18 Peter EisentrautFix off-by-one error in the maxlen parameter handling.
2003-03-14 Tom Lanepg_dumpall failed on groups having no members. Per...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-10 Bruce MomjianCleanup up psql \connect and \pset pager setting displa...
2003-03-09 Tom Lanepg_restore failed to restore blobs if -X disable-trigge...
2003-03-06 Tom LaneAdd missing --globals-only (long form of -g).
2003-02-24 Tom LaneAvoid using a separate query to fetch the default expre...
2003-02-21 Tom LaneRevert patch that broke \d commands, until it can be...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-19 Bruce MomjianHere's some changes I made last night to psql's common...
2003-02-19 Bruce MomjianAt present it is impossible to kill createuser except...
2003-02-14 Bruce MomjianPropogate pg_ctl -D to the postmaster as a -D flag...
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-13 Tom LaneResult of lo_read() is int, not size_t. Per Oleg Drokin.
2003-02-13 Bruce MomjianThis patch fixes an error in the usage message for...
next