| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -5/+1 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -3/+3 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 1 | -110/+94 |
| * | Fix bug in new pg_dump -T/-N handling that was dumping system schemas if | Bruce Momjian | 2006-08-04 | 1 | -4/+12 |
| * | Fix logic to prevent pg_dump from dumping system schemas; bug introduced | Bruce Momjian | 2006-08-02 | 1 | -18/+27 |
| * | Fix bug I introduced while cleaning up pg_dump -t/-n patch. | Bruce Momjian | 2006-08-01 | 1 | -4/+2 |
| * | Allow multiple -n (schema) and -t (table) pg_dump options, and add -T | Bruce Momjian | 2006-08-01 | 1 | -87/+247 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -55/+58 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -3/+3 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -14/+92 |
| * | Repair remarkably-inefficient query for dumping large object comments: it | Tom Lane | 2006-06-09 | 1 | -3/+3 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+1 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -102/+68 |
| * | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 | 1 | -4/+3 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -28/+88 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 | 1 | -32/+19 |
| * | Fix up pg_dump to emit shell-type definitions at the proper time, to | Tom Lane | 2006-03-02 | 1 | -89/+243 |
| * | Fix old pg_dump oversight: default values for domains really need to be dumped | Tom Lane | 2006-02-21 | 1 | -24/+66 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 1 | -1/+4 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -5/+36 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -2/+3 |
| * | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane | 2006-01-09 | 1 | -12/+24 |
| * | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | Bruce Momjian | 2006-01-06 | 1 | -3/+5 |
| * | Treat procedural languages as owned by the bootstrap superuser, rather | Tom Lane | 2005-12-03 | 1 | -20/+45 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -32/+32 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -352/+326 |
| * | Suppress database dump item when --table and/or --schema switch was | Tom Lane | 2005-09-21 | 1 | -3/+3 |
| * | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 1 | -73/+56 |
| * | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 | 1 | -4/+15 |
| * | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane | 2005-08-15 | 1 | -21/+57 |
| * | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane | 2005-08-15 | 1 | -120/+150 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -51/+1 |
| * | Add --encoding to pg_dump. | Bruce Momjian | 2005-07-10 | 1 | -2/+18 |
| * | This patch implements putting language handlers for the optional PLs | Bruce Momjian | 2005-07-10 | 1 | -19/+48 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 1 | -4/+3 |
| * | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian | 2005-07-01 | 1 | -5/+15 |
| * | Dump comments for large objects. | Tom Lane | 2005-06-30 | 1 | -20/+139 |
| * | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 | 1 | -37/+11 |
| * | Use just NULL not NULL::TEXT --- the latter coding is unnecessary and | Tom Lane | 2005-06-07 | 1 | -12/+12 |
| * | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 | 1 | -4/+4 |
| * | Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, | Tom Lane | 2005-04-15 | 1 | -38/+2 |
| * | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 | 1 | -2/+30 |
| * | Teach pg_dump about OUT parameters. | Tom Lane | 2005-04-01 | 1 | -29/+156 |
| * | Make pg_dump emit a useful error message, instead of just dumping core, | Tom Lane | 2005-03-14 | 1 | -1/+8 |