summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2000-02-21Fixed psql's Control-C handling when COPY in progressPeter Eisentraut
2000-02-21Fixes for \encoding command.Tatsuo Ishii
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-19Add new backslash command \eset and \eshow.Tatsuo Ishii
2000-02-19Fix compiler warningTatsuo Ishii
2000-02-16README not needed anymore.Bruce Momjian
2000-02-16include cleanupBruce Momjian
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut
2000-02-10Default argument for createdbPeter Eisentraut
2000-02-09Here is the patch to add plperl to droplang.Bruce Momjian
2000-02-09I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian
2000-02-09Fixed broken initdb --show patchPeter Eisentraut
2000-02-08 yesterday I had a problem with initdb. I set bad environment valuesBruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-02-07Disable/reenable triggers for data only dump.Jan Wieck
2000-02-07change copyright year 1999->2000Tatsuo Ishii
2000-02-06Fix a bug when specfying -D option.Tatsuo Ishii
2000-02-05Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii
2000-02-04Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck
2000-02-02*** empty log message ***Peter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-27fix for compile.Bruce Momjian
2000-01-26Update files.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-23Change format of postmaster.opts.default.Tatsuo Ishii
2000-01-23updated install filePeter Eisentraut
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-21Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
2000-01-20Fix typo in \z.Bruce Momjian
2000-01-19Update pg_dumpall.Bruce Momjian
2000-01-19another round of user interface cleanupsPeter Eisentraut
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Hi!Bruce Momjian
2000-01-18Bruce,Bruce Momjian
2000-01-18Fix quoting bugs and incorrect trigger argument printout.Tom Lane
2000-01-18Show encoding name rather than encoding id in case of psql -l.Tatsuo Ishii
2000-01-18Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-c...Peter Eisentraut
2000-01-16Put back change to 'connection failed' message formatting that someoneTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-16Clean up pg_dump coredumps caused by change of output formatting forTom Lane
2000-01-15- Allow array on int8Peter Eisentraut
2000-01-15Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut