index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-08-06
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
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
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
Improve includes introduced in the replication origins patch.
Andres Freund
2015-08-05
Reconcile nodes/*funcs.c with recent work.
Noah Misch
2015-08-05
Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.
Noah Misch
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-05
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-08-05
Fix comment atomics.h.
Andres Freund
2015-08-04
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
Update comment to match behavior of latest code.
Robert Haas
2015-08-03
Stamp 9.5alpha2.
REL9_5_ALPHA2
Tom Lane
2015-08-03
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
Translation updates
Peter Eisentraut
2015-08-03
Fix psql \d output of policies.
Joe Conway
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-08-03
Clean up pg_rewind regression test script.
Heikki Linnakangas
2015-08-03
Make modules/test_ddl_deparse/.gitignore match its siblings.
Tom Lane
2015-08-02
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
Avoid calling memcpy() with a NULL source pointer and count == 0.
Tom Lane
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
Micro optimize LWLockAttemptLock() a bit.
Andres Freund
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-08-01
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
Teach predtest.c that "foo" implies "foo IS NOT NULL".
Tom Lane
2015-07-31
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-30
Consolidate makefile code for setting top_srcdir, srcdir and VPATH.
Noah Misch
2015-07-30
Fix volatility marking of commit timestamp functions
Alvaro Herrera
2015-07-30
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-30
Fix calculation of latency of pgbench backslash commands.
Heikki Linnakangas
2015-07-29
Remove redundant "make install" from pg_upgrade test suite.
Noah Misch
2015-07-29
MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.
Noah Misch
2015-07-29
MSVC: Remove duplicate PATH entry in test harness.
Noah Misch
2015-07-29
MSVC: Future-proof installation file skip logic.
Noah Misch
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
Add some test coverage of EvalPlanQual with non-locked tables.
Tom Lane
2015-07-29
Add missing post create and alter hooks to policy objects.
Joe Conway
2015-07-29
Remove outdated comment in LWLockDequeueSelf's header.
Andres Freund
2015-07-29
Fix typo in comment.
Heikki Linnakangas
2015-07-28
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
[next]