summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix someAlvaro Herrera2006-04-021-27/+106
* Fix bad SQL, per Stefan Kaltenbrunner.Andrew Dunstan2006-03-301-4/+4
* Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera2006-03-211-35/+9
* Fix psql history handling:Bruce Momjian2006-03-214-11/+23
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-231/+1
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-063-20/+57
* Fix psql history handling so 'execute' backslash commands (\g)Bruce Momjian2006-03-061-23/+24
* In psql, save history of backslash commands used in multi-lineBruce Momjian2006-03-063-23/+43
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0565-130/+130
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-041-6/+2
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-031-2/+5
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-034-134/+145
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-031-1/+16
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-031-3/+14
* In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian2006-03-031-2/+3
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-024-118/+278
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-241-17/+12
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-241-10/+10
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-211-24/+66
* ' is not valid HTML 4.01, so print the plain character instead.Peter Eisentraut2006-02-181-4/+1
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-1/+5
* Repair --single-transaction patch so it handles blobs correctly.Tom Lane2006-02-141-11/+27
* IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane2006-02-131-5/+5
* Place function names in first column for consistency.Bruce Momjian2006-02-131-6/+11
* Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane2006-02-131-5/+5
* Remove LEFT part of JOIN to pg_roles because of optimizer limitation:Bruce Momjian2006-02-121-5/+5
* Improve tab completion macro for default keywords.Bruce Momjian2006-02-121-4/+2
* List psql tab completion for various default keywords.Bruce Momjian2006-02-121-18/+36
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-128-7/+213
* Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian2006-02-121-3/+12
* As part of previous commit, add pg_restore option:Bruce Momjian2006-02-121-2/+1
* Add psql option:Bruce Momjian2006-02-127-20/+49
* Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane2006-02-121-3/+13
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-127-28/+145
* Restore previous psql behavior of not printing useless trailing spacesTom Lane2006-02-121-4/+8
* Please find enclosed a patch that lets you use \c to connectBruce Momjian2006-02-122-25/+89
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-116-23/+125
* Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane2006-02-102-27/+35
* Make it possible to run initdb from an admin account on Windows,Tom Lane2006-02-101-1/+138
* Enable pg_ctl to give up admin privileges when starting the server underTom Lane2006-02-101-27/+219
* Fix psql after newline patch for calloc(0).Bruce Momjian2006-02-101-1/+4
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-103-374/+502
* This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian2006-02-091-2/+2
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-091-3/+5
* Make --version option print fixed program name.Peter Eisentraut2006-02-071-2/+2
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-053-14/+30
* Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane2006-01-271-6/+5
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-213-24/+33
* Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut2006-01-141-5/+8