summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-21Correct predicate locking for DROP INDEX CONCURRENTLY.Kevin Grittner
2012-10-20Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane
2012-10-20Prevent overflow in pgbench's percent-done display.Tom Lane
2012-10-19Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-19Fix orphan on cancel of drop index concurrently.Simon Riggs
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-18Code review for inline-list patch.Tom Lane
2012-10-18Use a more portable platform test.Andrew Dunstan
2012-10-18Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas
2012-10-18Isolation test for DROP INDEX CONCURRENTLYSimon Riggs
2012-10-18Re-think guts of DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-18pg_dump: Output functions deterministically sortedAlvaro Herrera
2012-10-18Revert tests for drop index concurrently.Simon Riggs
2012-10-18Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane
2012-10-17Revert "Use "transient" files for blind writes, take 2".Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-17Fix typo in previous commitSimon Riggs
2012-10-17Clarify hash index caution and copy to CREATE INDEX docsSimon Riggs
2012-10-16When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian
2012-10-15alter_generic regression test cannot run concurrently with privileges test.Tom Lane
2012-10-15Fix typo in comment.Heikki Linnakangas
2012-10-15Remove comment that is no longer true.Heikki Linnakangas
2012-10-15Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-12Get rid of COERCE_DONTCARE.Tom Lane
2012-10-12Fix unportable format string.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-11Remove _FORTIFY_SOURCEPeter Eisentraut
2012-10-11Remove configure-option-dependent test cases from dblink tests.Tom Lane
2012-10-10Update obsolete comment.Tom Lane
2012-10-10Create an improved FDW option validator function for contrib/dblink.Tom Lane
2012-10-10Update obsolete text in fdwhandler.sgml.Tom Lane
2012-10-10In pg_upgrade, issue proper error message when we can't open PG_VERSION.Bruce Momjian
2012-10-10Set procost to 10 for each of the pg_foo_is_visible() functions.Tom Lane
2012-10-10Fix PGXS support for building loadable modules on AIX.Tom Lane
2012-10-09Remove unnecessary overhead in backend's large-object operations.Tom Lane
2012-10-09Fix silly bug in previous refactoring.Heikki Linnakangas
2012-10-09Put the logic to wait for WAL in standby mode to a separate function.Heikki Linnakangas
2012-10-09restore permission bitsAlvaro Herrera