| Commit message (Expand) | Author | Age |
* | Fix initdb to reject a relative path for -X (--xlogdir) argument. This | Tom Lane | 2008-06-02 |
* | Fix function headers not matching prototype in header file, per | Magnus Hagander | 2008-05-21 |
* | Remove old kluge put in to allow Windows regression tests to succeed, and now | Andrew Dunstan | 2008-05-18 |
* | Use isatty() test for pager on Win32; not sure why it was disabled for | Bruce Momjian | 2008-05-17 |
* | In psql, test for output to stdout when forcing pager for wide output. | Bruce Momjian | 2008-05-17 |
* | Fix utterly-bogus code for computing row heights. Per crashes on | Tom Lane | 2008-05-17 |
* | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 |
* | Recent patch doesn't compile without <limits.h> | Tom Lane | 2008-05-16 |
* | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian | 2008-05-16 |
* | Add detection of psql pager to trigger on wide output. Also add pager | Bruce Momjian | 2008-05-16 |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 |
* | Reorgnize psql \? help output, to reduce the size of the "General" | Bruce Momjian | 2008-05-14 |
* | Fix a few warnings that have crept into CVS HEAD. | Bruce Momjian | 2008-05-14 |
* | Change \du to use the new printTable API, improving the situation of very wide | Alvaro Herrera | 2008-05-13 |
* | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera | 2008-05-13 |
* | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Restore psql's former behavior that padding spaces to the right of the last | Tom Lane | 2008-05-10 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 |
* | Fix memory stomp that's turning the whole buildfarm pink: you can't hack up | Tom Lane | 2008-05-09 |
* | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian | 2008-05-08 |
* | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian | 2008-05-08 |
* | Have boolean pset values checked against typical boolean values, rather | Bruce Momjian | 2008-05-07 |
* | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan | 2008-05-05 |
* | Show enum values in psql's \dt+. David Fetter. | Andrew Dunstan | 2008-05-05 |
* | add ; missing due to my carelessness | Andrew Dunstan | 2008-05-04 |
* | Place statement timeout more appropriately, per gripe from Tom. | Andrew Dunstan | 2008-05-04 |
* | Disable statement timeouts while making or restoring dumps. | Andrew Dunstan | 2008-05-03 |
* | Show relation size in verbose (e.g. \d+) output. | Heikki Linnakangas | 2008-05-02 |
* | One-letter backslash commands now need a space before the first argument. | Peter Eisentraut | 2008-05-02 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Fix comment typo. | Bruce Momjian | 2008-04-16 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 |
* | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera | 2008-04-14 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 |
* | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian | 2008-04-04 |
* | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian | 2008-04-04 |
* | Show database access privileges in psql's \l command. For \l+, also show | Tom Lane | 2008-03-30 |
* | Display incoming as well as outgoing foreign-key constraints in psql's | Tom Lane | 2008-03-30 |
* | Improve description of \du and \dg, per suggestion from | Tom Lane | 2008-03-29 |
* | Improve psql's tab completion to handle completing attribute names in cases | Tom Lane | 2008-03-29 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Remove ipcclean utility command --- didn't work on all Unixes and on | Bruce Momjian | 2008-03-27 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Include \password in the psql help. | Magnus Hagander | 2008-03-26 |
* | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 |