| Commit message (Expand) | Author | Age |
* | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane | 2002-12-27 |
* | pg_dump should consider information_schema to be a system schema. | Tom Lane | 2002-12-21 |
* | Don't produce bogus COPY command when there are no undropped columns | Tom Lane | 2002-12-12 |
* | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane | 2002-12-01 |
* | This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. | Bruce Momjian | 2002-11-29 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | pg_dump for domain constraints. | Bruce Momjian | 2002-11-15 |
* | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane | 2002-11-08 |
* | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 |
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
* | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 |
* | > Alvaro Herrera <alvherre@atentus.com> writes: | Bruce Momjian | 2002-10-09 |
* | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 |
* | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | Allow pg_dumpall to work with previous releases again. Don't pass the -c | Peter Eisentraut | 2002-09-07 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut | 2002-08-28 |
* | Disable use of -c and -a together in pg_dump; they don't make sense together. | Bruce Momjian | 2002-08-27 |
* | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 |
* | Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers. | Tom Lane | 2002-08-22 |
* | Fixed-size buffer in dumpClasses is not big enough anymore given the | Tom Lane | 2002-08-22 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Fix small copy-and-pasteo. | Tom Lane | 2002-08-18 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane | 2002-08-16 |
* | Code review for patch to dump primary and unique constraints as | Tom Lane | 2002-08-16 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 |
* | This trivial patch fixes a small memory leak in pg_dump. | Bruce Momjian | 2002-08-04 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane | 2002-07-30 |
* | Remove extra comma. | Peter Eisentraut | 2002-07-25 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Unique and primary key constraints are both dumped using ALTER TABLE | Bruce Momjian | 2002-07-18 |
* | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 |
* | Document function args are required for pg_restore -P. | Bruce Momjian | 2002-07-04 |
* | The attached patch fixes 2 memory leaks in pg_dump, as well as corrects | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Suppress 'owner of datatype appears to be invalid' warning message for | Tom Lane | 2002-06-13 |
* | Rework pg_dump namespace search criteria so that dumping of user objects | Tom Lane | 2002-05-28 |
* | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 |