aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Fix erroneous space calculation leading to core dump in dumpProcLangs,Tom Lane2003-05-03
* COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane2003-04-25
* Fix breakage from recent variable-handling changes.Tom Lane2003-04-18
* Fix some problems exposed by building outside the source tree.Tom Lane2003-04-16
* Document file name as optional for \o in psql help (\h).Bruce Momjian2003-04-14
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Handle cp, rm, and exec for Win32.Bruce Momjian2003-04-04
* Fix some signed-vs-unsigned-int issues; make print_aligned_verticalTom Lane2003-04-04
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-04
* const-ify functions used with completion_matches(), to suppressTom Lane2003-04-03
* Skip START WITH in sequence definition when it's the default value --Bruce Momjian2003-03-31
* Fix NULL casting warning, pointed out by Joe ConwayBruce Momjian2003-03-28
* New \d format:Bruce Momjian2003-03-27
* Attached are two patches for psql's tab-completion.c.Bruce Momjian2003-03-27
* AddsBruce Momjian2003-03-27
* Reorder language creation to restore constistently.Bruce Momjian2003-03-27
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* Improve psql comment coding.Bruce Momjian2003-03-21
* Fix multiline C comments in psql.Bruce Momjian2003-03-20
* Now that the CLUSTER ALL machinery is in place, the clusterdb script canBruce Momjian2003-03-20
* Remove extern for cancelConn, from Karel ZakBruce Momjian2003-03-20
* Remove compile warning.Bruce Momjian2003-03-20
* At present, dates are put into a dump in the format specified by theBruce Momjian2003-03-20
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-20
* It has been tested only against CVS backend, however. Some checking of theBruce Momjian2003-03-20
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-20
* > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.hBruce Momjian2003-03-20
* (Now featuring documentation: fixed some typos, expanded theBruce Momjian2003-03-20
* > Mph. It fails for me too when I use --enable-integer-datetimes. LooksBruce Momjian2003-03-20
* Add start time to pg_stat_activityBruce Momjian2003-03-20