aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* I have tested the beta3 on WinNT and here are the results:Bruce Momjian2000-03-31
* Fix pgaccess __wish__ thing.Bruce Momjian2000-03-31
* Add new pgaccess languages.Bruce Momjian2000-03-31
* Update pgaccess to 0.98.5Bruce Momjian2000-03-31
* Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut2000-03-27
* Enhance pg_ctl so that it prints error messages from postmasterTatsuo Ishii2000-03-27
* Updated user's guide to match new psql's output formatPeter Eisentraut2000-03-26
* Old patch from Mark Hollomon to add plperl to createlang's repertoire.Tom Lane2000-03-25
* Another fix for old shells.Tom Lane2000-03-25
* Fix syntax error reported by old shells ("if ! command..." is aTom Lane2000-03-25
* More >&1 cleanupsBruce Momjian2000-03-25
* More changes of >& to 2>&1Bruce Momjian2000-03-25
* Remove >& and make it 2>&1Bruce Momjian2000-03-25
* Update pg_dumpall again.Bruce Momjian2000-03-22
* Fix pg_dumpall for new psql output.Bruce Momjian2000-03-22
* it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of theBruce Momjian2000-03-19
* Fixed psql -c "\slashcmd"Peter Eisentraut2000-03-18
* Modify lexing of multi-char operators per pghackers discussion aroundTom Lane2000-03-18
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* 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