aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Detect postmaster being ready by calling psql -l rathern thanTatsuo Ishii2000-03-14
* Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut2000-03-13
* Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut2000-03-11
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Hi Peter,Bruce Momjian2000-03-08
* Fix problems with pg_upgrade found by Kardos, Dr. AndreaBruce Momjian2000-03-07
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-05
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-01
* Clean up dependencies for version.o.Tom Lane2000-02-27
* Fix a couple of inconsistent usages of include <...> vs. include "...".Tom Lane2000-02-27
* psql's \d command wasn't doing the right things with 'char' (type 18)Tom Lane2000-02-26
* 1. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian2000-02-23
* Fixed psql's Control-C handling when COPY in progressPeter Eisentraut2000-02-21
* Fixes for \encoding command.Tatsuo Ishii2000-02-21
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-20
* Fix missing \n in some psql_error calls.Tom Lane2000-02-20
* Add new backslash command \eset and \eshow.Tatsuo Ishii2000-02-19
* Fix compiler warningTatsuo Ishii2000-02-19
* README not needed anymore.Bruce Momjian2000-02-16
* include cleanupBruce Momjian2000-02-16
* Clean up include files use in psql.Bruce Momjian2000-02-16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Adjusted psql echoing options (-a and -e)Peter Eisentraut2000-02-13
* Default argument for createdbPeter Eisentraut2000-02-10
* Here is the patch to add plperl to droplang.Bruce Momjian2000-02-09
* I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian2000-02-09
* Fixed broken initdb --show patchPeter Eisentraut2000-02-09
* yesterday I had a problem with initdb. I set bad environment valuesBruce Momjian2000-02-08
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* Disable/reenable triggers for data only dump.Jan Wieck2000-02-07
* change copyright year 1999->2000Tatsuo Ishii2000-02-07
* Fix a bug when specfying -D option.Tatsuo Ishii2000-02-06
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-05
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-04
* *** empty log message ***Peter Eisentraut2000-02-02
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* fix for compile.Bruce Momjian2000-01-27
* Update files.Bruce Momjian2000-01-26
* Add:Bruce Momjian2000-01-26
* Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut2000-01-24
* Change format of postmaster.opts.default.Tatsuo Ishii2000-01-23
* updated install filePeter Eisentraut2000-01-23
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Fix tab-complete so it works with old versions of readline that don'tTom Lane2000-01-21
* Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane2000-01-21
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-20
* Fix typo in \z.Bruce Momjian2000-01-20
* Update pg_dumpall.Bruce Momjian2000-01-19
* another round of user interface cleanupsPeter Eisentraut2000-01-19
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19