| Commit message (Expand) | Author | Age |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Fix misspelled comment | Tom Lane | 2008-09-30 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Fix pg_dump bug in the database-level collation patch. "datcollate" and | Heikki Linnakangas | 2008-09-24 |
* | Silence compiler warning caused by recent collation patch. | Magnus Hagander | 2008-09-24 |
* | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander | 2008-09-24 |
* | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 |
* | Avoid compiler warning about variable used before assigned. | Peter Eisentraut | 2008-09-15 |
* | Make pg_dump --data-only try to order the table dumps so that foreign keys' | Tom Lane | 2008-09-08 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 |
* | Add comment about why pg_dump doesn't dump the public schema comment. | Bruce Momjian | 2008-09-05 |
* | Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. | Alvaro Herrera | 2008-08-29 |
* | Document that \t and \x are now settable. | Alvaro Herrera | 2008-08-29 |
* | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 |
* | Fix a couple of places where psql might fail to report a suitable error | Tom Lane | 2008-08-16 |
* | Fix version warning bug in recently applied adjustments to psql startup. | Bruce Momjian | 2008-08-16 |
* | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 |
* | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |
* | 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 |