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