| Commit message (Expand) | Author | Age |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix up pg_dump to emit shell-type definitions at the proper time, to | Tom Lane | 2006-03-02 |
* | Treat procedural languages as owned by the bootstrap superuser, rather | Tom Lane | 2005-12-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 |
* | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane | 2005-08-15 |
* | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane | 2005-08-15 |
* | This patch implements putting language handlers for the optional PLs | Bruce Momjian | 2005-07-10 |
* | Dump comments for large objects. | Tom Lane | 2005-06-30 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Cope with circularities involving a view's ON SELECT rule. I originally | Tom Lane | 2004-12-14 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Modify pg_dump so that the preferred dump order is by name within | Tom Lane | 2004-03-03 |
* | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Move simple_prompt()/sprompt.c into /port. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | It has been tested only against CVS backend, however. Some checking of the | Bruce Momjian | 2003-03-20 |
* | > Alvaro Herrera <alvherre@atentus.com> writes: | Bruce Momjian | 2002-10-09 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | 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 |
* | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 |
* | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian | 2002-07-06 |
* | 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 |
* | Rework pg_dump namespace search criteria so that dumping of user objects | Tom Lane | 2002-05-28 |
* | Dump privileges on functions, aggregates, languages. | Peter Eisentraut | 2002-05-19 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles | Peter Eisentraut | 2002-04-24 |
* | The attached patch cleans up some code in pg_dump. It cuts some | Bruce Momjian | 2002-04-24 |
* | Make pg_dump independent of FUNC_MAX_ARGS. | Peter Eisentraut | 2002-04-21 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Adds domain dumping support to pg_dump. | Bruce Momjian | 2002-04-05 |
* | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 |
* | 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 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |