| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -28/+77 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -2/+9 |
| * | Typo: dump -> restore | Peter Eisentraut | 2009-11-19 | 1 | -2/+2 |
| * | Translations update for 8.5alpha2 | Peter Eisentraut | 2009-10-20 | 3 | -1252/+1249 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -1/+13 |
| * | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 | 2 | -11/+16 |
| * | Use pg_get_triggerdef in pg_dump | Peter Eisentraut | 2009-10-09 | 2 | -118/+149 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 3 | -15/+79 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 8 | -35/+291 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 2 | -3/+41 |
| * | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 | 1 | -2/+4 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Remove unused variable. | Alvaro Herrera | 2009-08-24 | 1 | -4/+1 |
| * | Modify parallel pg_restore to track pending and ready items by means of | Tom Lane | 2009-08-07 | 2 | -51/+108 |