summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-08-05Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander
2008-07-30Flip the default typispreferred setting from true to false. This affectsTom Lane
2008-07-30Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane
2008-07-20Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane
2008-07-20Revert patch so .psqlrc can suppress startup banner:Bruce Momjian
2008-07-19Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane
2008-07-18In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian
2008-07-18Suppress compiler warning, and not incidentally make the code moreTom Lane
2008-07-18Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane
2008-07-16Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-07-15Addendum: psql sequence value display patch was originally written byBruce Momjian
2008-07-15Have psql \d show the value of sequence columns.Bruce Momjian
2008-07-14Add comment about literal strings in our syntax not being translated inBruce Momjian
2008-07-14Add column storage type to psql \d+ display.Bruce Momjian
2008-07-14In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian
2008-07-12More replacements of binary compatible to binary coercible.Peter Eisentraut
2008-07-03Don't print the name of the database in psql \z.Peter Eisentraut
2008-07-03Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane
2008-07-01Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas
2008-07-01Issue psql connection warnings on connection start and via \c, perBruce Momjian
2008-06-26Fix pg_ctl bug where detection of binary location from postmaster.optsBruce Momjian
2008-06-26Simplify 'pg_ctl restart' detection of first argument inBruce Momjian
2008-06-26Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian
2008-06-26Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian
2008-06-26Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian
2008-06-11Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas
2008-06-11Add optional on/off argument to \timing.Heikki Linnakangas
2008-06-10Editorialization for the text emitted by the "help" psql command.Neil Conway
2008-06-02Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane
2008-05-21Fix function headers not matching prototype in header file, perMagnus Hagander
2008-05-18Remove old kluge put in to allow Windows regression tests to succeed, and nowAndrew Dunstan
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17In psql, test for output to stdout when forcing pager for wide output.Bruce Momjian
2008-05-17Fix utterly-bogus code for computing row heights. Per crashes onTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-05-16Recent patch doesn't compile without <limits.h>Tom Lane
2008-05-16Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-05-14Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian
2008-05-14Fix a few warnings that have crept into CVS HEAD.Bruce Momjian
2008-05-13Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera
2008-05-13Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-10Restore psql's former behavior that padding spaces to the right of the lastTom Lane
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-05-09Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut
2008-05-09Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane