| Age | Commit message (Expand) | Author |
| 2010-10-08 | Merge branch 'master' into fdw_tablefdw_table | Shigeru Hanada |
| 2010-10-08 | Add SQLSTATE definitions for foreign-data wrapper. | Shigeru Hanada |
| 2010-10-08 | Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. | Tom Lane |
| 2010-10-08 | Merge branch 'master' into fdw_table | Shigeru Hanada |
| 2010-10-08 | Eliminate some repetitive coding in tuplesort.c. | Tom Lane |
| 2010-10-08 | Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. | Tom Lane |
| 2010-10-07 | Improve WAL reliability documentation, and add more cross-references to it. | Robert Haas |
| 2010-10-06 | Reduce the memory requirement for large ispell dictionaries. | Tom Lane |
| 2010-10-06 | Clean up temporary-memory management during ispell dictionary loading. | Tom Lane |
| 2010-10-05 | Correct docs for behaviour of ALTER DATABASE .. RENAME during Hot Standby. | Simon Riggs |
| 2010-10-05 | Undo some poorly-thought-out "proofreading improvements". | Tom Lane |
| 2010-10-04 | Merge branch 'master' into fdw_table | Shigeru Hanada |
| 2010-10-03 | Behave correctly if INSERT ... VALUES is decorated with additional clauses. | Tom Lane |
| 2010-10-02 | Remove excess argument to open(2). | Tom Lane |
| 2010-10-02 | Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger. | Tom Lane |
| 2010-10-01 | Revise is_foreign_table(). | Shigeru Hanada |
| 2010-10-01 | Merge branch 'master' into foreign_table | Shigeru Hanada |
| 2010-09-30 | Use a separate interpreter for each calling SQL userid in plperl and pltcl. | Tom Lane |
| 2010-09-30 | Adjust pg_archivecleanup docs to match message changes made 2010-06-17. | Robert Haas |
| 2010-09-30 | Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, | Tom Lane |
| 2010-09-30 | Initialize foreign table specific variables to suppress compiler's warning. | Shigeru Hanada |
| 2010-09-30 | Import foreign_table patch. | Shigeru Hanada |
| 2010-09-29 | Add/fix caching on some configure checks | Peter Eisentraut |
| 2010-09-29 | Update ecpglib error code listing | Peter Eisentraut |
| 2010-09-29 | Have pg_upgrade use strtoul(), not strtol(). | Bruce Momjian |
| 2010-09-28 | Use macro atooid() for conversion of strings to oids, per suggestion | Bruce Momjian |
| 2010-09-28 | Improve messages for too many private files/dirs. Per Alexey Parshin. | Tom Lane |
| 2010-09-28 | In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally | Bruce Momjian |
| 2010-09-28 | Fix leak patch that was using fclose() instead of close(). | Bruce Momjian |
| 2010-09-28 | Properly close files after read file failure to prevent potential | Bruce Momjian |
| 2010-09-28 | Fix another small oversight in command_no_begin patch. | Tom Lane |
| 2010-09-28 | Mention that pg_upgrade requires write permission in the current | Bruce Momjian |
| 2010-09-28 | Mention in pg_upgrade docs that the proper Win32 service name should be used. | Bruce Momjian |
| 2010-09-28 | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane |
| 2010-09-28 | Add mention of installing pg_upgrade_support in pg_upgrade doc section | Bruce Momjian |
| 2010-09-28 | Add missing agg_type nonterminal description in new reference page. | Alvaro Herrera |
| 2010-09-28 | Fix MSVC builds for dummy_seclabel breakage. | Andrew Dunstan |
| 2010-09-28 | Fix duplicate OIDs introduced by SECURITY LABEL patch. | Robert Haas |
| 2010-09-28 | Only DISCARD ALL should be in the command_no_begin list. | Itagaki Takahiro |
| 2010-09-28 | Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. | Itagaki Takahiro |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
| 2010-09-27 | Add "(change requires restart)" note to some postgresql.conf parameters. | Robert Haas |
| 2010-09-27 | Improve git_changelog as per discussion with Robert Haas. | Tom Lane |
| 2010-09-26 | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut |
| 2010-09-26 | Still more tweaking of git_changelog. | Tom Lane |
| 2010-09-26 | Fix some more bugs in git_changelog. | Tom Lane |
| 2010-09-26 | Minor improvements to git_changelog. | Tom Lane |
| 2010-09-25 | Rename git_topo_order -> git_changelog, per discussion. | Tom Lane |
| 2010-09-25 | Fix another join removal bug: the check on PlaceHolderVars was wrong. | Tom Lane |
| 2010-09-25 | Fix man page markup for <cmdsynopsis> with multiple variants | Peter Eisentraut |