| Commit message (Expand) | Author | Age | Files | Lines |
* | At present it is impossible to kill createuser except with kill -9 | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
* | Propogate pg_ctl -D to the postmaster as a -D flag for identification by | Bruce Momjian | 2003-02-14 | 1 | -4/+7 |
* | Make pg_dump/restore safer for autocommit=off in postgresql.conf. | Bruce Momjian | 2003-02-14 | 3 | -5/+32 |
* | Result of lo_read() is int, not size_t. Per Oleg Drokin. | Tom Lane | 2003-02-13 | 1 | -2/+2 |
* | This patch fixes an error in the usage message for 'clusterdb', and | Bruce Momjian | 2003-02-13 | 2 | -7/+6 |
* | [ dumping schemas ] | Bruce Momjian | 2003-02-13 | 2 | -59/+141 |
* | [ Have readline save edit history.] | Bruce Momjian | 2003-02-13 | 1 | -1/+4 |
* | Fix buffer clearing bug. | Peter Eisentraut | 2003-02-11 | 1 | -2/+2 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 | 1 | -22/+11 |
* | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane | 2003-02-01 | 2 | -108/+40 |
* | Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format | Tom Lane | 2003-02-01 | 2 | -5/+15 |
* | Prevent core dump when die_horribly() is called with null AH pointer. | Tom Lane | 2003-01-27 | 1 | -6/+7 |
* | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 1 | -1/+3 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 2 | -96/+156 |
* | Fix sed expression for BSD sed. | Peter Eisentraut | 2003-01-21 | 1 | -2/+2 |
* | Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne. | Tom Lane | 2003-01-16 | 1 | -2/+2 |
* | Add remaining documentation tables to information schema. | Peter Eisentraut | 2003-01-15 | 1 | -1/+10 |
* | Add sql_features table to information schema. Generate the features list | Peter Eisentraut | 2003-01-14 | 1 | -1/+7 |
* | Change Adjust_lo_type() so that it doesn't cause an error | Hiroshi Inoue | 2003-01-13 | 1 | -54/+71 |
* | Add missing <limits.h> for INT64_IS_BUSTED case. | Tom Lane | 2003-01-10 | 1 | -1/+2 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -14/+30 |
* | Do not shell-quote the name of the editor, so that the editor can be a | Peter Eisentraut | 2003-01-10 | 1 | -2/+2 |
* | Enhanced error/help message for pg_controldata. | Bruce Momjian | 2003-01-08 | 1 | -4/+16 |
* | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 1 | -2/+2 |
* | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 | 4 | -27/+77 |
* | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 4 | -173/+33 |
* | Adjust lo type in contrib during pg_restore so that pg_restore could | Hiroshi Inoue | 2003-01-03 | 1 | -1/+81 |
* | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 | 1 | -0/+136 |
* | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 | 1 | -2/+2 |
* | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane | 2002-12-27 | 1 | -7/+2 |
* | pg_dump should consider information_schema to be a system schema. | Tom Lane | 2002-12-21 | 1 | -6/+14 |
* | Fix possible buffer overrun in \d command: substr(..., 128) produces | Tom Lane | 2002-12-21 | 1 | -24/+41 |
* | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 1 | -1/+5 |
* | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian | 2002-12-13 | 1 | -57/+56 |
* | Here's the patch I mentioned on HACKERS to fix up ALTER command tab | Bruce Momjian | 2002-12-13 | 1 | -73/+146 |
* | Don't produce bogus COPY command when there are no undropped columns | Tom Lane | 2002-12-12 | 1 | -33/+51 |
* | TODO marked as done: | Bruce Momjian | 2002-12-12 | 4 | -5/+120 |
* | Don't force rebuild of all of backend/parser when we only need | Tom Lane | 2002-12-12 | 1 | -2/+2 |
* | Move psql \? Formatting above Large Object/Copy. | Bruce Momjian | 2002-12-11 | 1 | -9/+9 |
* | psql \? rearrangement, suggested by Tom. | Bruce Momjian | 2002-12-11 | 1 | -6/+7 |
* | Reorder psql \? help into groupings, idea from Harald Armin Massa. | Bruce Momjian | 2002-12-11 | 1 | -31/+49 |
* | Back out psql help change. Not done yet. | Bruce Momjian | 2002-12-11 | 1 | -49/+31 |
* | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 | 1 | -31/+49 |
* | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane | 2002-12-01 | 1 | -3/+3 |
* | This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. | Bruce Momjian | 2002-11-29 | 2 | -3/+8 |
* | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian | 2002-11-25 | 1 | -6/+1 |
* | Heres a patch which will create the sql_help.h file on Win32 if it | Bruce Momjian | 2002-11-23 | 1 | -1/+7 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 2 | -17/+11 |
* | Quote database name properly when invoking pg_dump. Per report from | Tom Lane | 2002-11-22 | 1 | -3/+17 |
* | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -1/+2 |