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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2019年02月28日 Peter Eisentraut Compact for loops commit | commitdiff | tree
2019年02月28日 Peter Eisentraut Reduce comments commit | commitdiff | tree
2019年02月28日 Peter Eisentraut Remove unnecessary unused MATCH PARTIAL code commit | commitdiff | tree
2019年02月28日 Peter Eisentraut Update comment commit | commitdiff | tree
2019年02月28日 Michael Paquier Improve documentation of data_sync_retry commit | commitdiff | tree
2019年02月28日 Michael Paquier Fix SCRAM authentication via SSL when mixing versions... commit | commitdiff | tree
2019年02月27日 Peter Eisentraut Remove unused macro commit | commitdiff | tree
2019年02月27日 Andres Freund Initialize variable to silence compiler warning. commit | commitdiff | tree
2019年02月27日 Peter Eisentraut Set cluster_name for PostgresNode.pm instances commit | commitdiff | tree
2019年02月27日 Peter Eisentraut Set fallback_application_name for a walreceiver to... commit | commitdiff | tree
2019年02月27日 Michael Paquier Fix memory leak when inserting tuple at relation creati... commit | commitdiff | tree
2019年02月27日 Andres Freund Use slots in trigger infrastructure, except for the... commit | commitdiff | tree
2019年02月27日 Andres Freund Store table oid and tuple's tid in tuple slots directly. commit | commitdiff | tree
2019年02月27日 Andres Freund Allow to use HeapTupleData embedded in [Buffer]HeapTupl... commit | commitdiff | tree
2019年02月27日 Andres Freund Add ExecStorePinnedBufferHeapTuple. commit | commitdiff | tree
2019年02月26日 Robert Haas Change lock acquisition order in expand_inherited_rtentry. commit | commitdiff | tree
2019年02月26日 Michael Meskes Free memory in ecpg bytea regression test. commit | commitdiff | tree
2019年02月26日 Michael Meskes Hopefully fixing memory handling issues in ecpglib... commit | commitdiff | tree
2019年02月26日 Michael Paquier Simplify some code in pg_rewind when syncing target... commit | commitdiff | tree
2019年02月26日 Peter Geoghegan Remove unneeded argument from _bt_getstackbuf(). commit | commitdiff | tree
2019年02月26日 Peter Geoghegan Correct obsolete nbtree page deletion comment. commit | commitdiff | tree
2019年02月25日 Peter Eisentraut psql: Remove obsolete code commit | commitdiff | tree
2019年02月25日 Peter Eisentraut Remove unnecessary use of PROCEDURAL commit | commitdiff | tree
2019年02月25日 Michael Paquier Make release of 2PC identifier and locks consistent... commit | commitdiff | tree
2019年02月24日 Thomas Munro Fix inconsistent out-of-memory error reporting in dsa.c. commit | commitdiff | tree
2019年02月24日 Tom Lane Fix ecpg bugs caused by missing semicolons in the backe... commit | commitdiff | tree
2019年02月24日 Thomas Munro Tolerate EINVAL when calling fsync() on a directory. commit | commitdiff | tree
2019年02月24日 Thomas Munro Tolerate ENOSYS failure from sync_file_range(). commit | commitdiff | tree
2019年02月23日 Peter Eisentraut Revert "pg_regress: Don't use absolute paths for the... commit | commitdiff | tree
2019年02月22日 Michael Paquier Fix incorrect function reference in comment of twophase.c commit | commitdiff | tree
2019年02月22日 Michael Paquier Add TAP tests for 2PC post-commit callbacks of multixac... commit | commitdiff | tree
2019年02月22日 Tom Lane Fix plan created for inherited UPDATE/DELETE with all... commit | commitdiff | tree
2019年02月22日 Alvaro Herrera Report correct name in autovacuum "work items" activity commit | commitdiff | tree
2019年02月22日 Peter Eisentraut Add const qualifier commit | commitdiff | tree
2019年02月22日 Michael Paquier Remove duplicate variable declaration in fe-connect.c commit | commitdiff | tree
2019年02月21日 Tom Lane Fix mark-and-restore-skipping test case to not be a... commit | commitdiff | tree
2019年02月21日 Tom Lane Move estimate_hashagg_tablesize to selfuncs.c, and... commit | commitdiff | tree
2019年02月21日 Peter Eisentraut Hide other user's pg_stat_ssl rows commit | commitdiff | tree
2019年02月21日 Peter Eisentraut doc: Add security information about pg_stat_activity commit | commitdiff | tree
2019年02月21日 Peter Eisentraut pg_regress: Don't use absolute paths for the diff commit | commitdiff | tree
2019年02月21日 Robert Haas Move code for managing PartitionDescs into a new file... commit | commitdiff | tree
2019年02月21日 Robert Haas Delay lock acquisition for partitions until we route... commit | commitdiff | tree
2019年02月21日 Peter Eisentraut Fix dbtoepub output file name commit | commitdiff | tree
2019年02月21日 Tom Lane Speed up match_eclasses_to_foreign_key_col() when there... commit | commitdiff | tree
2019年02月20日 Andrew Gierth Use an unsigned char for bool if we don't use the nativ... commit | commitdiff | tree
2019年02月20日 Tom Lane Improve planner's understanding of strictness of type... commit | commitdiff | tree
2019年02月20日 Tom Lane Fix incorrect strictness test for ArrayCoerceExpr expre... commit | commitdiff | tree
2019年02月20日 Alvaro Herrera Make object address handling more robust commit | commitdiff | tree
2019年02月20日 Amit Kapila Doc: Update the documentation for FSM behavior for... commit | commitdiff | tree
2019年02月20日 Dean Rasheed Fix DEFAULT-handling in multi-row VALUES lists for... commit | commitdiff | tree
2019年02月20日 Michael Paquier Mark correctly initial slot snapshots with MVCC type... commit | commitdiff | tree
2019年02月19日 Peter Eisentraut Use varargs macro for CACHEDEBUG commit | commitdiff | tree
2019年02月19日 Tom Lane Fix omissions in ecpg/test/sql/.gitignore. commit | commitdiff | tree
2019年02月18日 Andres Freund Remove line duplicated during conflict resolution. commit | commitdiff | tree
2019年02月18日 Tom Lane De-clutter display of script runtimes in pg_regress. commit | commitdiff | tree
2019年02月18日 Andrew Dunstan Provide an extra-float-digits setting for pg_dump ... commit | commitdiff | tree
2019年02月18日 Michael Meskes Properly end string to make sure ecpglib does not read... commit | commitdiff | tree
2019年02月18日 Michael Meskes Sync ECPG's CREATE TABLE AS statement with backend's. commit | commitdiff | tree
2019年02月18日 Michael Meskes Add bytea datatype to ECPG. commit | commitdiff | tree
2019年02月18日 Etsuro Fujita Save PathTargets for distinct/ordered relations in... commit | commitdiff | tree
2019年02月18日 Michael Paquier Fix some issues with TAP tests of pg_basebackup and... commit | commitdiff | tree
2019年02月18日 Michael Paquier Fix typo in transam.h for OIDs assigned by genbki.pl commit | commitdiff | tree
2019年02月18日 Michael Paquier Avoid some unnecessary block reads in WAL reader commit | commitdiff | tree
2019年02月17日 Thomas Munro Fix race in dsm_unpin_segment() when handles are reused. commit | commitdiff | tree
2019年02月17日 Joe Conway Fix documentation for dblink_error_message() return... commit | commitdiff | tree
2019年02月17日 Tom Lane Fix CREATE VIEW to allow zero-column views. commit | commitdiff | tree
2019年02月17日 Joe Conway Mark pg_config() stable rather than immutable commit | commitdiff | tree
2019年02月17日 Tatsuo Ishii Doc: remove ancient comment. commit | commitdiff | tree
2019年02月17日 Noah Misch Fix CLogTruncationLock documentation. commit | commitdiff | tree
2019年02月16日 Noah Misch Suppress another case of MSVC warning 4146. commit | commitdiff | tree
2019年02月16日 Noah Misch In imath.h, replace stdint.h usage with c.h equivalents. commit | commitdiff | tree
2019年02月16日 Andrew Gierth Remove float8-small-is-zero regression test variant. commit | commitdiff | tree
2019年02月16日 Noah Misch Import changes from IMath versions (1.3, 1.29]. commit | commitdiff | tree
2019年02月16日 Noah Misch Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization. commit | commitdiff | tree
2019年02月16日 Tom Lane Allow user control of CTE materialization, and change... commit | commitdiff | tree
2019年02月16日 Andrew Gierth Fix previous MinGW fix. commit | commitdiff | tree
2019年02月16日 Michael Meskes Add DECLARE STATEMENT support to ECPG. commit | commitdiff | tree
2019年02月16日 Tom Lane Make use of compiler builtins and/or assembly for CLZ... commit | commitdiff | tree
2019年02月16日 Andrew Gierth Cygwin and Mingw floating-point fixes. commit | commitdiff | tree
2019年02月15日 Alvaro Herrera Revert attempts to use POPCNT etc instructions commit | commitdiff | tree
2019年02月15日 Tom Lane Refactor index cost estimation functions in view of... commit | commitdiff | tree
2019年02月15日 Alvaro Herrera Fix compiler builtin usage in new pg_bitutils.c commit | commitdiff | tree
2019年02月15日 Peter Eisentraut doc: Update README.links commit | commitdiff | tree
2019年02月15日 Peter Eisentraut Use standard diff separator for regression.diffs commit | commitdiff | tree
2019年02月15日 Michael Paquier Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE commit | commitdiff | tree
2019年02月15日 Thomas Munro Fix race in dsm_attach() when handles are reused. commit | commitdiff | tree
2019年02月15日 Tom Lane Simplify the planner's new representation of indexable... commit | commitdiff | tree
2019年02月14日 Peter Eisentraut Get rid of another unconstify through API changes commit | commitdiff | tree
2019年02月14日 Peter Eisentraut Resolve one unconstify use commit | commitdiff | tree
2019年02月14日 Tom Lane Move pattern selectivity code from selfuncs.c to like_s... commit | commitdiff | tree
2019年02月13日 Alvaro Herrera Fix portability issues in pg_bitutils commit | commitdiff | tree
2019年02月13日 Andrew Gierth Remove a stray subnormal value from float tests. commit | commitdiff | tree
2019年02月13日 Alvaro Herrera Add -mpopcnt to all compiles of pg_bitutils.c commit | commitdiff | tree
2019年02月13日 Andrew Gierth More float test and portability fixes. commit | commitdiff | tree
2019年02月13日 Alvaro Herrera Add basic support for using the POPCNT and SSE4.2s... commit | commitdiff | tree
2019年02月13日 Andrew Gierth Fix an overlooked UINT32_MAX. commit | commitdiff | tree
2019年02月13日 Andrew Gierth Change floating-point output format for improved perfor... commit | commitdiff | tree
2019年02月13日 Andrew Gierth Use strtof() and not strtod() for float4 input. commit | commitdiff | tree
2019年02月13日 Peter Eisentraut More unconstify use commit | commitdiff | tree
2019年02月13日 Peter Eisentraut Remove useless casts commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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