| Commit message (Expand) | Author | Age |
* | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane | 2008-07-20 |
* | Revert patch so .psqlrc can suppress startup banner: | Bruce Momjian | 2008-07-20 |
* | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane | 2008-07-19 |
* | In psql, run .psqlrc _after_ printing warnings and banner. | Bruce Momjian | 2008-07-18 |
* | Suppress compiler warning, and not incidentally make the code more | Tom Lane | 2008-07-18 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Addendum: psql sequence value display patch was originally written by | Bruce Momjian | 2008-07-15 |
* | Have psql \d show the value of sequence columns. | Bruce Momjian | 2008-07-15 |
* | Add comment about literal strings in our syntax not being translated in | Bruce Momjian | 2008-07-14 |
* | Add column storage type to psql \d+ display. | Bruce Momjian | 2008-07-14 |
* | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 |
* | More replacements of binary compatible to binary coercible. | Peter Eisentraut | 2008-07-12 |
* | Don't print the name of the database in psql \z. | Peter Eisentraut | 2008-07-03 |
* | Fix psql's \d and allied commands to work with all server versions back to 7.4. | Tom Lane | 2008-07-03 |
* | Move volatility, language, etc. modifiers before function body in the pg_dump | Heikki Linnakangas | 2008-07-01 |
* | Issue psql connection warnings on connection start and via \c, per | Bruce Momjian | 2008-07-01 |
* | Fix pg_ctl bug where detection of binary location from postmaster.opts | Bruce Momjian | 2008-06-26 |
* | Simplify 'pg_ctl restart' detection of first argument in | Bruce Momjian | 2008-06-26 |
* | Fix 'pg_ctl restart' to preserve command-line arguments. | Bruce Momjian | 2008-06-26 |
* | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian | 2008-06-26 |
* | Remove use of postmaster.opts.default by pg_ctl. | Bruce Momjian | 2008-06-26 |
* | Update "help" output to reflect that \timing now takes an optional on/off | Heikki Linnakangas | 2008-06-11 |
* | Add optional on/off argument to \timing. | Heikki Linnakangas | 2008-06-11 |
* | Editorialization for the text emitted by the "help" psql command. | Neil Conway | 2008-06-10 |
* | 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 |