aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* This patch fixes a very small memory leak in psql, spotted withBruce Momjian2003-03-19
* Set up the privileges on the default schemas in initdb with real GRANTPeter Eisentraut2003-03-19
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-18
* Make the printing code somewhat more independent by not relying onPeter Eisentraut2003-03-18
* Fix off-by-one error in the maxlen parameter handling.Peter Eisentraut2003-03-18
* pg_dumpall failed on groups having no members. Per report fromTom Lane2003-03-14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Cleanup up psql \connect and \pset pager setting display, DennisBruce Momjian2003-03-10
* pg_restore failed to restore blobs if -X disable-triggers is specified.Tom Lane2003-03-09
* Add missing --globals-only (long form of -g).Tom Lane2003-03-06
* Avoid using a separate query to fetch the default expressions forTom Lane2003-02-24
* Revert patch that broke \d commands, until it can be fixed.Tom Lane2003-02-21
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-02-19
* At present it is impossible to kill createuser except with kill -9Bruce Momjian2003-02-19
* Propogate pg_ctl -D to the postmaster as a -D flag for identification byBruce Momjian2003-02-14
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-14
* Result of lo_read() is int, not size_t. Per Oleg Drokin.Tom Lane2003-02-13
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-13
* [ dumping schemas ]Bruce Momjian2003-02-13
* [ Have readline save edit history.]Bruce Momjian2003-02-13
* Fix buffer clearing bug.Peter Eisentraut2003-02-11
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-01
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-01
* Prevent core dump when die_horribly() is called with null AH pointer.Tom Lane2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Fix sed expression for BSD sed.Peter Eisentraut2003-01-21
* Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne.Tom Lane2003-01-16
* Add remaining documentation tables to information schema.Peter Eisentraut2003-01-15
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-14
* Change Adjust_lo_type() so that it doesn't cause an errorHiroshi Inoue2003-01-13