| Commit message (Expand) | Author | Age |
* | Post-pgindent cleanup | Stephen Frost | 2013-06-01 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | pg_upgrade: don't copy/link files for invalid indexes | Bruce Momjian | 2013-03-30 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Allow parallel copy/link in pg_upgrade | Bruce Momjian | 2013-01-09 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Avoid using NAMEDATALEN in pg_upgrade | Bruce Momjian | 2012-12-20 |
* | Add pg_upgrade comment about mismatch error | Bruce Momjian | 2012-12-20 |
* | Mark pg_upgrade's free_db_and_rel_infos() as a static function. | Bruce Momjian | 2012-11-13 |
* | In pg_upgrade, improve error reporting when the number of relation | Bruce Momjian | 2012-10-02 |
* | Adjust pg_upgrade query so toast tables related to system catalog schema | Bruce Momjian | 2012-10-02 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Fix pg_upgrade to properly upgrade a table that is stored in the cluster | Bruce Momjian | 2012-04-10 |
* | In pg_upgrade, add various logging improvements: | Bruce Momjian | 2012-03-12 |
* | Fix new SQL tablespace location function usage in pg_upgrade to properly | Bruce Momjian | 2012-01-24 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove spclocation field from pg_tablespace | Magnus Hagander | 2011-12-07 |
* | In pg_upgrade, because toast table names can be mismatched with the heap | Bruce Momjian | 2011-09-28 |
* | Add missing format attributes | Peter Eisentraut | 2011-09-10 |
* | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | Bruce Momjian | 2011-08-26 |
* | In pg_upgrade, limit schema name filter to include toast tables. Bug | Bruce Momjian | 2011-08-26 |
* | In pg_upgrade, avoid dumping orphaned temporary tables. This makes the | Bruce Momjian | 2011-08-15 |
* | Make pg_upgrade output more consistent with project style | Peter Eisentraut | 2011-07-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Simplify structure of query used to gather database object information | Bruce Momjian | 2011-04-07 |
* | Tighten pg_upgrade check for pre-8.4 toast table name matching. | Bruce Momjian | 2011-03-06 |
* | Improve pg_upgrade relation name check logic for pre-8.4 servers. | Bruce Momjian | 2011-03-06 |
* | Update new pg_upgrade comment about pre-8.4 TOAST tables. | Bruce Momjian | 2011-03-05 |
* | Restructure pg_upgrade checks because pre-8.4 Postgres did not rename | Bruce Momjian | 2011-03-05 |
* | Fix pg_upgrade to print the proper database name for file transfer | Bruce Momjian | 2011-03-05 |
* | In pg_upgrade, no need to initialize global struct values; they are | Bruce Momjian | 2011-02-16 |
* | Cleanup ClusterInfo initialization in pg_upgrade | Alvaro Herrera | 2011-02-16 |
* | Fix bug in 9.1 pg_upgrade processing of old/new relations; adjust debug | Bruce Momjian | 2011-02-15 |
* | Make pg_upgrade compile again | Alvaro Herrera | 2011-02-15 |
* | Adjust pg_upgrade error message, array freeing, and add error check. | Bruce Momjian | 2011-02-15 |
* | A toast relid field are no longer needed in pg_upgrade's rel arrays, so | Bruce Momjian | 2011-01-10 |
* | In pg_upgrade, remove functions that did sequential array scans looking | Bruce Momjian | 2011-01-08 |
* | In pg_upgrade, remove unnecessary separate handling of toast tables now | Bruce Momjian | 2011-01-08 |
* | More pg_upgrade relfilenode C comments added. | Bruce Momjian | 2011-01-07 |
* | In pg_upgrade, track only one copy of namespace/relname in FileNameMap | Bruce Momjian | 2011-01-07 |
* | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian | 2011-01-07 |
* | Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. | Bruce Momjian | 2011-01-07 |
* | Update pg_upgrade C comments. | Bruce Momjian | 2011-01-05 |
* | Fix for recent pg_upgrade commit to fix large objects relfilenode | Bruce Momjian | 2011-01-05 |
* | Clarify pg_upgrade's creation of the map file structure. Also clean | Bruce Momjian | 2011-01-05 |
* | In pg_upgrade, copy pg_largeobject_metadata and its index for 9.0+ | Bruce Momjian | 2011-01-04 |
* | Simplify functions and parameters used by pg_upgrade. | Bruce Momjian | 2011-01-04 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |