summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* At present it is impossible to kill createuser except with kill -9Bruce Momjian2003-02-191-2/+2
* Propogate pg_ctl -D to the postmaster as a -D flag for identification byBruce Momjian2003-02-141-4/+7
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-143-5/+32
* Result of lo_read() is int, not size_t. Per Oleg Drokin.Tom Lane2003-02-131-2/+2
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-132-7/+6
* [ dumping schemas ]Bruce Momjian2003-02-132-59/+141
* [ Have readline save edit history.]Bruce Momjian2003-02-131-1/+4
* Fix buffer clearing bug.Peter Eisentraut2003-02-111-2/+2
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-061-22/+11
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-012-108/+40
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-012-5/+15
* Prevent core dump when die_horribly() is called with null AH pointer.Tom Lane2003-01-271-6/+7
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-251-1/+3
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-232-96/+156
* Fix sed expression for BSD sed.Peter Eisentraut2003-01-211-2/+2
* Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne.Tom Lane2003-01-161-2/+2
* Add remaining documentation tables to information schema.Peter Eisentraut2003-01-151-1/+10
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-141-1/+7
* Change Adjust_lo_type() so that it doesn't cause an errorHiroshi Inoue2003-01-131-54/+71
* Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane2003-01-101-1/+2
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-14/+30
* Do not shell-quote the name of the editor, so that the editor can be aPeter Eisentraut2003-01-101-2/+2
* Enhanced error/help message for pg_controldata.Bruce Momjian2003-01-081-4/+16
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-2/+2
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-074-27/+77
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-064-173/+33
* Adjust lo type in contrib during pg_restore so that pg_restore couldHiroshi Inoue2003-01-031-1/+81
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-301-0/+136
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-301-2/+2
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-271-7/+2
* pg_dump should consider information_schema to be a system schema.Tom Lane2002-12-211-6/+14
* Fix possible buffer overrun in \d command: substr(..., 128) producesTom Lane2002-12-211-24/+41
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-1/+5
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-57/+56
* Here's the patch I mentioned on HACKERS to fix up ALTER command tabBruce Momjian2002-12-131-73/+146
* Don't produce bogus COPY command when there are no undropped columnsTom Lane2002-12-121-33/+51
* TODO marked as done:Bruce Momjian2002-12-124-5/+120
* Don't force rebuild of all of backend/parser when we only needTom Lane2002-12-121-2/+2
* Move psql \? Formatting above Large Object/Copy.Bruce Momjian2002-12-111-9/+9
* psql \? rearrangement, suggested by Tom.Bruce Momjian2002-12-111-6/+7
* Reorder psql \? help into groupings, idea from Harald Armin Massa.Bruce Momjian2002-12-111-31/+49
* Back out psql help change. Not done yet.Bruce Momjian2002-12-111-49/+31
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-111-31/+49
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-011-3/+3
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-292-3/+8
* Remove check for pg_group file as part of initdb -W password assignmentBruce Momjian2002-11-251-6/+1
* Heres a patch which will create the sql_help.h file on Win32 if itBruce Momjian2002-11-231-1/+7
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-232-17/+11
* Quote database name properly when invoking pg_dump. Per report fromTom Lane2002-11-221-3/+17
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+2