summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-15Correct Copyright year from 2015 to 2016Joe Conway
2016-02-15Make concurrent refresh check early that there is a unique index on matview.Fujii Masao
2016-02-15Fix typoMagnus Hagander
2016-02-15Replace broken link in comment.Noah Misch
2016-02-13Make GetLockStatusData's header comment resemble reality.Tom Lane
2016-02-12pg_upgrade: Add C comment about NextXID delimiterBruce Momjian
2016-02-12Change delimiter used for display of NextXIDJoe Conway
2016-02-12Increase deadlock_timeout some more in the deadlock-hard isolation test.Tom Lane
2016-02-12Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...Tom Lane
2016-02-12Revert "Still further tweaking of deadlock isolation tests."Tom Lane
2016-02-12pgbench: cleanup use of a "logfile" parameterAlvaro Herrera
2016-02-12pgbench: fix segfault with empty sql fileAlvaro Herrera
2016-02-12Still further tweaking of deadlock isolation tests.Tom Lane
2016-02-12isolationtester: don't repeat the is-it-waiting query when retrying a step.Tom Lane
2016-02-12Re-pgindent isolationtester.c.Tom Lane
2016-02-12Fix whitespacePeter Eisentraut
2016-02-12Add missing "static" qualifier.Tom Lane
2016-02-12Introduce extensible node types.Robert Haas
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-12Further tweaking of deadlock isolation tests.Tom Lane
2016-02-11Refactor check_functional_grouping() to use get_primary_key_attnos().Tom Lane
2016-02-11Remove GROUP BY columns that are functionally dependent on other columns.Tom Lane
2016-02-11Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane
2016-02-11Fix typo in comment.Tom Lane
2016-02-11Shift the responsibility for emitting "database system is shut down".Tom Lane
2016-02-11Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas
2016-02-11Make new deadlock isolation test more reproducible.Tom Lane
2016-02-11Code review for isolationtester changes.Tom Lane
2016-02-11Improve error reporting in format()Teodor Sigaev
2016-02-11Rename PGPROC fields related to group XID clearing again.Robert Haas
2016-02-11Add some isolation tests for deadlock detection and resolution.Robert Haas
2016-02-11Modify the isolation tester so that multiple sessions can wait.Robert Haas
2016-02-11Specify permutations for isolation tests with "invalid" permutations.Robert Haas
2016-02-11In pg_rewind test suite, triple promote timeout to 90s.Noah Misch
2016-02-11Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch
2016-02-11Avoid use of sscanf() to parse ispell dictionary files.Tom Lane
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-10Code cleanup in the wake of recent LWLock refactoring.Robert Haas
2016-02-10postgres_fdw: Remove unnecessary variable.Robert Haas
2016-02-10Add still more chattiness in server shutdown.Tom Lane
2016-02-09postgres_fdw: Remove unstable regression test.Robert Haas
2016-02-09postgres_fdw: Push down joins to remote servers.Robert Haas
2016-02-09Add more chattiness in server shutdown.Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-08Re-pgindent varlena.c.Tom Lane
2016-02-08Rename typedef "string" to "VarString".Tom Lane
2016-02-08Use %u not %d to print OIDs.Tom Lane
2016-02-08Last-minute updates for release notes.Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-08Make GIN regression test stable.Fujii Masao