| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix pg_restore to complain if any arguments remain after parsing the switches | Tom Lane | 2010-08-13 | 3 | -28/+41 |
| * | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane | 2010-08-03 | 4 | -8/+11 |
| * | Fix bogus server version in pg_dumpall --quote-all-identifiers. | Robert Haas | 2010-07-22 | 1 | -2/+2 |
| * | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 | 4 | -5/+25 |
| * | Fix several problems in pg_dump's handling of SQL/MED objects, notably failure | Tom Lane | 2010-07-14 | 1 | -17/+27 |
| * | Translation updates for 9.0beta3 | Peter Eisentraut | 2010-07-08 | 3 | -690/+768 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 3 | -18/+18 |
| * | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 1 | -4/+4 |
| * | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane | 2010-06-28 | 2 | -23/+44 |
| * | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane | 2010-06-27 | 1 | -14/+52 |
| * | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane | 2010-05-15 | 4 | -14/+17 |
| * | Translation update | Peter Eisentraut | 2010-05-13 | 6 | -1588/+4000 |
| * | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 | 1 | -1/+3 |
| * | Fix various instances of "the the". | Robert Haas | 2010-04-23 | 1 | -2/+2 |
| * | Also print the libpq error message when lo_create or lo_open fails | Peter Eisentraut | 2010-03-18 | 2 | -8/+8 |
| * | Simplify a couple of pg_dump and psql \d queries about index constraints | Tom Lane | 2010-03-11 | 1 | -7/+9 |
| * | Add C comment about DDL changes possibly causing pg_dump errors. | Bruce Momjian | 2010-03-03 | 1 | -1/+14 |
| * | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas | 2010-03-03 | 2 | -4/+4 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 10 | -195/+194 |
| * | Fix patch for printing backend and pg_dump versions so that it works in | Tom Lane | 2010-02-24 | 2 | -11/+13 |
| * | Un-break pg_dump for the case of zero-column tables. | Tom Lane | 2010-02-24 | 1 | -1/+9 |
| * | Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of | Tom Lane | 2010-02-24 | 1 | -11/+21 |
| * | Have pg_dump (-v) verbose mode output the pg_dump and server versions in | Bruce Momjian | 2010-02-23 | 1 | -1/+10 |
| * | Minor style policing for error messages in pg_dump tar code. Notably, change | Tom Lane | 2010-02-23 | 1 | -20/+21 |
| * | Translation updates for 9.0alpha4 | Peter Eisentraut | 2010-02-19 | 4 | -932/+954 |
| * | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 | 8 | -248/+284 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 3 | -21/+21 |
| * | When sorting functions in pg_dump, break ties (same name) by number of arguments | Peter Eisentraut | 2010-02-15 | 1 | -2/+13 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -1/+7 |
| * | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 | 2 | -8/+85 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 2 | -22/+86 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 2 | -36/+33 |
| * | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane | 2010-01-19 | 1 | -10/+26 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 1 | -2/+2 |
| * | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -6/+2 |
| * | binary upgrade: | Bruce Momjian | 2010-01-06 | 1 | -2/+13 |
| * | Remove erroneous comma added to pg_dumpall tablespace query when running | Bruce Momjian | 2010-01-06 | 1 | -2/+2 |
| * | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 | 1 | -18/+85 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 1 | -4/+18 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 9 | -18/+18 |
| * | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 | 1 | -9/+37 |
| * | Zero-label enums: | Bruce Momjian | 2009-12-26 | 1 | -7/+1 |
| * | Binary upgrade: | Bruce Momjian | 2009-12-24 | 1 | -2/+165 |
| * | Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. | Bruce Momjian | 2009-12-23 | 1 | -157/+157 |
| * | In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. | Peter Eisentraut | 2009-12-22 | 1 | -6/+6 |
| * | Translation updates | Peter Eisentraut | 2009-12-19 | 5 | -796/+2966 |
| * | Add a whitespace to fix the query to dump large objects. | Itagaki Takahiro | 2009-12-19 | 1 | -2/+2 |
| * | Install server-side language PL/pgSQL by default. | Bruce Momjian | 2009-12-18 | 1 | -4/+8 |
| * | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 | 5 | -11/+31 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 2 | -23/+64 |