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