aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-14
* Another static-vs-not-static error.Tom Lane2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up temp files from \e.Bruce Momjian2000-04-11
* Add colo to display at end of initdb.Bruce Momjian2000-04-08
* Update initdb display of postmaster startupBruce Momjian2000-04-06
* No ID file needed.Bruce Momjian2000-04-04
* Update QNX FAQBruce Momjian2000-04-04
* Add a check to pg_dump to see whether backend is same version as pg_dump.Tom Lane2000-04-04
* Hi,Bruce Momjian2000-04-03
* 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