| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -43/+4 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -5/+4 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -12/+14 |
| * | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane | 2007-10-28 | 1 | -9/+43 |
| * | Replace linear searches with binary searches in pg_dump's code to | Tom Lane | 2007-09-23 | 1 | -42/+84 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+25 |
| * | Update pg_dump to support dumping operator families. | Tom Lane | 2007-01-23 | 1 | -1/+7 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 | 1 | -14/+130 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -5/+1 |
| * | Allow multiple -n (schema) and -t (table) pg_dump options, and add -T | Bruce Momjian | 2006-08-01 | 1 | -4/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Add strerror to pg_dump error messages where missing. | Peter Eisentraut | 2006-05-22 | 1 | -3/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix up pg_dump to emit shell-type definitions at the proper time, to | Tom Lane | 2006-03-02 | 1 | -4/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -13/+12 |
| * | Modify pg_dump to assume that a check constraint is inherited if its | Tom Lane | 2005-06-27 | 1 | -11/+12 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -14/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Rename static variables to avoid possible name conflicts on systems with | Tom Lane | 2004-05-20 | 1 | -11/+11 |
| * | Modify pg_dump so that the preferred dump order is by name within | Tom Lane | 2004-03-03 | 1 | -5/+7 |
| * | Work around naming conflict between zlib and OpenSSL by tweaking inclusion | Tom Lane | 2003-12-08 | 1 | -1/+2 |
| * | Speed up findObjectByCatalogId() to get rid of the other salient | Tom Lane | 2003-12-07 | 1 | -11/+71 |
| * | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 | 1 | -227/+378 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -1/+14 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -5/+3 |
| * | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | 1 | -8/+8 |
| * | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 | 1 | -2/+2 |
| * | > Alvaro Herrera <alvherre@atentus.com> writes: | Bruce Momjian | 2002-10-09 | 1 | -5/+13 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -5/+5 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -7/+5 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -5/+7 |
| * | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane | 2002-07-30 | 1 | -1/+14 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -1/+25 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 | 1 | -332/+283 |
| * | The attached patch cleans up some code in pg_dump. It cuts some | Bruce Momjian | 2002-04-24 | 1 | -5/+7 |
| * | Be more wary about mixed-case database names and user names. Get | Tom Lane | 2002-02-11 | 1 | -63/+1 |
| * | Fix pg_dump to read-lock all tables to be dumped as soon as it's read | Tom Lane | 2002-01-11 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -27/+31 |
| * | Generate correct syntax for DROP OPERATOR with unary operators. | Tom Lane | 2001-10-22 | 1 | -1/+3 |
| * | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 | 1 | -11/+4 |
| * | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 | 1 | -39/+22 |
| * | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 | 1 | -28/+34 |
| * | - Handle overridden attrs as per discussions 2-Apr-2001 | Philip Warner | 2001-04-03 | 1 | -19/+107 |