summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-06Fix psql history handling so 'execute' backslash commands (\g)Bruce Momjian
2006-03-06In psql, save history of backslash commands used in multi-lineBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian
2006-03-03Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane
2006-03-03Fixes for Win32-client only compiles.Bruce Momjian
2006-03-03Update ipcclean to use try 'id' first for root check.Bruce Momjian
2006-03-03In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian
2006-03-02Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane
2006-02-24Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan
2006-02-24make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan
2006-02-21Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane
2006-02-18' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-14Repair --single-transaction patch so it handles blobs correctly.Tom Lane
2006-02-13IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane
2006-02-13Place function names in first column for consistency.Bruce Momjian
2006-02-13Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane
2006-02-12Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian
2006-02-12Improve tab completion macro for default keywords.Bruce Momjian
2006-02-12List psql tab completion for various default keywords.Bruce Momjian
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2006-02-12Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian
2006-02-12As part of previous commit, add pg_restore option:Bruce Momjian
2006-02-12Add psql option:Bruce Momjian
2006-02-12Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-12Restore previous psql behavior of not printing useless trailing spacesTom Lane
2006-02-12Please find enclosed a patch that lets you use \c to connectBruce Momjian