summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-21Code review for pgstat_get_crashed_backend_activity patch.Tom Lane
2011-10-21More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane
2011-10-21Try to log current the query string when a backend crashes.Robert Haas
2011-10-21Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas
2011-10-20Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane
2011-10-20Rewrite tab completion's previous-word fetching for more sanity.Tom Lane
2011-10-20Fix get_object_namespace() not to think extensions are "in" a schema.Robert Haas
2011-10-20Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.Robert Haas
2011-10-20Remove a few of the new DROP-IF-EXISTS regression tests.Robert Haas
2011-10-20Consolidate DROP handling for some object types.Robert Haas
2011-10-20Add some more regression tests for DROP IF EXISTS.Robert Haas
2011-10-19Document that postmaster.opts is excluded from base backupsRobert Haas
2011-10-19Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-19Make the CHECKPOINT reference page more clear.Robert Haas
2011-10-19Reject empty pg_hba.conf files.Tom Lane
2011-10-18Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane
2011-10-18Fix pg_dump to dump casts between auto-generated types.Tom Lane
2011-10-18Exclude postmaster.opts from base backupsMagnus Hagander
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane
2011-10-16Fix collate.linux.utf8 expected output for recent error message change.Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-15Marginal improvements to documentation of plpgsql's OPEN cursor statement.Tom Lane
2011-10-15Document that is the psql version number, not the server version number,Bruce Momjian
2011-10-15Improve doc wording of drop table permission.Bruce Momjian
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-10-15Fix bugs in information_schema.referential_constraints view.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-14Dump all roles first, then all config settings on roles.Robert Haas
2011-10-14Avoid potential relcache leak in objectaddress.c.Robert Haas
2011-10-14Document actual string that has to be returned by the client for MD5Bruce Momjian
2011-10-13Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian
2011-10-13Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane
2011-10-13Update documentation about ts_rank().Bruce Momjian
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-13Fix typo in dummy_seclabel documentation.Tom Lane
2011-10-13Document who can drop a table (owner and user with permissions).Bruce Momjian
2011-10-13Remove tab in sgml file.Bruce Momjian
2011-10-12Don't mark auto-generated types as extension members.Tom Lane
2011-10-12Document how to accent Alvaro Herrera in the release notes.Bruce Momjian
2011-10-12Clarify wording of foreign key documentation to mention null entries asBruce Momjian
2011-10-12Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian
2011-10-12Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-10-12Modify up/home macro to match standard parameter list; fixes doc build.Bruce Momjian
2011-10-12Improve documentation of psql's \q command.Tom Lane
2011-10-12Add Up/Home link to the top of the HTML doc output.Bruce Momjian
2011-10-11Add comment on why pulling data from a "name" index column can't crash.Tom Lane
2011-10-11Generate index-only scan tuple descriptor from the plan node's indextlist.Tom Lane
2011-10-11Improve entab's Makefile install entry.Bruce Momjian