index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-13
Fix unitialized variables
Alvaro Herrera
2015-08-13
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
Remove duplicated assignment in pg_create_physical_replication_slot.
Andres Freund
2015-08-12
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-08-12
Fix two off-by-one errors in bufmgr.c.
Andres Freund
2015-08-12
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
Fix broken markup, and copy-edit a bit.
Tom Lane
2015-08-11
More fixes to allow pg_rewind tests to run on Msys.
Andrew Dunstan
2015-08-11
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-11
Fix privilege dumping from servers too old to have that type of privilege.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
Work around an apparent bug in the Msys DTK perl's regex engine.
Andrew Dunstan
2015-08-10
Temporarily(?) remove BRIN isolation test.
Tom Lane
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
Don't start to stream after pg_receivexlog --create-slot.
Andres Freund
2015-08-09
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
Fix typo in LDAP example
Magnus Hagander
2015-08-09
docs: update major release notes item checklist
Bruce Momjian
2015-08-09
Fix broken multibyte regression tests.
Tatsuo Ishii
2015-08-09
docs: fix typo in rules.sgml
Bruce Momjian
2015-08-08
Document items that should appear in the major release notes
Bruce Momjian
2015-08-08
9.5 release notes: add increase buffer mapping partitions item
Bruce Momjian
2015-08-07
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-07
Fix bug slowing down pgbench when -P is used.
Andres Freund
2015-08-07
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
Fix attach-related race condition in shm_mq_send_bytes.
Robert Haas
2015-08-07
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
9.5 release notes: updates from Andres Freund and Jeff Janes
Bruce Momjian
2015-08-07
Fix old oversight in join removal logic.
Tom Lane
2015-08-07
9.5 release notes: mention ON CONFLICT DO NOTHING for FDWs
Bruce Momjian
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
9.5 release notes: mention change to CRC-32C
Bruce Momjian
2015-08-06
9.5 release notes: adjustments suggested by Andres Freund
Bruce Momjian
2015-08-06
9.5 release notes: add non-LEAKPROOF view pushdown mention
Bruce Momjian
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
Fix incorrect calculation in shm_mq_receive.
Robert Haas
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
Improve includes introduced in the replication origins patch.
Andres Freund
2015-08-06
docs: HTML-escape '>' in '=>' using HTML entities
Bruce Momjian
2015-08-06
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-06
Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.
Noah Misch
[next]