summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2006-06-21Move setup_cancel_handler() up near start of psql main(), where theTom Lane
2006-06-21Clean up psql variable code a little: eliminate unnecessary tests inTom Lane
2006-06-18Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-16Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-06-09Repair remarkably-inefficient query for dumping large object comments: itTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-07For psql multi-line history, save backslash commands right away, ratherBruce Momjian
2006-06-06Update comment.Bruce Momjian
2006-06-06On Win32, return original patch if GetShortPathName() fails (no shortBruce Momjian
2006-06-05Avoid longjump/vfork warning about line_saved_in_history variable byBruce Momjian
2006-06-05Have psql history save \e editor contents to history before query isBruce Momjian
2006-06-04Fix psql so \r is separate in the history, rather than at the end ofBruce Momjian
2006-06-03Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian
2006-06-01Respond to Jeremy Drake's original gripe that \copy needs to recognizeTom Lane
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-31Fix seriously broken patch for psql '' ... per its comment, emit() isTom Lane
2006-05-31Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian
2006-05-31Escape processing patch:Bruce Momjian
2006-05-29Add PQclear() calls, for completeness (exits shortly anyway).Bruce Momjian
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera
2006-05-28Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera
2006-05-27Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-05-26Support binary COPY through psql. Also improve detection of write errorsTom Lane
2006-05-24Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane
2006-05-22Add strerror to pg_dump error messages where missing.Peter Eisentraut
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-04-30Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane
2006-04-27Add SSL include needed for psql, after libpq adjustments.Bruce Momjian
2006-04-26Add tablespace display to psql \l+.Bruce Momjian
2006-04-26In pg_resetxlog.c, uint -> uint32, for Win32 port.Bruce Momjian
2006-04-26Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess'Bruce Momjian
2006-04-26Allow pg_resetxlog -f to reset pg_control counters using xlogBruce Momjian
2006-04-19Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane
2006-04-12Fix pg_restore -n option to do what the man page says it does. TheTom Lane
2006-04-07Fix pg_dumpall to do something sane when a pre-8.1 installation hasTom Lane
2006-04-05Add a field to the first page of each WAL file to indicate theTom Lane
2006-04-04Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane
2006-04-03Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane
2006-04-02Rewrite much of psql's \connect code, for the sake of code clarity andNeil Conway
2006-04-02Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix someAlvaro Herrera
2006-03-30Fix bad SQL, per Stefan Kaltenbrunner.Andrew Dunstan
2006-03-21Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera
2006-03-21Fix psql history handling:Bruce Momjian
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian