aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add fflush of stdout when outputing query.Bruce Momjian2003-07-31
* There is no reason to cast valuntil to timestamp, and a very goodTom Lane2003-07-29
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce.Tom Lane2003-07-28
* A visit from the message-style police ...Tom Lane2003-07-28
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-27
* This is a totally trivial patch for something that was a very minor nit thatBruce Momjian2003-07-27
* here are the patches for psql on Win32:Bruce Momjian2003-07-27
* Update copyrights to 2003.Bruce Momjian2003-07-25
* > Having read the list, and noticed the message about table inheritance IBruce Momjian2003-07-25
* Recent patch to dump nondefault attstorage settings broke pg_dump forTom Lane2003-07-25
* Seems my check constraint change did break stuff.Bruce Momjian2003-07-25
* > Rod Taylor <rbt@rbt.ca> writes:Bruce Momjian2003-07-25
* Fix grant option dumping and related cross-version compatibility issues.Peter Eisentraut2003-07-24
* Czech translation updates from Karel ZakPeter Eisentraut2003-07-23
* Update German translations.Peter Eisentraut2003-07-23
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* Don't report sequendces in pg_tables.Bruce Momjian2003-07-22
* Fix relkind test for pg_tables.Bruce Momjian2003-07-21
* Tweak original coding so that we can determine the platform-specificTom Lane2003-07-15
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Translation updatePeter Eisentraut2003-07-01
* Rename plpython to plpythonu, and update documentation to reflect itsTom Lane2003-06-30
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Add missing PO files from last commit.Peter Eisentraut2003-06-29
* Merge PO file updates from 7.3 branch.Peter Eisentraut2003-06-28
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-28
* Missing calls to PQclear in large_obj.c and describe.c.Tom Lane2003-06-27
* If they're not, the below causes problems, as the foreign key is addedBruce Momjian2003-06-25
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-25
* Use libpq's new logic to get the server version, instead of doing it ourselves.Tom Lane2003-06-22
* Change clusterdb and vacuumdb into C programs.Peter Eisentraut2003-06-18
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Attached is a patch that enhances the output of psql's HTML mode.Bruce Momjian2003-06-12
* psql: tab completion for \encodingBruce Momjian2003-06-12
* Add add_missing_from GUC variable.Bruce Momjian2003-06-11
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-11
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-11
* Add -DFRONTEND for non-MinGW Win32 ports.Bruce Momjian2003-06-06
* Make the world at least marginally safe for usernames with embedded spaces.Tom Lane2003-06-02
* Cause pg_dumpall to support the -a, -s, -x options of pg_dump.Tom Lane2003-05-30
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-30
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Internationalize interactive yes/no responses.Peter Eisentraut2003-05-27
* Fix breakage induced by recent patch (careless use of fmtId()).Tom Lane2003-05-17
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15