git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2015年08月31日 Tom Lane Remove support for Unix systems without the POSIX signa... commit | commitdiff | tree
2015年08月31日 Bruce Momjian psql: print longtable as a possible \pset option commit | commitdiff | tree
2015年08月31日 Magnus Hagander Small grammar fix commit | commitdiff | tree
2015年08月31日 Tom Lane Remove long-dead support for platforms without sig_atom... commit | commitdiff | tree
2015年08月30日 Joe Conway Fix sepgsql regression tests. commit | commitdiff | tree
2015年08月29日 Tom Lane Fix s_lock.h PPC assembly code to be compatible with... commit | commitdiff | tree
2015年08月28日 Stephen Frost Ensure locks are acquired on RLS-added relations commit | commitdiff | tree
2015年08月28日 Andres Freund Clarify what some historic terms in rewriteHandler... commit | commitdiff | tree
2015年08月28日 Peter Eisentraut Simplify Perl chmod calls commit | commitdiff | tree
2015年08月27日 Bruce Momjian dblink docs: fix typo to use "connname" (3 n's), not... commit | commitdiff | tree
2015年08月26日 Tom Lane Speed up HeapTupleSatisfiesMVCC() by replacing the... commit | commitdiff | tree
2015年08月26日 Bruce Momjian release notes: abbreviated key speedup only for varcha... commit | commitdiff | tree
2015年08月26日 Bruce Momjian 9.5 release notes: mention lack of char() sort improve... commit | commitdiff | tree
2015年08月26日 Joe Conway Reestablish alignment of pg_controldata output. commit | commitdiff | tree
2015年08月25日 Tom Lane Docs: be explicit about datatype matching for lead... commit | commitdiff | tree
2015年08月25日 Tom Lane Further tweak wording of error messages about bad CONTI... commit | commitdiff | tree
2015年08月25日 Tom Lane Limit the verbosity of memory context statistics dumps. commit | commitdiff | tree
2015年08月25日 Tom Lane Fix potential platform dependence in gist regression... commit | commitdiff | tree
2015年08月23日 Tom Lane Tweak wording of syntax error messages about bad CONTIN... commit | commitdiff | tree
2015年08月23日 Tom Lane Reduce number of bytes examined by convert_one_string_t... commit | commitdiff | tree
2015年08月23日 Tom Lane Avoid use of float arithmetic in bipartite_match.c. commit | commitdiff | tree
2015年08月23日 Kevin Grittner Fix typo in C comment. commit | commitdiff | tree
2015年08月23日 Peter Eisentraut Improve whitespace commit | commitdiff | tree
2015年08月23日 Peter Eisentraut Improve spelling commit | commitdiff | tree
2015年08月22日 Heikki Linnakangas Add hint to run "pgbench -i", if test tables don't... commit | commitdiff | tree
2015年08月22日 Tom Lane Avoid O(N^2) behavior when enlarging SPI tuple table... commit | commitdiff | tree
2015年08月22日 Tom Lane Detect mismatched CONTINUE and EXIT statements at plpgs... commit | commitdiff | tree
2015年08月21日 Stephen Frost Clean up roles from roleattributes test commit | commitdiff | tree
2015年08月21日 Alvaro Herrera Do not allow *timestamp to be passed as NULL commit | commitdiff | tree
2015年08月21日 Alvaro Herrera Remove ExecGetScanType function commit | commitdiff | tree
2015年08月21日 Tom Lane Fix plpython crash when returning string representation... commit | commitdiff | tree
2015年08月21日 Tom Lane Allow record_in() and record_recv() to work for transie... commit | commitdiff | tree
2015年08月21日 Stephen Frost Rename 'cmd' to 'cmd_name' in CreatePolicyStmt commit | commitdiff | tree
2015年08月21日 Stephen Frost In AlterRole, make bypassrls an int commit | commitdiff | tree
2015年08月21日 Peter Eisentraut doc: Whitespace and formatting fixes commit | commitdiff | tree
2015年08月20日 Tom Lane Remove xpath namespace-handling change from 9.5 release... commit | commitdiff | tree
2015年08月19日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2015年08月19日 Kevin Grittner Fix bug in calculations of hash join buckets. commit | commitdiff | tree
2015年08月18日 Tom Lane Fix a few bogus statement type names in plpgsql error... commit | commitdiff | tree
2015年08月18日 Robert Haas psql: Make EXECUTE PROCEDURE tab completion a bit narrower. commit | commitdiff | tree
2015年08月17日 Tom Lane Fix performance bug from conflict between two previous... commit | commitdiff | tree
2015年08月17日 Andres Freund docs: Fix "typo" introduced in 3f811c2d. commit | commitdiff | tree
2015年08月17日 Andres Freund Improve configure test for the sse4.2 crc instruction. commit | commitdiff | tree
2015年08月17日 Heikki Linnakangas Fix reporting of skipped transactions in pgbench. commit | commitdiff | tree
2015年08月15日 Tom Lane Add docs about postgres_fdw's setting of search_path... commit | commitdiff | tree
2015年08月15日 Tom Lane Improve documentation about MVCC-unsafe utility commands. commit | commitdiff | tree
2015年08月15日 Tom Lane Repair unsafe use of shared typecast-lookup table in... commit | commitdiff | tree
2015年08月15日 Andres Freund Don't use function definitions looking like old-style... commit | commitdiff | tree
2015年08月15日 Andres Freund Correct type of waitMode variable in ExecInsertIndexTup... commit | commitdiff | tree
2015年08月15日 Andres Freund vacuumdb: Don't assign negative values to a boolean. commit | commitdiff | tree
2015年08月15日 Andres Freund Don't use 'bool' as a struct member name in help_config.c. commit | commitdiff | tree
2015年08月15日 Andres Freund Use the correct type for TableInfo->relreplident. commit | commitdiff | tree
2015年08月15日 Robert Haas Remove unused expected-output file. commit | commitdiff | tree
2015年08月15日 Robert Haas Remove bogus step from test_decoding isolation tests. commit | commitdiff | tree
2015年08月15日 Robert Haas Reject isolation test specifications with duplicate... commit | commitdiff | tree
2015年08月15日 Noah Misch Encoding PG_UHC is code page 949. commit | commitdiff | tree
2015年08月15日 Noah Misch Restore old pgwin32_message_to_UTF16() behavior outside... commit | commitdiff | tree
2015年08月14日 Peter Eisentraut Update key words table for 9.5 commit | commitdiff | tree
2015年08月14日 Simon Riggs Reduce lock levels for ALTER TABLE SET autovacuum stora... commit | commitdiff | tree
2015年08月14日 Peter Eisentraut PL/Python: Make tests pass with Python 3.5 commit | commitdiff | tree
2015年08月13日 Alvaro Herrera MSVC: Exclude 'brin' contrib module commit | commitdiff | tree
2015年08月13日 Alvaro Herrera Re-add BRIN isolation test commit | commitdiff | tree
2015年08月13日 Tom Lane Improve regression test case to avoid depending on... commit | commitdiff | tree
2015年08月13日 Alvaro Herrera Use materialize SRF mode in brin_page_items commit | commitdiff | tree
2015年08月13日 Heikki Linnakangas Run autoheader to add a few missing #defines to pg_conf... commit | commitdiff | tree
2015年08月13日 Michael Meskes Fix declaration of isarray variable. commit | commitdiff | tree
2015年08月13日 Alvaro Herrera Fix unitialized variables commit | commitdiff | tree
2015年08月13日 Tom Lane Undo mistaken tightening in join_is_legal(). commit | commitdiff | tree
2015年08月12日 Alvaro Herrera Close some holes in BRIN page assignment commit | commitdiff | tree
2015年08月12日 Andres Freund Remove duplicated assignment in pg_create_physical_repl... commit | commitdiff | tree
2015年08月12日 Andres Freund Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning... commit | commitdiff | tree
2015年08月12日 Andres Freund Fix two off-by-one errors in bufmgr.c. commit | commitdiff | tree
2015年08月12日 Tom Lane Fix some possible low-memory failures in regexp compila... commit | commitdiff | tree
2015年08月12日 Tom Lane Postpone extParam/allParam calculations until the very... commit | commitdiff | tree
2015年08月11日 Alvaro Herrera Don't include rel.h when relcache.h is sufficient commit | commitdiff | tree
2015年08月11日 Tom Lane Fix broken markup, and copy-edit a bit. commit | commitdiff | tree
2015年08月11日 Andrew Dunstan More fixes to allow pg_rewind tests to run on Msys. commit | commitdiff | tree
2015年08月11日 Andres Freund Allow pg_create_physical_replication_slot() to reserve... commit | commitdiff | tree
2015年08月11日 Andres Freund Introduce macros determining if a replication slot... commit | commitdiff | tree
2015年08月11日 Andres Freund Minor cleanups in slot related code. commit | commitdiff | tree
2015年08月11日 Tom Lane Fix privilege dumping from servers too old to have... commit | commitdiff | tree
2015年08月10日 Tom Lane Accept alternate spellings of __sparcv7 and __sparcv8. commit | commitdiff | tree
2015年08月10日 Tom Lane Further mucking with PlaceHolderVar-related restriction... commit | commitdiff | tree
2015年08月10日 Andrew Dunstan Work around an apparent bug in the Msys DTK perl's... commit | commitdiff | tree
2015年08月10日 Tom Lane Temporarily(?) remove BRIN isolation test. commit | commitdiff | tree
2015年08月10日 Andres Freund Add confirmed_flush column to pg_replication_slots. commit | commitdiff | tree
2015年08月10日 Andres Freund Fix copy & paste mistake in pg_get_replication_slots(). commit | commitdiff | tree
2015年08月10日 Andres Freund Don't start to stream after pg_receivexlog --create... commit | commitdiff | tree
2015年08月09日 Tom Lane Remove gram.y's precedence declaration for OVERLAPS. commit | commitdiff | tree
2015年08月09日 Magnus Hagander Fix typo in LDAP example commit | commitdiff | tree
2015年08月09日 Bruce Momjian docs: update major release notes item checklist commit | commitdiff | tree
2015年08月09日 Tatsuo Ishii Fix broken multibyte regression tests. commit | commitdiff | tree
2015年08月09日 Bruce Momjian docs: fix typo in rules.sgml commit | commitdiff | tree
2015年08月08日 Bruce Momjian Document items that should appear in the major release... commit | commitdiff | tree
2015年08月08日 Bruce Momjian 9.5 release notes: add increase buffer mapping partiti... commit | commitdiff | tree
2015年08月07日 Andres Freund Attempt to work around a 32bit xlc compiler bug from... commit | commitdiff | tree
2015年08月07日 Andres Freund Fix bug slowing down pgbench when -P is used. commit | commitdiff | tree
2015年08月07日 Tom Lane Further adjustments to PlaceHolderVar removal. commit | commitdiff | tree
2015年08月07日 Robert Haas Fix attach-related race condition in shm_mq_send_bytes. commit | commitdiff | tree
2015年08月07日 Andres Freund Don't include low level locking code from frontend... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /