]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-08-28 Stephen FrostEnsure locks are acquired on RLS-added relations
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 Bruce Momjianrelease notes: abbreviated key speedup only for varcha...
2015-08-26 Bruce Momjianrelease notes: backpatch removal of xpath item to...
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 LaneFix potential platform dependence in gist regression...
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 Tom LaneAvoid O(N^2) behavior when enlarging SPI tuple table...
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 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-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 Andres FreundImprove configure test for the sse4.2 crc instruction.
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 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 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-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 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 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-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 Tom LaneTemporarily(?) remove BRIN isolation test.
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 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...
next