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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2017年01月17日 Magnus Hagander Add compression support to pg_receivexlog commit | commitdiff | tree
2017年01月17日 Fujii Masao Fix an assertion failure related to an exclusive backup. commit | commitdiff | tree
2017年01月16日 Tom Lane Fix check_srf_call_placement() to handle VALUES cases... commit | commitdiff | tree
2017年01月16日 Tom Lane Fix NULL pointer dereference in tuplesort.c. commit | commitdiff | tree
2017年01月16日 Magnus Hagander Fix incorrect comparison due to bad merge commit | commitdiff | tree
2017年01月16日 Magnus Hagander Make pg_basebackup use temporary replication slots commit | commitdiff | tree
2017年01月16日 Fujii Masao Fix typos in comments. commit | commitdiff | tree
2017年01月15日 Tom Lane Fix matching of boolean index columns to sort ordering. commit | commitdiff | tree
2017年01月14日 Tom Lane Teach contrib/pg_stat_statements to handle multi-statem... commit | commitdiff | tree
2017年01月14日 Tom Lane Change representation of statement lists, and add state... commit | commitdiff | tree
2017年01月14日 Tom Lane Throw suitable error for COPY TO STDOUT/FROM STDIN... commit | commitdiff | tree
2017年01月14日 Magnus Hagander Change default values for backup and replication parameters commit | commitdiff | tree
2017年01月14日 Peter Eisentraut pg_ctl: Change default to wait for all actions commit | commitdiff | tree
2017年01月14日 Peter Eisentraut Updates to reflect that pg_ctl stop -m fast is the... commit | commitdiff | tree
2017年01月13日 Tom Lane Fix some more regression test row-order-instability... commit | commitdiff | tree
2017年01月13日 Tom Lane In PL/Tcl tests, don't choke if optional error fields... commit | commitdiff | tree
2017年01月13日 Peter Eisentraut pg_upgrade: Fix for changed pg_ctl default stop mode commit | commitdiff | tree
2017年01月13日 Robert Haas Fix a bug in how we generate partition constraints. commit | commitdiff | tree
2017年01月13日 Robert Haas Fix cardinality estimates for parallel joins. commit | commitdiff | tree
2017年01月12日 Tom Lane Fix field order in struct catcache. commit | commitdiff | tree
2017年01月12日 Peter Eisentraut Fix mistake in comment commit | commitdiff | tree
2017年01月12日 Peter Eisentraut Make whitespace consistent inside some script files commit | commitdiff | tree
2017年01月12日 Robert Haas Fix incorrect function name in comment. commit | commitdiff | tree
2017年01月11日 Stephen Frost pg_restore: Don't allow non-positive number of jobs commit | commitdiff | tree
2017年01月11日 Magnus Hagander Fix some typos in comments commit | commitdiff | tree
2017年01月11日 Bruce Momjian pg_xlogdump: document --path behavior commit | commitdiff | tree
2017年01月10日 Stephen Frost pg_dump: Strict names with no matching schema commit | commitdiff | tree
2017年01月10日 Alvaro Herrera Fix overflow check in StringInfo; add missing casts commit | commitdiff | tree
2017年01月10日 Robert Haas Improve coding in _hash_addovflpage. commit | commitdiff | tree
2017年01月10日 Stephen Frost Fix invalid-parallel-jobs error message commit | commitdiff | tree
2017年01月09日 Tom Lane Fix error handling in pltcl_returnnext. commit | commitdiff | tree
2017年01月09日 Alvaro Herrera Fix ALTER TABLE / SET TYPE for irregular inheritance commit | commitdiff | tree
2017年01月09日 Alvaro Herrera BRIN revmap pages are not standard pages ... commit | commitdiff | tree
2017年01月09日 Tom Lane Expand the regression tests for PL/Tcl. commit | commitdiff | tree
2017年01月09日 Magnus Hagander Use an enum instead of two bools to indicate wal inclus... commit | commitdiff | tree
2017年01月07日 Tom Lane Get rid of ParseState.p_value_substitute; use a columnr... commit | commitdiff | tree
2017年01月07日 Tom Lane Improve documentation of struct ParseState. commit | commitdiff | tree
2017年01月06日 Stephen Frost Add basic pg_dumpall/pg_restore TAP tests commit | commitdiff | tree
2017年01月06日 Tom Lane Merge two copies of tuple-building code in pltcl.c. commit | commitdiff | tree
2017年01月06日 Stephen Frost Protect against NULL-dereference in pg_dump commit | commitdiff | tree
2017年01月06日 Tom Lane Invalidate cached plans on FDW option changes. commit | commitdiff | tree
2017年01月06日 Robert Haas Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e. commit | commitdiff | tree
2017年01月05日 Robert Haas Fix possible leak of semaphore count. commit | commitdiff | tree
2017年01月05日 Peter Eisentraut Use 'use strict' in all Perl programs commit | commitdiff | tree
2017年01月05日 Robert Haas Fix possible crash reading pg_stat_activity. commit | commitdiff | tree
2017年01月05日 Tom Lane Fix handling of empty arrays in array_fill(). commit | commitdiff | tree
2017年01月05日 Simon Riggs Fix format for TAP test docs commit | commitdiff | tree
2017年01月04日 Tom Lane Handle OID column inheritance correctly in ALTER TABLE... commit | commitdiff | tree
2017年01月04日 Robert Haas Improve documentation of timestamp internal representation. commit | commitdiff | tree
2017年01月04日 Robert Haas Assorted code improvements for table partitioning. commit | commitdiff | tree
2017年01月04日 Robert Haas Remove unnecessary arguments from partitioning functions. commit | commitdiff | tree
2017年01月04日 Robert Haas Fix reporting of constraint violations for table partit... commit | commitdiff | tree
2017年01月04日 Simon Riggs Add new TAP tests for pg_recvlogical commit | commitdiff | tree
2017年01月04日 Simon Riggs Add pg_recvlogical —-endpos=LSN commit | commitdiff | tree
2017年01月04日 Tom Lane Prefer int-wide pg_atomic_flag over char-wide when... commit | commitdiff | tree
2017年01月04日 Robert Haas Move partition_tuple_slot out of EState. commit | commitdiff | tree
2017年01月04日 Tom Lane Re-allow SSL passphrase prompt at server start, but... commit | commitdiff | tree
2017年01月04日 Robert Haas Update obsolete comments in lwlock.h. commit | commitdiff | tree
2017年01月04日 Simon Riggs Add 18 new recovery TAP tests commit | commitdiff | tree
2017年01月04日 Simon Riggs Allow PostgresNode.pm tests to wait for catchup commit | commitdiff | tree
2017年01月04日 Peter Eisentraut Better fix for sequence access in hot standby test commit | commitdiff | tree
2017年01月04日 Magnus Hagander Attempt to handle pending-delete files on Windows commit | commitdiff | tree
2017年01月04日 Magnus Hagander Make wal streaming the default mode for pg_basebackup commit | commitdiff | tree
2017年01月03日 Bruce Momjian Update copyright via script for 2017 commit | commitdiff | tree
2017年01月03日 Bruce Momjian Update manual set of copyright files for 2017 commit | commitdiff | tree
2017年01月03日 Bruce Momjian Update copyright for 2017 commit | commitdiff | tree
2017年01月03日 Tom Lane Disable prompting for passphrase while (re)loading... commit | commitdiff | tree
2017年01月03日 Peter Eisentraut Fix hot standby tests for sequence catalog change commit | commitdiff | tree
2017年01月03日 Heikki Linnakangas Remove bogus notice that older clients might not work... commit | commitdiff | tree
2017年01月03日 Tom Lane Allow SSL configuration to be updated at SIGHUP. commit | commitdiff | tree
2017年01月02日 Tom Lane Use clock_gettime(), if available, in instr_time measur... commit | commitdiff | tree
2017年01月02日 Tom Lane In pgbench logging, avoid assuming that instr_times... commit | commitdiff | tree
2017年01月01日 Tom Lane Avoid assuming that instr_time == struct timeval in... commit | commitdiff | tree
2016年12月31日 Tom Lane Fix unstable regression test results. commit | commitdiff | tree
2016年12月29日 Tom Lane Remove manual breaks in NodeTag assignments to fix... commit | commitdiff | tree
2016年12月29日 Peter Eisentraut Fix typo in comment commit | commitdiff | tree
2016年12月29日 Peter Eisentraut Expand ad-hoc unit abbreviations in function descriptions commit | commitdiff | tree
2016年12月29日 Peter Eisentraut Make more use of RoleSpec struct commit | commitdiff | tree
2016年12月27日 Tom Lane Fix interval_transform so it doesn't throw away non... commit | commitdiff | tree
2016年12月27日 Andrew Dunstan Explain unaccounted for space in pgstattuple. commit | commitdiff | tree
2016年12月27日 Magnus Hagander Don't rename .partial files in pg_receivexlog if an... commit | commitdiff | tree
2016年12月27日 Magnus Hagander Fix typo comments commit | commitdiff | tree
2016年12月26日 Tom Lane Remove triggerable Assert in hashname(). commit | commitdiff | tree
2016年12月25日 Tom Lane Fix incorrect error reporting for duplicate data in... commit | commitdiff | tree
2016年12月24日 Stephen Frost pg_dumpall: Include --verbose option in --help output commit | commitdiff | tree
2016年12月24日 Stephen Frost Fix tab completion in psql for ALTER DEFAULT PRIVILEGES commit | commitdiff | tree
2016年12月23日 Tom Lane Replace enum InhOption with simple boolean. commit | commitdiff | tree
2016年12月23日 Peter Eisentraut Remove unnecessary casts of makeNode() result commit | commitdiff | tree
2016年12月23日 Tom Lane Doc: improve index entry for "median". commit | commitdiff | tree
2016年12月23日 Tom Lane Spellcheck: s/descendent/descendant/g commit | commitdiff | tree
2016年12月23日 Peter Eisentraut pg_dump: Remove obsolete handling of sequence names commit | commitdiff | tree
2016年12月23日 Robert Haas Remove sql_inheritance GUC. commit | commitdiff | tree
2016年12月23日 Robert Haas Remove _hash_chgbufaccess(). commit | commitdiff | tree
2016年12月23日 Joe Conway Improve RLS documentation with respect to COPY commit | commitdiff | tree
2016年12月22日 Robert Haas Fix tuple routing in cases where tuple descriptors... commit | commitdiff | tree
2016年12月22日 Stephen Frost Use TSConfigRelationId in AlterTSConfiguration() commit | commitdiff | tree
2016年12月22日 Tom Lane Fix CREATE TABLE ... LIKE ... WITH OIDS. commit | commitdiff | tree
2016年12月22日 Peter Eisentraut Update sequence_1.out for recent changes commit | commitdiff | tree
2016年12月22日 Peter Eisentraut doc: Further speed improvements for HTML XSLT build commit | commitdiff | tree
2016年12月22日 Tom Lane Fix handling of expanded objects in CoerceToDomain... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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