| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
* | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 |
* | > Alvaro Herrera <alvherre@atentus.com> writes: | Bruce Momjian | 2002-10-09 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane | 2002-07-30 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | The attached patch cleans up some code in pg_dump. It cuts some | Bruce Momjian | 2002-04-24 |
* | Be more wary about mixed-case database names and user names. Get | Tom Lane | 2002-02-11 |
* | Fix pg_dump to read-lock all tables to be dumped as soon as it's read | Tom Lane | 2002-01-11 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Generate correct syntax for DROP OPERATOR with unary operators. | Tom Lane | 2001-10-22 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 |
* | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 |
* | - Handle overridden attrs as per discussions 2-Apr-2001 | Philip Warner | 2001-04-03 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Used LEFT OUTER JOIN for various queries | Philip Warner | 2001-01-28 |
* | Applied (slightly modified) patches from Tatsuo: | Philip Warner | 2001-01-28 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fixed handling of renamed columns in PK constraints | Philip Warner | 2001-01-12 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Minor code cleanup (cast away const-ness) | Philip Warner | 2000-09-15 |
* | - Support for relkind = RELKIND_VIEW. | Philip Warner | 2000-09-15 |
* | Support SQL99 embedded double-quote syntax for quoted identifiers. | Thomas G. Lockhart | 2000-08-06 |
* | pg_dump patch from Philip Warner | Bruce Momjian | 2000-07-04 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | pg_dump barfs on negative values for index column numbers --- like, say, | Tom Lane | 2000-05-19 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Bruce, | Bruce Momjian | 2000-01-18 |
* | Fix quoting bugs and incorrect trigger argument printout. | Tom Lane | 2000-01-18 |
* | Clean up pg_dump coredumps caused by change of output formatting for | Tom Lane | 2000-01-16 |
* | Hi, all | Bruce Momjian | 1999-12-27 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Make pg_dump dump ACL's by default, print warning on use of -z, and add | Bruce Momjian | 1999-05-27 |
* | Fix pg_dump to use the same maximum-query-size constant as | Tom Lane | 1999-05-26 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Adjust handling of data type names to suppress double quotes | Thomas G. Lockhart | 1998-12-13 |
* | Playing around with pg_dump for a while resulted in some | Bruce Momjian | 1998-10-06 |
* | Surround all identifiers with double quotes. | Thomas G. Lockhart | 1998-10-02 |