summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-08-05Fix debug message output when connecting to a logical slot.Andres Freund
2015-08-05Fix comment atomics.h.Andres Freund
2015-08-05Docs: add an explicit example about controlling overall greediness of REs.Tom Lane
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-08-04Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane
2015-08-04Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas
2015-08-04Tab completion for CREATE SEQUENCE.Robert Haas
2015-08-04Update comment to match behavior of latest code.Robert Haas
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-08-03RLS: Keep deny policy when only restrictive existStephen Frost
2015-08-03Update 9.5 release notes through today.Tom Lane
2015-08-03Fix psql \d output of policies.Joe Conway
2015-08-03Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao
2015-08-03Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas
2015-08-03Clean up pg_rewind regression test script.Heikki Linnakangas
2015-08-03Make modules/test_ddl_deparse/.gitignore match its siblings.Tom Lane
2015-08-03contrib/isn now needs a .gitignore file.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-08-03Allow TAP tests to run under MsysAndrew Dunstan
2015-08-02Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-08-02Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas
2015-08-02Micro optimize LWLockAttemptLock() a bit.Andres Freund
2015-08-02Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund
2015-08-02Fix some planner issues with degenerate outer join clauses.Tom Lane
2015-08-01Teach predtest.c that "foo" implies "foo IS NOT NULL".Tom Lane
2015-07-31Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane
2015-07-31Clean up Makefile.win32 "-I" flag additions.Noah Misch
2015-07-31Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch
2015-07-30Fix volatility marking of commit timestamp functionsAlvaro Herrera
2015-07-30Fix broken assertion in BRIN codeAlvaro Herrera
2015-07-30Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.Joe Conway
2015-07-30Use appropriate command type when retrieving relation's policies.Joe Conway
2015-07-30Avoid some zero-divide hazards in the planner.Tom Lane
2015-07-30Fix calculation of latency of pgbench backslash commands.Heikki Linnakangas
2015-07-30Update ax_pthread.m4 to an experimental draft version from upstream.Heikki Linnakangas
2015-07-30Blacklist xlc 32-bit inlining.Noah Misch
2015-07-30Remove redundant "make install" from pg_upgrade test suite.Noah Misch
2015-07-30MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch
2015-07-30MSVC: Remove duplicate PATH entry in test harness.Noah Misch
2015-07-30MSVC: Future-proof installation file skip logic.Noah Misch
2015-07-30Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-29Fix incorrect comment.Robert Haas
2015-07-29Flesh out the background worker documentation.Robert Haas
2015-07-29Fix TAP tests with "make installcheck".Heikki Linnakangas
2015-07-29Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane