| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 1 | -22/+74 |
| * | 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 | 1 | -4/+7 |
| * | Move volatility, language, etc. modifiers before function body in the pg_dump | Heikki Linnakangas | 2008-07-01 | 1 | -7/+5 |
| * | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane | 2008-05-16 | 1 | -25/+58 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+2 |
| * | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -15/+110 |
| * | Disable statement timeouts while making or restoring dumps. | Andrew Dunstan | 2008-05-03 | 1 | -1/+7 |
| * | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 1 | -3/+43 |
| * | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 | 1 | -12/+17 |
| * | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 1 | -1/+8 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -9/+3 |
| * | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 | 1 | -3/+2 |
| * | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 | 1 | -3/+9 |
| * | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 | 1 | -8/+15 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 | 1 | -7/+2 |
| * | Update comment. | Bruce Momjian | 2007-11-19 | 1 | -2/+2 |
| * | Add comment about COMMENT ON DATABASE failing for differently-named | Bruce Momjian | 2007-11-19 | 1 | -1/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -17/+17 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -82/+86 |
| * | Add missing newlines to error messages, and normalize wording a bit. | Peter Eisentraut | 2007-11-08 | 1 | -16/+16 |
| * | Error message cleanup | Peter Eisentraut | 2007-11-07 | 1 | -5/+5 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -2/+1 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -7/+48 |
| * | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 | 1 | -5/+3 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+721 |
| * | Fixup the indentation of a comment that was mangled by pgindent, and | Neil Conway | 2007-07-12 | 1 | -5/+11 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 1 | -21/+43 |
| * | Fix pg_dump to not crash if -t or a similar switch is used to select a serial | Tom Lane | 2007-04-16 | 1 | -4/+4 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -6/+86 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -2/+14 |
| * | Add comment that pg_dump 'append' format is used only by pg_dump, per | Bruce Momjian | 2007-03-22 | 1 | -2/+2 |
| * | In pg_dump, strcasecmp -> pg_strcasecmp. | Bruce Momjian | 2007-03-22 | 1 | -6/+6 |
| * | Properly enforce pg_dump -F formation options; only single letter or | Bruce Momjian | 2007-03-22 | 1 | -32/+27 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -7/+64 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -2/+21 |
| * | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 | 1 | -5/+11 |
| * | Update pg_dump to support dumping operator families. | Tom Lane | 2007-01-23 | 1 | -10/+383 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -2/+47 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -3/+45 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -62/+100 |
| * | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 | 1 | -248/+197 |
| * | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 | 1 | -16/+7 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -4/+5 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -101/+112 |