summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2000-03-25Another fix for old shells.Tom Lane
2000-03-25Fix syntax error reported by old shells ("if ! command..." is aTom Lane
2000-03-25More >&1 cleanupsBruce Momjian
2000-03-25More changes of >& to 2>&1Bruce Momjian
2000-03-25Remove >& and make it 2>&1Bruce Momjian
2000-03-22Update pg_dumpall again.Bruce Momjian
2000-03-22Fix pg_dumpall for new psql output.Bruce Momjian
2000-03-19it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of theBruce Momjian
2000-03-18Fixed psql -c "\slashcmd"Peter Eisentraut
2000-03-18Modify lexing of multi-char operators per pghackers discussion aroundTom Lane
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-14Detect postmaster being ready by calling psql -l rathern thanTatsuo Ishii
2000-03-13Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut
2000-03-11Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-03-08 Hi Peter,Bruce Momjian
2000-03-07Fix problems with pg_upgrade found by Kardos, Dr. AndreaBruce Momjian
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-02-27Clean up dependencies for version.o.Tom Lane
2000-02-27Fix a couple of inconsistent usages of include <...> vs. include "...".Tom Lane
2000-02-26psql's \d command wasn't doing the right things with 'char' (type 18)Tom Lane
2000-02-231. miscadmin.h needs to include sys/types.h for a definition of pid_tBruce Momjian
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