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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2014年03月18日 Heikki Linnakangas Make the handling of interrupted B-tree page splits... commit | commitdiff | tree
2014年03月18日 Tom Lane Fix some remaining int64 vestiges in contrib/test_shm_mq. commit | commitdiff | tree
2014年03月18日 Robert Haas test_shm_mq: Use Size rather than uint64. commit | commitdiff | tree
2014年03月18日 Robert Haas Documentation for logical decoding. commit | commitdiff | tree
2014年03月18日 Robert Haas Add pg_recvlogical, a tool to receive data logical... commit | commitdiff | tree
2014年03月18日 Robert Haas Rewrite comment for shm_mq_receive_bytes. commit | commitdiff | tree
2014年03月18日 Tom Lane Fix relcache reference leak in refresh_by_match_merge(). commit | commitdiff | tree
2014年03月18日 Robert Haas Improve shm_mq portability around MAXIMUM_ALIGNOF and... commit | commitdiff | tree
2014年03月18日 Tom Lane Fix pg_dumpall option parsing: -i doesn't take an argument. commit | commitdiff | tree
2014年03月18日 Fujii Masao Fix help message and document in pg_receivexlog. commit | commitdiff | tree
2014年03月18日 Robert Haas Make it easy to detach completely from shared memory. commit | commitdiff | tree
2014年03月17日 Tom Lane Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21. commit | commitdiff | tree
2014年03月17日 Tom Lane During index build, check and elog (not just Assert... commit | commitdiff | tree
2014年03月17日 Heikki Linnakangas Fix thinko: have trueTriConsistentFn return GIN_TRUE. commit | commitdiff | tree
2014年03月17日 Fujii Masao Fix typos in comments. commit | commitdiff | tree
2014年03月17日 Fujii Masao Fix bug in clean shutdown of walsender that pg_receivin... commit | commitdiff | tree
2014年03月17日 Magnus Hagander Fix small typo in comment commit | commitdiff | tree
2014年03月17日 Alvaro Herrera plperl: Fix memory leak in hek2cstr commit | commitdiff | tree
2014年03月17日 Tom Lane Fix unportable shell-script syntax in pg_upgrade's... commit | commitdiff | tree
2014年03月17日 Peter Eisentraut Make punctuation consistent commit | commitdiff | tree
2014年03月17日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年03月17日 Tom Lane Fix advertised dispsize for libpq's sslmode connection... commit | commitdiff | tree
2014年03月16日 Magnus Hagander Cleanups from the remove-native-krb5 patch commit | commitdiff | tree
2014年03月15日 Tom Lane First-draft release notes for 9.3.4. commit | commitdiff | tree
2014年03月15日 Tom Lane Update time zone data files to tzdata release 2014a. commit | commitdiff | tree
2014年03月14日 Heikki Linnakangas Fix race condition in B-tree page deletion. commit | commitdiff | tree
2014年03月14日 Tom Lane Prevent interrupts while reporting non-ERROR elog messages. commit | commitdiff | tree
2014年03月13日 Tom Lane Allow psql to print COPY command status in more cases. commit | commitdiff | tree
2014年03月13日 Tom Lane Avoid transaction-commit race condition while receiving... commit | commitdiff | tree
2014年03月13日 Heikki Linnakangas Fix a couple of typos in docs. commit | commitdiff | tree
2014年03月13日 Bruce Momjian C comments: remove odd blank lines after #ifdef WIN32... commit | commitdiff | tree
2014年03月13日 Bruce Momjian C comments: remove odd blank lines after #ifdef WIN32... commit | commitdiff | tree
2014年03月12日 Heikki Linnakangas Only WAL-log the modified portion in an UPDATE, if... commit | commitdiff | tree
2014年03月12日 Heikki Linnakangas Items on GIN data pages are no longer always 6 bytes... commit | commitdiff | tree
2014年03月12日 Fujii Masao Show PIDs of lock holders and waiters in log_lock_waits... commit | commitdiff | tree
2014年03月12日 Robert Haas test_decoding: Documentation fix. commit | commitdiff | tree
2014年03月12日 Robert Haas Fix incorrect assertion about historical snapshots. commit | commitdiff | tree
2014年03月12日 Robert Haas Comment fixes related to logical decoding. commit | commitdiff | tree
2014年03月12日 Heikki Linnakangas Allow opclasses to provide tri-valued GIN consistent... commit | commitdiff | tree
2014年03月12日 Heikki Linnakangas In WAL replay, restore GIN metapage unconditionally... commit | commitdiff | tree
2014年03月10日 Tom Lane Fix tracking of psql script line numbers during \copy... commit | commitdiff | tree
2014年03月10日 Robert Haas Allow dynamic shared memory segments to be kept until... commit | commitdiff | tree
2014年03月10日 Robert Haas Allow logical decoding via the walsender interface. commit | commitdiff | tree
2014年03月10日 Robert Haas Teach on_exit_reset() to discard pending cleanups for... commit | commitdiff | tree
2014年03月09日 Simon Riggs Correct copy/pasto in comment for REPLICA IDENTITY commit | commitdiff | tree
2014年03月08日 Bruce Momjian doc: remove extra whitespace in SGML markup commit | commitdiff | tree
2014年03月08日 Bruce Momjian C comments: improve description of relfilenode uniqueness commit | commitdiff | tree
2014年03月08日 Bruce Momjian pg_ctl: improve handling of invalid data directory commit | commitdiff | tree
2014年03月08日 Bruce Momjian docs: small adjustements to recent SELECT and pg_upgra... commit | commitdiff | tree
2014年03月08日 Bruce Momjian pg_upgrade: document delete problems with tablespaces... commit | commitdiff | tree
2014年03月08日 Bruce Momjian doc: improve server's keepalive description commit | commitdiff | tree
2014年03月08日 Bruce Momjian docs: improve TABLE command by showing supported clauses commit | commitdiff | tree
2014年03月07日 Tom Lane Remove unportable use of anonymous unions from reorderb... commit | commitdiff | tree
2014年03月07日 Tom Lane Fix contrib/postgres_fdw to handle multiple join condit... commit | commitdiff | tree
2014年03月07日 Bruce Momjian release notes: add item missed in 9.2.5 release commit | commitdiff | tree
2014年03月07日 Bruce Momjian fix ReplicationSlotsCountDBSlots for dropping unrelated... commit | commitdiff | tree
2014年03月07日 Heikki Linnakangas Fix dangling smgr_owner pointer when a fake relcache... commit | commitdiff | tree
2014年03月07日 Heikki Linnakangas Avoid memcpy() with same source and destination address. commit | commitdiff | tree
2014年03月07日 Heikki Linnakangas Fix name of syslog_ident GUC in docs. commit | commitdiff | tree
2014年03月07日 Tom Lane Avoid getting more than AccessShareLock when deparsing... commit | commitdiff | tree
2014年03月06日 Heikki Linnakangas isdigit() needs an unsigned char argument. commit | commitdiff | tree
2014年03月06日 Heikki Linnakangas Send keepalives from walsender even when busy sending... commit | commitdiff | tree
2014年03月06日 Tom Lane Don't reject ROW_MARK_REFERENCE rowmarks for materializ... commit | commitdiff | tree
2014年03月06日 Bruce Momjian C comment update: relfilenode is only unique with a... commit | commitdiff | tree
2014年03月06日 Bruce Momjian docs: to_timestamp and to_date do minimal range checking commit | commitdiff | tree
2014年03月05日 Bruce Momjian pg_dump: make argument combination error exit code... commit | commitdiff | tree
2014年03月05日 Tom Lane Fix portability issues in recently added make_timestamp... commit | commitdiff | tree
2014年03月05日 Tom Lane Add comment that ec_relids excludes "child" Equivalence... commit | commitdiff | tree
2014年03月05日 Robert Haas Fix some typos introduced by the logical decoding patch. commit | commitdiff | tree
2014年03月05日 Robert Haas Fix test_decoding regression test outputs. commit | commitdiff | tree
2014年03月05日 Tom Lane Remove unused field "evttype". commit | commitdiff | tree
2014年03月05日 Alvaro Herrera Remove the correct pgstat file on DROP DATABASE commit | commitdiff | tree
2014年03月05日 Bruce Momjian pg_upgrade: improve C comment about what old/new oids... commit | commitdiff | tree
2014年03月05日 Stephen Frost Allocate fresh memory for post_opts/exec_path commit | commitdiff | tree
2014年03月05日 Heikki Linnakangas Do wal_level and hot standby checks when doing crash... commit | commitdiff | tree
2014年03月05日 Heikki Linnakangas Fix lastReplayedEndRecPtr calculation when starting... commit | commitdiff | tree
2014年03月05日 Stephen Frost Fix issues with pg_ctl commit | commitdiff | tree
2014年03月05日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年03月04日 Andrew Dunstan Provide a FORCE NULL option to COPY in CSV mode. commit | commitdiff | tree
2014年03月04日 Alvaro Herrera auto_explain: Add logging of trigger execution commit | commitdiff | tree
2014年03月04日 Alvaro Herrera Constructors for interval, timestamp, timestamptz commit | commitdiff | tree
2014年03月04日 Robert Haas Allow VACUUM FULL/CLUSTER to bump freeze horizons even... commit | commitdiff | tree
2014年03月04日 Robert Haas Minor corrections to logical decoding patch. commit | commitdiff | tree
2014年03月04日 Heikki Linnakangas Error out on send failure in walsender loop. commit | commitdiff | tree
2014年03月03日 Robert Haas Introduce logical decoding. commit | commitdiff | tree
2014年03月03日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年03月03日 Heikki Linnakangas Rename huge_tlb_pages to huge_pages, and improve docs. commit | commitdiff | tree
2014年03月03日 Alvaro Herrera pg_dump et al: Add --if-exists option commit | commitdiff | tree
2014年03月03日 Robert Haas Use a longer buffer in libpqrcv_startstreaming. commit | commitdiff | tree
2014年03月03日 Robert Haas Bump catversion. commit | commitdiff | tree
2014年03月03日 Robert Haas Corrections to replication slots code and documentation. commit | commitdiff | tree
2014年03月03日 Robert Haas pageinspect: Use new pg_lsn datatype. commit | commitdiff | tree
2014年03月03日 Robert Haas Define LSNOID in pg_type.h. commit | commitdiff | tree
2014年03月03日 Stephen Frost Another round of Coverity fixes commit | commitdiff | tree
2014年03月02日 Stephen Frost Various Coverity-spotted fixes commit | commitdiff | tree
2014年03月01日 Tom Lane Allow regex operations to be terminated early by query... commit | commitdiff | tree
2014年02月28日 Heikki Linnakangas Remove bogus while-loop. commit | commitdiff | tree
2014年02月28日 Peter Eisentraut pgbench: Fix help message commit | commitdiff | tree
2014年02月27日 Alvaro Herrera Allow BASE_BACKUP to be throttled commit | commitdiff | tree
2014年02月27日 Tom Lane Remove dependency on database encoding in citext regres... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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