summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+6
* Fix misspelled commentTom Lane2008-09-301-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-21/+8
* Fix pg_dump bug in the database-level collation patch. "datcollate" andHeikki Linnakangas2008-09-241-3/+3
* Silence compiler warning caused by recent collation patch.Magnus Hagander2008-09-241-2/+1
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-242-4/+4
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-231-45/+59
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-237-49/+115
* Avoid compiler warning about variable used before assigned.Peter Eisentraut2008-09-151-2/+2
* Make pg_dump --data-only try to order the table dumps so that foreign keys'Tom Lane2008-09-083-8/+98
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-082-5/+7
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-061-32/+74
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-061-5/+127
* Add comment about why pg_dump doesn't dump the public schema comment.Bruce Momjian2008-09-051-1/+2
* Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera2008-08-291-1/+9
* Document that \t and \x are now settable.Alvaro Herrera2008-08-291-3/+3
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-161-34/+23
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-162-19/+30
* Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian2008-08-161-2/+2
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-051-2/+3
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-301-10/+10
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-2/+41
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-201-14/+39
* Revert patch so .psqlrc can suppress startup banner:Bruce Momjian2008-07-201-6/+4
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-191-1/+13
* In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian2008-07-181-4/+6
* Suppress compiler warning, and not incidentally make the code moreTom Lane2008-07-181-3/+3
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-182-30/+91
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-161-4/+6
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-162-6/+10
* Addendum: psql sequence value display patch was originally written byBruce Momjian2008-07-151-2/+2
* Have psql \d show the value of sequence columns.Bruce Momjian2008-07-151-5/+49
* Add comment about literal strings in our syntax not being translated inBruce Momjian2008-07-141-1/+2
* Add column storage type to psql \d+ display.Bruce Momjian2008-07-141-10/+22
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-146-50/+50
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-121-3/+3
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-031-3/+2
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-031-107/+206
* Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas2008-07-011-7/+5
* Issue psql connection warnings on connection start and via \c, perBruce Momjian2008-07-013-127/+113
* Fix pg_ctl bug where detection of binary location from postmaster.optsBruce Momjian2008-06-261-2/+2
* Simplify 'pg_ctl restart' detection of first argument inBruce Momjian2008-06-261-12/+8
* Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian2008-06-261-10/+16
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-264-32/+27
* Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian2008-06-261-29/+18
* Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas2008-06-111-4/+4
* Add optional on/off argument to \timing.Heikki Linnakangas2008-06-111-2/+8
* Editorialization for the text emitted by the "help" psql command.Neil Conway2008-06-101-7/+7
* Fix initdb to reject a relative path for -X (--xlogdir) argument. ThisTom Lane2008-06-021-6/+13
* Fix function headers not matching prototype in header file, perMagnus Hagander2008-05-211-5/+5