postgresql.git
2015-08-09 Tatsuo IshiiFix broken multibyte regression tests.
2015-08-09 Bruce Momjiandocs: fix typo in rules.sgml
2015-08-08 Bruce Momjian9.5 release notes: add increase buffer mapping partiti...
2015-08-07 Tom LaneFurther adjustments to PlaceHolderVar removal.
2015-08-07 Robert HaasFix attach-related race condition in shm_mq_send_bytes.
2015-08-07 Andres FreundAddress points made in post-commit review of replicatio...
2015-08-07 Bruce Momjian9.5 release notes: updates from Andres Freund and...
2015-08-07 Tom LaneFix old oversight in join removal logic.
2015-08-07 Bruce Momjian9.5 release notes: mention ON CONFLICT DO NOTHING...
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Bruce Momjian9.5 release notes: mention change to CRC-32C
2015-08-06 Bruce Momjian9.5 release notes: adjustments suggested by Andres...
2015-08-06 Bruce Momjian9.5 release notes: add non-LEAKPROOF view pushdown...
2015-08-06 Tom LaneFurther fixes for degenerate outer join clauses.
2015-08-06 Robert HaasFix incorrect calculation in shm_mq_receive.
2015-08-06 Kevin GrittnerFix `make installcheck` for serializable transactions.
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-08-06 Noah MischLink $(WIN32RES) into single-file modules only when...
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-08-05 Tom LaneMake real sure we don't reassociate joins into or out...
2015-08-05 Andres FreundFix debug message output when connecting to a logical...
2015-08-05 Andres FreundFix comment atomics.h.
2015-08-05 Tom LaneDocs: add an explicit example about controlling overall...
2015-08-04 Tom LaneFix pg_dump to dump shell types.
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Tom LaneFix a PlaceHolderVar-related oversight in star-schema...
2015-08-04 Robert HaasCap wal_buffers to avoid a server crash when it's set...
2015-08-04 Robert HaasUpdate comment to match behavior of latest code.
2015-08-03 Tom LaneStamp 9.5alpha2. REL9_5_ALPHA2
2015-08-03 Stephen FrostRLS: Keep deny policy when only restrictive exist
2015-08-03 Peter EisentrautTranslation updates
2015-08-03 Tom LaneUpdate 9.5 release notes through today.
2015-08-03 Joe ConwayFix psql \d output of policies.
2015-08-03 Fujii MasaoMake recovery rename tablespace_map to *.old if backup_...
2015-08-03 Heikki LinnakangasFix pg_rewind when pg_xlog is a symlink.
2015-08-03 Heikki LinnakangasClean up pg_rewind regression test script.
2015-08-03 Tom LaneMake modules/test_ddl_deparse/.gitignore match its...
2015-08-03 Tom Lanecontrib/isn now needs a .gitignore file.
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-08-02 Tom LaneAvoid calling memcpy() with a NULL source pointer and...
2015-08-02 Heikki LinnakangasFix output of ISBN-13 numbers beginning with 979.
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-08-02 Heikki LinnakangasFix race condition that lead to WALInsertLock deadlock...
2015-08-02 Andres FreundMicro optimize LWLockAttemptLock() a bit.
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-08-02 Tom LaneFix some planner issues with degenerate outer join...
2015-08-01 Tom LaneTeach predtest.c that "foo" implies "foo IS NOT NULL".
2015-07-31 Tom LaneFix an oversight in checking whether a join with LATERA...
2015-07-31 Noah MischConsolidate makefile code for setting top_srcdir, srcdi...
2015-07-30 Alvaro HerreraFix volatility marking of commit timestamp functions
2015-07-30 Alvaro HerreraFix broken assertion in BRIN code
2015-07-30 Joe ConwayImprove CREATE FUNCTION doc WRT to LEAKPROOF RLS intera...
2015-07-30 Joe ConwayUse appropriate command type when retrieving relation...
2015-07-30 Tom LaneAvoid some zero-divide hazards in the planner.
2015-07-30 Heikki LinnakangasFix calculation of latency of pgbench backslash commands.
2015-07-30 Noah MischBlacklist xlc 32-bit inlining.
2015-07-30 Noah MischRemove redundant "make install" from pg_upgrade test...
2015-07-30 Noah MischMSVC: Revert most 9.5 changes to pre-9.5 vcregress...
2015-07-30 Noah MischMSVC: Remove duplicate PATH entry in test harness.
2015-07-30 Noah MischMSVC: Future-proof installation file skip logic.
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-29 Tom LaneAdd some test coverage of EvalPlanQual with non-locked...
2015-07-29 Joe ConwayAdd missing post create and alter hooks to policy objects.
2015-07-29 Andres FreundRemove outdated comment in LWLockDequeueSelf's header.
2015-07-29 Heikki LinnakangasFix typo in comment.
2015-07-29 Tom LanePrevent platform-dependent output row ordering in a...
2015-07-28 Tom LaneSuppress "variable may be used uninitialized" warning.
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-28 Tom LaneUpdate our documentation concerning where to create...
2015-07-28 Andrew DunstanOnly adjust negative indexes in json_get up to the...
2015-07-28 Tom LaneReduce chatter from signaling of autovacuum workers.
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-28 Andrew DunstanMake tap tests store postmaster logs and handle vpaths...
2015-07-28 Tom LaneRemove an unsafe Assert, and explain join_clause_is_mov...
2015-07-28 Andrew DunstanImprove logging of TAP tests.
2015-07-28 Heikki LinnakangasAnother attempt at fixing memory leak in xlogreader.
2015-07-28 Joe ConwayFix pg_dump output of policies.
2015-07-27 Stephen FrostImprove RLS handling in copy.c
2015-07-27 Tom LaneFurther code review for pg_stat_ssl patch.
2015-07-27 Tom LaneFix pointer-arithmetic thinko in pg_stat_ssl patch.
2015-07-27 Heikki LinnakangasDon't assume that 'char' is signed.
2015-07-27 Heikki LinnakangasFix memory leaks in pg_rewind. Several PQclear() calls...
2015-07-27 Heikki LinnakangasDon't assume that PageIsEmpty() returns true on an...
2015-07-27 Heikki LinnakangasFix memory leak in xlogreader facility.
2015-07-27 Heikki LinnakangasReuse all-zero pages in GIN.
2015-07-27 Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-27 Heikki LinnakangasAvoid calling PageGetSpecialPointer() on an all-zeros...
2015-07-27 Heikki LinnakangasRemove false comment about speculative insertion.
2015-07-26 Tom LaneFix oversight in flattening of subqueries with empty...
2015-07-26 Tom LaneMake entirely-dummy appendrels get marked as such in...
2015-07-26 Andres FreundCheck the relevant index element in ON CONFLICT unique...
2015-07-26 Andres FreundFix flattening of nested grouping sets.
2015-07-26 Andres FreundAllow to push down clauses from HAVING to WHERE when...
2015-07-26 Andres FreundRecognize GROUPING() as a aggregate expression.
2015-07-26 Andres FreundBuild column mapping for grouping sets in all required...
2015-07-26 Joe ConwayImprove markup for row_security.
2015-07-25 Tom LaneDodge portability issue (apparent compiler bug) in...
next