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年09月29日 Peter Eisentraut doc: Add a link target commit | commitdiff | tree
2019年09月28日 Peter Eisentraut Fix compilation with older OpenSSL versions commit | commitdiff | tree
2019年09月28日 Tom Lane Improve stability of partition_prune regression test. commit | commitdiff | tree
2019年09月28日 Michael Paquier Remove code relevant to OpenSSL 0.9.6 in be/fe-secure... commit | commitdiff | tree
2019年09月27日 Tom Lane Make pg_regress.c unset PGDATABASE during make installc... commit | commitdiff | tree
2019年09月27日 Andres Freund Silence -Wmaybe-uninitialized compiler warnings in... commit | commitdiff | tree
2019年09月27日 Alvaro Herrera Have pg_rewind run crash recovery before rewinding commit | commitdiff | tree
2019年09月27日 Andres Freund Fix implicit-fallthrough compiler warning introduced... commit | commitdiff | tree
2019年09月27日 Tom Lane ANALYZE a_star and its children to avoid plan instabili... commit | commitdiff | tree
2019年09月27日 Tom Lane Finish reverting "Insert temporary debugging output... commit | commitdiff | tree
2019年09月27日 Tom Lane Doc: clean up markup for jsonb_set and related functions. commit | commitdiff | tree
2019年09月27日 Peter Eisentraut doc: Add timeline as valid recovery target in standby... commit | commitdiff | tree
2019年09月27日 Michael Paquier Add tab completion for EXPLAIN (SETTINGS) in psql commit | commitdiff | tree
2019年09月27日 Amit Kapila Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... commit | commitdiff | tree
2019年09月27日 Michael Paquier Fix lockmode initialization for custom relation options commit | commitdiff | tree
2019年09月26日 Peter Eisentraut doc: Fix whitespace in markup commit | commitdiff | tree
2019年09月26日 Peter Eisentraut doc: Format example JSON data better commit | commitdiff | tree
2019年09月26日 Peter Eisentraut doc: Update a confusing sentence about SQL/JSON commit | commitdiff | tree
2019年09月26日 Peter Eisentraut doc: Update note about source code formatting commit | commitdiff | tree
2019年09月26日 Peter Eisentraut doc: Reorder JSON functions documentation commit | commitdiff | tree
2019年09月26日 Michael Paquier Fix comment in xlogreader.c commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Correctly cast types to Datum and back in compareDatetime() commit | commitdiff | tree
2019年09月25日 Tom Lane Fix handling of GENERATED columns in CREATE TABLE LIKE... commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Implement jsonpath .datetime() method commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Allow datetime values in JsonbValue commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Error suppression support for upcoming jsonpath .dateti... commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Implement parse_datetime() function commit | commitdiff | tree
2019年09月25日 Alexander Korotkov Implement standard datetime parsing mode commit | commitdiff | tree
2019年09月25日 Alvaro Herrera Update expected output for dummy_index_am commit | commitdiff | tree
2019年09月25日 Alvaro Herrera Support reloptions of enum type commit | commitdiff | tree
2019年09月25日 Alvaro Herrera Split out recovery confing-writing code from pg_basebackup commit | commitdiff | tree
2019年09月25日 Michael Paquier Doc: Fix example related to partition pruning commit | commitdiff | tree
2019年09月25日 Michael Paquier Make more stable regression tests of dummy_index_am... commit | commitdiff | tree
2019年09月25日 Michael Paquier Add dummy_index_am to src/test/modules/ commit | commitdiff | tree
2019年09月25日 Michael Paquier Allow definition of lock mode for custom reloptions commit | commitdiff | tree
2019年09月25日 Michael Paquier Fix failure with lock mode used for custom relation... commit | commitdiff | tree
2019年09月24日 Alexander Korotkov Fix bug in pairingheap_SpGistSearchItem_cmp() commit | commitdiff | tree
2019年09月24日 Alvaro Herrera Rework WAL-reading supporting structs commit | commitdiff | tree
2019年09月24日 Tom Lane Prevent bogus pullup of constant-valued functions retur... commit | commitdiff | tree
2019年09月24日 Fujii Masao Speedup truncations of relation forks. commit | commitdiff | tree
2019年09月24日 Peter Eisentraut Don't disable ccache when building with coverage support commit | commitdiff | tree
2019年09月23日 Andres Freund Fix ExprState's tag to be of type NodeTag rather than... commit | commitdiff | tree
2019年09月23日 Jeff Davis Add libpq parameter 'channel_binding'. commit | commitdiff | tree
2019年09月23日 Tom Lane Doc: clarify handling of duplicate elements in array... commit | commitdiff | tree
2019年09月23日 Peter Eisentraut Message style fixes commit | commitdiff | tree
2019年09月23日 Peter Eisentraut NLS: Fix backend gettext triggers commit | commitdiff | tree
2019年09月22日 Tom Lane Fix failure to zero-pad the result of bitshiftright(). commit | commitdiff | tree
2019年09月22日 Tom Lane Fix typo in tts_virtual_copyslot. commit | commitdiff | tree
2019年09月22日 Tom Lane Make some efficiency improvements in LISTEN/NOTIFY. commit | commitdiff | tree
2019年09月21日 Peter Eisentraut Remove removed file from nls.mk commit | commitdiff | tree
2019年09月21日 Tom Lane Straighten out leakproofness markings on text compariso... commit | commitdiff | tree
2019年09月21日 Tom Lane Fix up handling of nondeterministic collations with... commit | commitdiff | tree
2019年09月20日 Tom Lane Update time zone data files to tzdata release 2019c. commit | commitdiff | tree
2019年09月20日 Alvaro Herrera Split out code into new getKeyJsonValueFromContainer() commit | commitdiff | tree
2019年09月20日 Alvaro Herrera Optimize get_jsonb_path_all avoiding an iterator commit | commitdiff | tree
2019年09月20日 Alvaro Herrera Refactor code into new JsonbValueAsText, and use it... commit | commitdiff | tree
2019年09月20日 Tom Lane Fix some minor spec-compliance issues in jsonpath lexer. commit | commitdiff | tree
2019年09月20日 Tom Lane Revert "Add DECLARE STATEMENT support to ECPG." commit | commitdiff | tree
2019年09月20日 Alvaro Herrera Fix progress report of REINDEX INDEX commit | commitdiff | tree
2019年09月20日 Alexander Korotkov Provide stable test for NULL-values in KNN SP-GiST commit | commitdiff | tree
2019年09月20日 Amit Kapila Fix typo in commit 82fa3ff8672. commit | commitdiff | tree
2019年09月19日 Alexander Korotkov Remove unstable KNN SP-GiST test commit | commitdiff | tree
2019年09月19日 Alexander Korotkov Fix freeing old values in index_store_float8_orderby_di... commit | commitdiff | tree
2019年09月19日 Alexander Korotkov Improve handling of NULLs in KNN-GiST and KNN-SP-GiST commit | commitdiff | tree
2019年09月19日 Tom Lane Doc: improve documentation around jsonpath regular... commit | commitdiff | tree
2019年09月19日 Peter Eisentraut GSSAPI error message improvements commit | commitdiff | tree
2019年09月19日 Amit Kapila Fix typo in commit 578b229718. commit | commitdiff | tree
2019年09月19日 Peter Eisentraut Revert change of ecpglib major version commit | commitdiff | tree
2019年09月19日 Michael Paquier Doc: Fix incorrect mention to connection_object in... commit | commitdiff | tree
2019年09月19日 Amit Kapila Doc: document autovacuum interruption. commit | commitdiff | tree
2019年09月19日 Michael Paquier Redesign pageinspect function printing infomask bits commit | commitdiff | tree
2019年09月18日 Alvaro Herrera Fix example program in docs too (??) commit | commitdiff | tree
2019年09月18日 Alvaro Herrera Fix testlibpq3 commit | commitdiff | tree
2019年09月18日 Alvaro Herrera pg_upgrade/test.sh: Quote sed(1) argument commit | commitdiff | tree
2019年09月18日 Fujii Masao Remove unused smgrdounlinkfork() function. commit | commitdiff | tree
2019年09月18日 Etsuro Fujita Doc: Update FDW documentation about direct foreign... commit | commitdiff | tree
2019年09月17日 Peter Eisentraut Add some const decorations to array constants commit | commitdiff | tree
2019年09月17日 Tom Lane Fix bogus handling of XQuery regex option flags. commit | commitdiff | tree
2019年09月17日 Peter Eisentraut Remove mingwcompat.c commit | commitdiff | tree
2019年09月16日 Alexander Korotkov Support for SSSSS datetime format pattern commit | commitdiff | tree
2019年09月16日 Alexander Korotkov Support for FF1-FF6 datetime format patterns commit | commitdiff | tree
2019年09月15日 Tom Lane Fix bogus sizeof calculations. commit | commitdiff | tree
2019年09月15日 Dean Rasheed Fix intermittent self-test failures caused by the stats... commit | commitdiff | tree
2019年09月15日 Noah Misch Revert "For all ppc compilers, implement pg_atomic_fetc... commit | commitdiff | tree
2019年09月14日 Noah Misch For all ppc compilers, implement pg_atomic_fetch_add_... commit | commitdiff | tree
2019年09月14日 Noah Misch Replace xlc __fetch_and_add() with inline asm. commit | commitdiff | tree
2019年09月14日 Noah Misch Test pg_atomic_fetch_add_ with variable addend and... commit | commitdiff | tree
2019年09月13日 Tom Lane Make tuplesort_set_bound() assertions more comprehensib... commit | commitdiff | tree
2019年09月13日 Alvaro Herrera logical decoding: process ASSIGNMENT during snapshot... commit | commitdiff | tree
2019年09月13日 Alvaro Herrera Fix under-parenthesized macro definitions commit | commitdiff | tree
2019年09月13日 Alvaro Herrera Fix progress reporting of CLUSTER / VACUUM FULL commit | commitdiff | tree
2019年09月13日 Alexander Korotkov Typo fixes for documentation commit | commitdiff | tree
2019年09月13日 Alexander Korotkov Documentation improvements to jsonpath commit | commitdiff | tree
2019年09月13日 Fujii Masao Add tab completion for CREATE OR REPLACE in psql. commit | commitdiff | tree
2019年09月12日 Peter Geoghegan Fix nbtree page split rmgr desc routine. commit | commitdiff | tree
2019年09月12日 Tom Lane Fix usage of whole-row variables in WCO and RLS policy... commit | commitdiff | tree
2019年09月12日 Peter Geoghegan Reorder two nbtree.h function prototypes. commit | commitdiff | tree
2019年09月12日 Peter Geoghegan Remove redundant _bt_truncate() comment paragraph. commit | commitdiff | tree
2019年09月12日 Alvaro Herrera Merge two assertions to make comment clearer commit | commitdiff | tree
2019年09月12日 Amit Kapila Doc: Update PL/pgSQL sample function in plpgsql.sgml. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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