aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane2003-01-10
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Do not shell-quote the name of the editor, so that the editor can be aPeter Eisentraut2003-01-10
* Enhanced error/help message for pg_controldata.Bruce Momjian2003-01-08
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-07
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-07
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06
* Adjust lo type in contrib during pg_restore so that pg_restore couldHiroshi Inoue2003-01-03
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-30
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-30
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-27
* pg_dump should consider information_schema to be a system schema.Tom Lane2002-12-21
* Fix possible buffer overrun in \d command: substr(..., 128) producesTom Lane2002-12-21
* Initial version of the SQL information schemaPeter Eisentraut2002-12-14
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-13
* Here's the patch I mentioned on HACKERS to fix up ALTER command tabBruce Momjian2002-12-13
* Don't produce bogus COPY command when there are no undropped columnsTom Lane2002-12-12
* TODO marked as done:Bruce Momjian2002-12-12
* Don't force rebuild of all of backend/parser when we only needTom Lane2002-12-12
* Move psql \? Formatting above Large Object/Copy.Bruce Momjian2002-12-11
* psql \? rearrangement, suggested by Tom.Bruce Momjian2002-12-11
* Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian2002-12-11
* Back out psql help change. Not done yet.Bruce Momjian2002-12-11
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-11
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-01
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-29
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-25
* Heres a patch which will create the sql_help.h file on Win32 if itBruce Momjian2002-11-23