| Commit message (Expand) | Author | Age |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |
* | Add SSL include needed for psql, after libpq adjustments. | Bruce Momjian | 2006-04-27 |
* | Add tablespace display to psql \l+. | Bruce Momjian | 2006-04-26 |
* | In pg_resetxlog.c, uint -> uint32, for Win32 port. | Bruce Momjian | 2006-04-26 |
* | Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess' | Bruce Momjian | 2006-04-26 |
* | Allow pg_resetxlog -f to reset pg_control counters using xlog | Bruce Momjian | 2006-04-26 |
* | Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. | Tom Lane | 2006-04-19 |
* | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane | 2006-04-12 |
* | Fix pg_dumpall to do something sane when a pre-8.1 installation has | Tom Lane | 2006-04-07 |
* | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 |
* | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 |
* | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 |
* | Rewrite much of psql's \connect code, for the sake of code clarity and | Neil Conway | 2006-04-02 |
* | Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some | Alvaro Herrera | 2006-04-02 |
* | Fix bad SQL, per Stefan Kaltenbrunner. | Andrew Dunstan | 2006-03-30 |
* | Merge the loading of shared object descriptions with regular descriptions, | Alvaro Herrera | 2006-03-21 |
* | Fix psql history handling: | Bruce Momjian | 2006-03-21 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Fix psql history handling so 'execute' backslash commands (\g) | Bruce Momjian | 2006-03-06 |
* | In psql, save history of backslash commands used in multi-line | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 |
* | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 |
* | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 |
* | Fixes for Win32-client only compiles. | Bruce Momjian | 2006-03-03 |
* | Update ipcclean to use try 'id' first for root check. | Bruce Momjian | 2006-03-03 |
* | In ipcclean, check LOGNAME only if USER is not set. | Bruce Momjian | 2006-03-03 |
* | Fix up pg_dump to emit shell-type definitions at the proper time, to | Tom Lane | 2006-03-02 |
* | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 |
* | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 |
* | Fix old pg_dump oversight: default values for domains really need to be dumped | Tom Lane | 2006-02-21 |
* | ' is not valid HTML 4.01, so print the plain character instead. | Peter Eisentraut | 2006-02-18 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Repair --single-transaction patch so it handles blobs correctly. | Tom Lane | 2006-02-14 |
* | IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, | Tom Lane | 2006-02-13 |
* | Place function names in first column for consistency. | Bruce Momjian | 2006-02-13 |
* | Fix build failure when not USE_READLINE. Sergey E. Koposov | Tom Lane | 2006-02-13 |
* | Remove LEFT part of JOIN to pg_roles because of optimizer limitation: | Bruce Momjian | 2006-02-12 |
* | Improve tab completion macro for default keywords. | Bruce Momjian | 2006-02-12 |
* | List psql tab completion for various default keywords. | Bruce Momjian | 2006-02-12 |
* | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 |
* | Use 0x01 for newlines in saved history. It was determined to be not | Bruce Momjian | 2006-02-12 |
* | As part of previous commit, add pg_restore option: | Bruce Momjian | 2006-02-12 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Restore previous psql behavior of not printing useless trailing spaces | Tom Lane | 2006-02-12 |
* | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 |