summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-21Fix incorrect decision about which lock to take.Robert Haas
2016-02-21Cosmetic improvements to group locking.Robert Haas
2016-02-20Further fixing to make pg_size_bytes() portable.Dean Rasheed
2016-02-20Fix pg_size_bytes() to be more portable.Dean Rasheed
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-19Correct StartupSUBTRANS for page wraparoundSimon Riggs
2016-02-19pg_dump: Fix inconsistent sscanf() conversionsPeter Eisentraut
2016-02-19Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-18pg_upgrade: suppress creation of delete scriptBruce Momjian
2016-02-18Improve error message about active replication slotPeter Eisentraut
2016-02-17Revert inadvertant change in pg_config behaviorJoe Conway
2016-02-17Add new system view, pg_configJoe Conway
2016-02-17Reuse abbreviated keys in ordered [set] aggregates.Robert Haas
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-02-16Changed expected result to list IPv6 local interface too.Michael Meskes
2016-02-16Change ecpg lexer to accept comments with line breaks in CPP lines.Michael Meskes
2016-02-16Move DATA entry to correct positionJoe Conway
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-15pgbench: avoid FD_ISSET on an invalid file descriptorAlvaro Herrera
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-15Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund
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-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-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