summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-13Fix unitialized variablesAlvaro Herrera
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-12Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund
2015-08-12Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.Andres Freund
2015-08-12Fix two off-by-one errors in bufmgr.c.Andres Freund
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane
2015-08-12Postpone extParam/allParam calculations until the very end of planning.Tom Lane
2015-08-11Don't include rel.h when relcache.h is sufficientAlvaro Herrera
2015-08-11Fix broken markup, and copy-edit a bit.Tom Lane
2015-08-11More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-11Fix privilege dumping from servers too old to have that type of privilege.Tom Lane
2015-08-10Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane
2015-08-10Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane
2015-08-10Work around an apparent bug in the Msys DTK perl's regex engine.Andrew Dunstan
2015-08-10Temporarily(?) remove BRIN isolation test.Tom Lane
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-10Fix copy & paste mistake in pg_get_replication_slots().Andres Freund
2015-08-10Don't start to stream after pg_receivexlog --create-slot.Andres Freund
2015-08-09Remove gram.y's precedence declaration for OVERLAPS.Tom Lane
2015-08-09Fix typo in LDAP exampleMagnus Hagander
2015-08-09docs: update major release notes item checklistBruce Momjian
2015-08-09Fix broken multibyte regression tests.Tatsuo Ishii
2015-08-09docs: fix typo in rules.sgmlBruce Momjian
2015-08-08Document items that should appear in the major release notesBruce Momjian
2015-08-089.5 release notes: add increase buffer mapping partitions itemBruce Momjian
2015-08-07Attempt to work around a 32bit xlc compiler bug from a different place.Andres Freund
2015-08-07Fix bug slowing down pgbench when -P is used.Andres Freund
2015-08-07Further adjustments to PlaceHolderVar removal.Tom Lane
2015-08-07Fix attach-related race condition in shm_mq_send_bytes.Robert Haas
2015-08-07Don't include low level locking code from frontend code.Andres Freund
2015-08-07Address points made in post-commit review of replication origins.Andres Freund
2015-08-079.5 release notes: updates from Andres Freund and Jeff JanesBruce Momjian
2015-08-07Fix old oversight in join removal logic.Tom Lane
2015-08-079.5 release notes: mention ON CONFLICT DO NOTHING for FDWsBruce Momjian
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2015-08-069.5 release notes: mention change to CRC-32CBruce Momjian
2015-08-069.5 release notes: adjustments suggested by Andres FreundBruce Momjian
2015-08-069.5 release notes: add non-LEAKPROOF view pushdown mentionBruce Momjian
2015-08-06Further fixes for degenerate outer join clauses.Tom Lane
2015-08-06Fix incorrect calculation in shm_mq_receive.Robert Haas
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-08-06Fix `make installcheck` for serializable transactions.Kevin Grittner
2015-08-06Improve includes introduced in the replication origins patch.Andres Freund
2015-08-06docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian
2015-08-06Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-08-06Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.Noah Misch