]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-08-28 Peter EisentrautSimplify Perl chmod calls
2015-08-27 Bruce Momjiandblink docs: fix typo to use "connname" (3 n's), not...
2015-08-26 Tom LaneSpeed up HeapTupleSatisfiesMVCC() by replacing the...
2015-08-26 Bruce Momjianrelease notes: abbreviated key speedup only for varcha...
2015-08-26 Bruce Momjian9.5 release notes: mention lack of char() sort improve...
2015-08-26 Joe ConwayReestablish alignment of pg_controldata output.
2015-08-25 Tom LaneDocs: be explicit about datatype matching for lead...
2015-08-25 Tom LaneFurther tweak wording of error messages about bad CONTI...
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-25 Tom LaneFix potential platform dependence in gist regression...
2015-08-23 Tom LaneTweak wording of syntax error messages about bad CONTIN...
2015-08-23 Tom LaneReduce number of bytes examined by convert_one_string_t...
2015-08-23 Tom LaneAvoid use of float arithmetic in bipartite_match.c.
2015-08-23 Kevin GrittnerFix typo in C comment.
2015-08-23 Peter EisentrautImprove whitespace
2015-08-23 Peter EisentrautImprove spelling
2015-08-22 Heikki LinnakangasAdd hint to run "pgbench -i", if test tables don't...
2015-08-22 Tom LaneAvoid O(N^2) behavior when enlarging SPI tuple table...
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-08-21 Stephen FrostClean up roles from roleattributes test
2015-08-21 Alvaro HerreraDo not allow *timestamp to be passed as NULL
2015-08-21 Alvaro HerreraRemove ExecGetScanType function
2015-08-21 Tom LaneFix plpython crash when returning string representation...
2015-08-21 Tom LaneAllow record_in() and record_recv() to work for transie...
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-08-21 Stephen FrostIn AlterRole, make bypassrls an int
2015-08-21 Peter Eisentrautdoc: Whitespace and formatting fixes
2015-08-20 Tom LaneRemove xpath namespace-handling change from 9.5 release...
2015-08-19 Peter EisentrautUpdate config.guess and config.sub
2015-08-19 Kevin GrittnerFix bug in calculations of hash join buckets.
2015-08-18 Tom LaneFix a few bogus statement type names in plpgsql error...
2015-08-18 Robert Haaspsql: Make EXECUTE PROCEDURE tab completion a bit narrower.
2015-08-17 Tom LaneFix performance bug from conflict between two previous...
2015-08-17 Andres Freunddocs: Fix "typo" introduced in 3f811c2d.
2015-08-17 Andres FreundImprove configure test for the sse4.2 crc instruction.
2015-08-17 Heikki LinnakangasFix reporting of skipped transactions in pgbench.
2015-08-15 Tom LaneAdd docs about postgres_fdw's setting of search_path...
2015-08-15 Tom LaneImprove documentation about MVCC-unsafe utility commands.
2015-08-15 Tom LaneRepair unsafe use of shared typecast-lookup table in...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-15 Andres FreundCorrect type of waitMode variable in ExecInsertIndexTup...
2015-08-15 Andres Freundvacuumdb: Don't assign negative values to a boolean.
2015-08-15 Andres FreundDon't use 'bool' as a struct member name in help_config.c.
2015-08-15 Andres FreundUse the correct type for TableInfo->relreplident.
2015-08-15 Robert HaasRemove unused expected-output file.
2015-08-15 Robert HaasRemove bogus step from test_decoding isolation tests.
2015-08-15 Robert HaasReject isolation test specifications with duplicate...
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...
next