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年04月30日 Andres Freund Fix several recently introduced issues around handling... commit | commitdiff | tree
2019年04月29日 Peter Geoghegan Remove obsolete _bt_insert_parent() comment. commit | commitdiff | tree
2019年04月29日 Tom Lane In walreceiver, don't try to do ereport() in a signal... commit | commitdiff | tree
2019年04月29日 Michael Paquier Fix some typos commit | commitdiff | tree
2019年04月29日 Alvaro Herrera Message fixes commit | commitdiff | tree
2019年04月29日 Peter Eisentraut Fix potential catalog corruption with temporary identit... commit | commitdiff | tree
2019年04月28日 Tom Lane Do pre-release housekeeping on catalog data, and fix... commit | commitdiff | tree
2019年04月28日 Noah Misch Use preprocessor conditions compatible with Emacs indent. commit | commitdiff | tree
2019年04月28日 Tom Lane Clean up minor warnings from buildfarm. commit | commitdiff | tree
2019年04月28日 Michael Paquier Fix more typos and inconsistencies in documentation commit | commitdiff | tree
2019年04月27日 Tom Lane Avoid postgres_fdw crash for a targetlist entry that... commit | commitdiff | tree
2019年04月27日 Joe Conway Add viewBox attribute to storage page layout SVG image commit | commitdiff | tree
2019年04月27日 Joe Conway Add guidance on making documentation SVG images responsive commit | commitdiff | tree
2019年04月27日 Joe Conway Correct the URL pointing to PL/R commit | commitdiff | tree
2019年04月27日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2019年04月27日 Tom Lane Portability fix for zic.c. commit | commitdiff | tree
2019年04月27日 Michael Paquier Mention REINDEX CONCURRENTLY in documentation about... commit | commitdiff | tree
2019年04月26日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2019年04月26日 Tom Lane Update time zone data files to tzdata release 2019a. commit | commitdiff | tree
2019年04月26日 Peter Eisentraut Update key words table for version 12 commit | commitdiff | tree
2019年04月26日 Tom Lane Apply stopgap fix for bug #15672. commit | commitdiff | tree
2019年04月26日 Alvaro Herrera pg_dump: store unused attribs as NULL instead of '0円' commit | commitdiff | tree
2019年04月26日 Peter Eisentraut doc: Update section on NFS commit | commitdiff | tree
2019年04月26日 Etsuro Fujita Add FDW documentation notes about insert and update... commit | commitdiff | tree
2019年04月25日 Peter Geoghegan Sanitize line pointers within contrib/amcheck. commit | commitdiff | tree
2019年04月25日 Alvaro Herrera Fix partitioned index attachment commit | commitdiff | tree
2019年04月25日 Fujii Masao Fix file path in comment. commit | commitdiff | tree
2019年04月25日 Fujii Masao Fix function names in comments. commit | commitdiff | tree
2019年04月25日 Alvaro Herrera Fix tablespace inheritance for partitioned rels commit | commitdiff | tree
2019年04月24日 Alvaro Herrera Make pg_dump emit ATTACH PARTITION instead of PARTITION OF commit | commitdiff | tree
2019年04月24日 Tom Lane Fix some minor postmaster-state-machine issues. commit | commitdiff | tree
2019年04月24日 Alvaro Herrera Unify error messages commit | commitdiff | tree
2019年04月24日 Etsuro Fujita postgres_fdw: Fix incorrect handling of row movement... commit | commitdiff | tree
2019年04月24日 Andres Freund Allow pg_class xid & multixid horizons to not be set. commit | commitdiff | tree
2019年04月23日 Tom Lane Repair assorted issues in locale data extraction. commit | commitdiff | tree
2019年04月23日 Tom Lane Remove useless comment. commit | commitdiff | tree
2019年04月23日 Peter Geoghegan Prevent O(N^2) unique index insertion edge case. commit | commitdiff | tree
2019年04月23日 Tom Lane Avoid order-of-execution problems with ALTER TABLE... commit | commitdiff | tree
2019年04月23日 Tom Lane Don't request pretty-printed output from xmlNodeDump(). commit | commitdiff | tree
2019年04月23日 Michael Paquier Fix detection of passwords hashed with MD5 or SCRAM... commit | commitdiff | tree
2019年04月22日 Andres Freund Convert gist to compute page level xid horizon on primary. commit | commitdiff | tree
2019年04月22日 Fujii Masao Fix documentation of pg_start_backup and pg_stop_backup... commit | commitdiff | tree
2019年04月21日 Tomas Vondra Fix mvdistinct and dependencies size calculations commit | commitdiff | tree
2019年04月20日 Bruce Momjian docs: reorder collation regression test order in paragraph commit | commitdiff | tree
2019年04月20日 Stephen Frost GSSAPI: Improve documentation and tests commit | commitdiff | tree
2019年04月19日 Andres Freund Fix slot type issue for fuzzy distance index scan over... commit | commitdiff | tree
2019年04月19日 Andres Freund Fix two memory leaks around force-storing tuples in... commit | commitdiff | tree
2019年04月19日 Tom Lane Fix problems with auto-held portals. commit | commitdiff | tree
2019年04月19日 Michael Paquier Fix collection of typos and grammar mistakes in docs... commit | commitdiff | tree
2019年04月19日 Michael Paquier Clean up some documentation for log_statement_sample_rate commit | commitdiff | tree
2019年04月19日 Michael Paquier Remove dependency to pageinspect in recovery tests commit | commitdiff | tree
2019年04月19日 Andres Freund Fix potential use-after-free for BEFORE UPDATE row... commit | commitdiff | tree
2019年04月18日 Peter Eisentraut Fix handling of temp and unlogged tables in FOR ALL... commit | commitdiff | tree
2019年04月18日 Andres Freund docs: correct typo-ed path to heapam_handler.c. commit | commitdiff | tree
2019年04月18日 Andres Freund pg_dump: Remove stray option parsing support for -o. commit | commitdiff | tree
2019年04月18日 Andres Freund docs: cleanup/remove/update references to OID column. commit | commitdiff | tree
2019年04月17日 Alvaro Herrera Tie loose ends in psql's new \dP command commit | commitdiff | tree
2019年04月17日 Alvaro Herrera psql: display tablespace for partitioned indexes commit | commitdiff | tree
2019年04月17日 Bruce Momjian postgresql.conf.sample: add proper defaults for includ... commit | commitdiff | tree
2019年04月17日 Bruce Momjian docs: clarify pg_upgrade's recovery behavior commit | commitdiff | tree
2019年04月17日 Tom Lane Fix unportable code in pgbench. commit | commitdiff | tree
2019年04月17日 Tom Lane Fix assorted minor bogosity in GSSAPI transport error... commit | commitdiff | tree
2019年04月17日 Tom Lane Minor jsonpath fixes. commit | commitdiff | tree
2019年04月17日 Magnus Hagander Return NULL for checksum failures if checksums are... commit | commitdiff | tree
2019年04月17日 Michael Paquier Fix thinko introduced by 82a5649 in slot.c commit | commitdiff | tree
2019年04月17日 Michael Paquier Simplify some ERROR paths clearing wait events and... commit | commitdiff | tree
2019年04月17日 Michael Paquier Rework handling of invalid indexes with REINDEX CONCURR... commit | commitdiff | tree
2019年04月16日 Fujii Masao Add index terms for reloptions in documentation. commit | commitdiff | tree
2019年04月16日 Peter Eisentraut Better scaling of images in HTML output commit | commitdiff | tree
2019年04月16日 Michael Paquier Remove duplicate assignment when initializing logical... commit | commitdiff | tree
2019年04月16日 Noah Misch Don't write to stdin of a test process that could have... commit | commitdiff | tree
2019年04月15日 Tom Lane Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupport... commit | commitdiff | tree
2019年04月15日 Tomas Vondra Convert pre-existing stats_ext tests to new style commit | commitdiff | tree
2019年04月15日 Tomas Vondra Fix pg_mcv_list deserialization commit | commitdiff | tree
2019年04月15日 Tom Lane Fix failure with textual partition hash keys. commit | commitdiff | tree
2019年04月15日 Tom Lane Avoid possible regression test instability in timestamp... commit | commitdiff | tree
2019年04月15日 Alexander Korotkov Fix division by zero in _bt_vacuum_needs_cleanup() commit | commitdiff | tree
2019年04月15日 Etsuro Fujita Fix thinko in ExecCleanupTupleRouting(). commit | commitdiff | tree
2019年04月15日 Peter Eisentraut Unbreak index optimization for LIKE on bytea commit | commitdiff | tree
2019年04月15日 Michael Paquier Fix SHOW ALL command for non-superusers with replicatio... commit | commitdiff | tree
2019年04月15日 Noah Misch Test both 0.0.0.0 and 127.0.0.x addresses to find a... commit | commitdiff | tree
2019年04月14日 Michael Paquier Switch TAP tests of pg_rewind to use non-superuser... commit | commitdiff | tree
2019年04月14日 Noah Misch MSYS: Translate REGRESS_SHLIB to a Windows file name. commit | commitdiff | tree
2019年04月13日 Noah Misch When Perl "kill(9, ...)" fails, try "pg_ctl kill". commit | commitdiff | tree
2019年04月13日 Tom Lane Prevent memory leaks associated with relcache rd_partch... commit | commitdiff | tree
2019年04月13日 Noah Misch Consistently test for in-use shared memory. commit | commitdiff | tree
2019年04月13日 Michael Paquier Revert "Switch TAP tests of pg_rewind to use a role... commit | commitdiff | tree
2019年04月12日 Magnus Hagander Show shared object statistics in pg_stat_database commit | commitdiff | tree
2019年04月12日 Peter Eisentraut Fix REINDEX CONCURRENTLY of partitions commit | commitdiff | tree
2019年04月12日 Thomas Munro Fix GetNewTransactionId()'s interaction with xidVacLimit. commit | commitdiff | tree
2019年04月12日 Michael Paquier Fix typos in reloptions.c commit | commitdiff | tree
2019年04月12日 Michael Paquier Switch TAP tests of pg_rewind to use a role with minima... commit | commitdiff | tree
2019年04月12日 Michael Paquier Fix more strcmp() calls using boolean-like comparisons... commit | commitdiff | tree
2019年04月11日 Tom Lane Re-order some regression test scripts for more parallelism. commit | commitdiff | tree
2019年04月11日 Tom Lane Speed up sort-order-comparison tests in create_index_sp... commit | commitdiff | tree
2019年04月11日 Tom Lane Split up a couple of long-running regression test scripts. commit | commitdiff | tree
2019年04月11日 Tom Lane Move plpgsql error-trapping tests to a new module-speci... commit | commitdiff | tree
2019年04月11日 Michael Meskes Fix off-by-one check that can lead to a memory overflow... commit | commitdiff | tree
2019年04月11日 Tom Lane Remove duplicative polygon SP-GiST sequencing test. commit | commitdiff | tree
2019年04月11日 Bruce Momjian doc: adjust libpq wording to be neither/nor commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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