| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -2/+6 |
| * | Fix misspelled comment | Tom Lane | 2008-09-30 | 1 | -2/+2 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -21/+8 |
| * | Fix pg_dump bug in the database-level collation patch. "datcollate" and | Heikki Linnakangas | 2008-09-24 | 1 | -3/+3 |
| * | Silence compiler warning caused by recent collation patch. | Magnus Hagander | 2008-09-24 | 1 | -2/+1 |
| * | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander | 2008-09-24 | 2 | -4/+4 |
| * | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 | 1 | -45/+59 |
| * | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 7 | -49/+115 |
| * | Avoid compiler warning about variable used before assigned. | Peter Eisentraut | 2008-09-15 | 1 | -2/+2 |
| * | Make pg_dump --data-only try to order the table dumps so that foreign keys' | Tom Lane | 2008-09-08 | 3 | -8/+98 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 2 | -5/+7 |
| * | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 | 1 | -32/+74 |
| * | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 | 1 | -5/+127 |
| * | Add comment about why pg_dump doesn't dump the public schema comment. | Bruce Momjian | 2008-09-05 | 1 | -1/+2 |
| * | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera | 2008-08-29 | 1 | -1/+9 |
| * | Document that \t and \x are now settable. | Alvaro Herrera | 2008-08-29 | 1 | -3/+3 |
| * | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 | 1 | -34/+23 |
| * | Fix a couple of places where psql might fail to report a suitable error | Tom Lane | 2008-08-16 | 2 | -19/+30 |
| * | Fix version warning bug in recently applied adjustments to psql startup. | Bruce Momjian | 2008-08-16 | 1 | -2/+2 |
| * | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 | 1 | -2/+3 |
| * | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 | 1 | -10/+10 |
| * | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 | 1 | -2/+41 |
| * | Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable | Tom Lane | 2008-07-20 | 1 | -14/+39 |
| * | Revert patch so .psqlrc can suppress startup banner: | Bruce Momjian | 2008-07-20 | 1 | -6/+4 |
| * | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane | 2008-07-19 | 1 | -1/+13 |
| * | In psql, run .psqlrc _after_ printing warnings and banner. | Bruce Momjian | 2008-07-18 | 1 | -4/+6 |
| * | Suppress compiler warning, and not incidentally make the code more | Tom Lane | 2008-07-18 | 1 | -3/+3 |
| * | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 2 | -30/+91 |
| * | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane | 2008-07-16 | 1 | -4/+6 |
| * | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 2 | -6/+10 |
| * | Addendum: psql sequence value display patch was originally written by | Bruce Momjian | 2008-07-15 | 1 | -2/+2 |
| * | Have psql \d show the value of sequence columns. | Bruce Momjian | 2008-07-15 | 1 | -5/+49 |
| * | Add comment about literal strings in our syntax not being translated in | Bruce Momjian | 2008-07-14 | 1 | -1/+2 |
| * | Add column storage type to psql \d+ display. | Bruce Momjian | 2008-07-14 | 1 | -10/+22 |
| * | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 | 6 | -50/+50 |
| * | More replacements of binary compatible to binary coercible. | Peter Eisentraut | 2008-07-12 | 1 | -3/+3 |
| * | Don't print the name of the database in psql \z. | Peter Eisentraut | 2008-07-03 | 1 | -3/+2 |
| * | Fix psql's \d and allied commands to work with all server versions back to 7.4. | Tom Lane | 2008-07-03 | 1 | -107/+206 |
| * | Move volatility, language, etc. modifiers before function body in the pg_dump | Heikki Linnakangas | 2008-07-01 | 1 | -7/+5 |
| * | Issue psql connection warnings on connection start and via \c, per | Bruce Momjian | 2008-07-01 | 3 | -127/+113 |
| * | Fix pg_ctl bug where detection of binary location from postmaster.opts | Bruce Momjian | 2008-06-26 | 1 | -2/+2 |
| * | Simplify 'pg_ctl restart' detection of first argument in | Bruce Momjian | 2008-06-26 | 1 | -12/+8 |
| * | Fix 'pg_ctl restart' to preserve command-line arguments. | Bruce Momjian | 2008-06-26 | 1 | -10/+16 |
| * | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian | 2008-06-26 | 4 | -32/+27 |
| * | Remove use of postmaster.opts.default by pg_ctl. | Bruce Momjian | 2008-06-26 | 1 | -29/+18 |
| * | Update "help" output to reflect that \timing now takes an optional on/off | Heikki Linnakangas | 2008-06-11 | 1 | -4/+4 |
| * | Add optional on/off argument to \timing. | Heikki Linnakangas | 2008-06-11 | 1 | -2/+8 |
| * | Editorialization for the text emitted by the "help" psql command. | Neil Conway | 2008-06-10 | 1 | -7/+7 |
| * | Fix initdb to reject a relative path for -X (--xlogdir) argument. This | Tom Lane | 2008-06-02 | 1 | -6/+13 |
| * | Fix function headers not matching prototype in header file, per | Magnus Hagander | 2008-05-21 | 1 | -5/+5 |