aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* another set of cleanupsPeter Eisentraut2000-01-18
* Hi!Bruce Momjian2000-01-18
* Bruce,Bruce Momjian2000-01-18
* Fix quoting bugs and incorrect trigger argument printout.Tom Lane2000-01-18
* Show encoding name rather than encoding id in case of psql -l.Tatsuo Ishii2000-01-18
* Updated user interfaces on initdb, initlocation, pg_dump, ipcclean to a GNU-c...Peter Eisentraut2000-01-18
* Put back change to 'connection failed' message formatting that someoneTom Lane2000-01-16
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16