]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-08-15 Noah MischEncoding PG_UHC is code page 949.
2015-08-15 Noah MischRestore old pgwin32_message_to_UTF16() behavior outside...
2015-08-14 Peter EisentrautUpdate key words table for 9.5
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-14 Peter EisentrautPL/Python: Make tests pass with Python 3.5
2015-08-13 Alvaro HerreraMSVC: Exclude 'brin' contrib module
2015-08-13 Alvaro HerreraRe-add BRIN isolation test
2015-08-13 Tom LaneImprove regression test case to avoid depending on...
2015-08-13 Alvaro HerreraUse materialize SRF mode in brin_page_items
2015-08-13 Heikki LinnakangasRun autoheader to add a few missing #defines to pg_conf...
2015-08-13 Michael MeskesFix declaration of isarray variable.
2015-08-13 Alvaro HerreraFix unitialized variables
2015-08-13 Tom LaneUndo mistaken tightening in join_is_legal().
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-08-12 Andres FreundRemove duplicated assignment in pg_create_physical_repl...
2015-08-12 Andres FreundHandle PQresultErrorField(PG_DIAG_SQLSTATE) returning...
2015-08-12 Andres FreundFix two off-by-one errors in bufmgr.c.
2015-08-12 Tom LaneFix some possible low-memory failures in regexp compila...
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-08-11 Tom LaneFix broken markup, and copy-edit a bit.
2015-08-11 Andrew DunstanMore fixes to allow pg_rewind tests to run on Msys.
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-08-11 Andres FreundMinor cleanups in slot related code.
2015-08-11 Tom LaneFix privilege dumping from servers too old to have...
2015-08-10 Tom LaneAccept alternate spellings of __sparcv7 and __sparcv8.
2015-08-10 Tom LaneFurther mucking with PlaceHolderVar-related restriction...
2015-08-10 Andrew DunstanWork around an apparent bug in the Msys DTK perl's...
2015-08-10 Tom LaneTemporarily(?) remove BRIN isolation test.
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-10 Andres FreundFix copy & paste mistake in pg_get_replication_slots().
2015-08-10 Andres FreundDon't start to stream after pg_receivexlog --create...
2015-08-09 Tom LaneRemove gram.y's precedence declaration for OVERLAPS.
2015-08-09 Magnus HaganderFix typo in LDAP example
2015-08-09 Bruce Momjiandocs: update major release notes item checklist
2015-08-09 Tatsuo IshiiFix broken multibyte regression tests.
2015-08-09 Bruce Momjiandocs: fix typo in rules.sgml
2015-08-08 Bruce MomjianDocument items that should appear in the major release...
2015-08-08 Bruce Momjian9.5 release notes: add increase buffer mapping partiti...
2015-08-07 Andres FreundAttempt to work around a 32bit xlc compiler bug from...
2015-08-07 Andres FreundFix bug slowing down pgbench when -P is used.
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 FreundDon't include low level locking code from frontend...
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 Robert HaasReduce ProcArrayLock contention by removing backends...
2015-08-06 Kevin GrittnerFix `make installcheck` for serializable transactions.
2015-08-06 Andres FreundImprove includes introduced in the replication origins...
2015-08-06 Bruce Momjiandocs: HTML-escape '>' in '=>' using HTML entities
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 Andrew DunstanAllow pg_rewind tap tests to run with older File::Path...
2015-08-05 Andrew DunstanRemove carriage returns from certain tap test output...
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 typo in commit de6fd1c.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
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 HaasTab completion for CREATE SEQUENCE.
2015-08-04 Robert HaasUpdate comment to match behavior of latest code.
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-03 Stephen FrostRLS: Keep deny policy when only restrictive exist
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-03 Andrew DunstanAllow TAP tests to run under Msys
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 MischClean up Makefile.win32 "-I" flag additions.
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
next