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年05月03日 Heikki Linnakangas Add PQencryptPasswordConn function to libpq, use it... commit | commitdiff | tree
2017年05月03日 Tom Lane Improve performance of timezone loading, especially... commit | commitdiff | tree
2017年05月03日 Tom Lane Remove create_singleton_array(), hard-coding the case... commit | commitdiff | tree
2017年05月02日 Tom Lane Ensure commands in extension scripts see the results... commit | commitdiff | tree
2017年05月02日 Alvaro Herrera extstats: change output functions to emit valid JSON commit | commitdiff | tree
2017年05月02日 Peter Eisentraut doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION... commit | commitdiff | tree
2017年05月02日 Robert Haas Fix typos in comments. commit | commitdiff | tree
2017年05月02日 Peter Eisentraut doc: Add missing markup commit | commitdiff | tree
2017年05月02日 Peter Eisentraut Avoid unnecessary catalog updates in ALTER SEQUENCE commit | commitdiff | tree
2017年05月02日 Peter Eisentraut doc: Update ALTER SEQUENCE claims about changes being... commit | commitdiff | tree
2017年05月02日 Andrew Dunstan Fix perl thinko in commit fed6df486dca commit | commitdiff | tree
2017年05月02日 Magnus Hagander Change hot_standby default value to 'on' commit | commitdiff | tree
2017年05月02日 Peter Eisentraut Don't wake up logical replication launcher unnecessarily commit | commitdiff | tree
2017年05月01日 Tom Lane Improve function header comment for create_singleton_ar... commit | commitdiff | tree
2017年05月01日 Tom Lane Reduce semijoins with unique inner relations to plain... commit | commitdiff | tree
2017年05月01日 Tom Lane Fix mis-optimization of semijoins with more than one... commit | commitdiff | tree
2017年05月01日 Tom Lane Update time zone data files to tzdata release 2017b. commit | commitdiff | tree
2017年05月01日 Robert Haas libpq: Fix inadvertent change in .pgpass lookup behavior. commit | commitdiff | tree
2017年05月01日 Andrew Dunstan Allow vcregress.pl to run an arbitrary TAP test set commit | commitdiff | tree
2017年05月01日 Peter Eisentraut Fix logical replication launcher wake up and reset commit | commitdiff | tree
2017年05月01日 Robert Haas Fire per-statement triggers on partitioned tables. commit | commitdiff | tree
2017年04月30日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2017年04月30日 Tom Lane Fix possible null pointer dereference or invalid warnin... commit | commitdiff | tree
2017年04月30日 Tom Lane Micro-optimize some slower queries in the opr_sanity... commit | commitdiff | tree
2017年04月28日 Peter Eisentraut doc: Fix typo in 9.6 release notes commit | commitdiff | tree
2017年04月28日 Robert Haas Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. commit | commitdiff | tree
2017年04月28日 Peter Eisentraut psql: Support identity columns in sequence display commit | commitdiff | tree
2017年04月28日 Robert Haas In load_relcache_init_file, initialize rd_pdcxt. commit | commitdiff | tree
2017年04月28日 Robert Haas Speed up dropping tables with many partitions. commit | commitdiff | tree
2017年04月28日 Robert Haas Fix crash when partitioned column specified twice. commit | commitdiff | tree
2017年04月28日 Peter Eisentraut Wait between tablesync worker restarts commit | commitdiff | tree
2017年04月28日 Heikki Linnakangas Misc SCRAM code cleanups. commit | commitdiff | tree
2017年04月28日 Stephen Frost Remove unnecessairly duplicated gram.y productions commit | commitdiff | tree
2017年04月27日 Andres Freund Don't build full initial logical decoding snapshot... commit | commitdiff | tree
2017年04月27日 Andres Freund Don't use on-disk snapshots for exported logical decodi... commit | commitdiff | tree
2017年04月27日 Tom Lane Avoid slow shutdown of pg_basebackup. commit | commitdiff | tree
2017年04月27日 Fujii Masao Fix bug so logical rep launcher saves correctly time... commit | commitdiff | tree
2017年04月27日 Tom Lane Cope with glibc too old to have epoll_create1(). commit | commitdiff | tree
2017年04月27日 Andres Freund Preserve required !catalog tuples while computing initi... commit | commitdiff | tree
2017年04月27日 Tom Lane Make latch.c more paranoid about child-process cases. commit | commitdiff | tree
2017年04月27日 Bruce Momjian doc: PG10 release note typo fix commit | commitdiff | tree
2017年04月27日 Bruce Momjian doc PG10rel: adjust hash index commits and add parallel... commit | commitdiff | tree
2017年04月27日 Simon Riggs Rework handling of subtransactions in 2PC recovery commit | commitdiff | tree
2017年04月27日 Simon Riggs Additional tests for subtransactions in recovery commit | commitdiff | tree
2017年04月27日 Peter Eisentraut Fix typo in comment commit | commitdiff | tree
2017年04月26日 Tom Lane Allow multiple bgworkers to be launched per postmaster... commit | commitdiff | tree
2017年04月26日 Bruce Momjian doc PG10: add commit for transition table item commit | commitdiff | tree
2017年04月26日 Stephen Frost pg_get_partkeydef: return NULL for non-partitions commit | commitdiff | tree
2017年04月26日 Tom Lane Silence compiler warning induced by commit de4389712. commit | commitdiff | tree
2017年04月26日 Peter Eisentraut doc: ALTER SUBSCRIPTION documentation fixes commit | commitdiff | tree
2017年04月26日 Peter Eisentraut Fix query that gets remote relation info commit | commitdiff | tree
2017年04月26日 Peter Eisentraut Spelling fixes in code comments commit | commitdiff | tree
2017年04月26日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2017年04月26日 Peter Eisentraut Fix various concurrency issues in logical replication... commit | commitdiff | tree
2017年04月26日 Bruce Momjian doc PG10: add Rafia Sabih to parallel index scan item commit | commitdiff | tree
2017年04月25日 Stephen Frost Allow ALTER TABLE ONLY on partitioned tables commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc PG10: update EXPLAIN SUMMARY item commit | commitdiff | tree
2017年04月25日 Peter Eisentraut Wake up launcher when enabling a subscription commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: update PG 10 item about referencing many relations commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc PG10: add commit 090010f2e and adjust EXPLAIN... commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: properly indent SGML tags in PG 10 release notes commit | commitdiff | tree
2017年04月25日 Fujii Masao Set the priorities of all quorum synchronous standbys... commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: PG 10 release notes updates commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: PG 10 release note updates commit | commitdiff | tree
2017年04月25日 Robert Haas Adjust outdated comment. commit | commitdiff | tree
2017年04月25日 Fujii Masao Update copyright in recently added files. commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: move hash info to new section and split out growth... commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: move hash performance item into index section commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: add Rafia Sabih to PG 10 release note item commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: fix PG 10 release note doc markup commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: merge PG 10 release SysV item commit | commitdiff | tree
2017年04月25日 Peter Eisentraut postgres_fdw: Fix join push down with extensions commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: PG 10 fixes commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: several minor PG 10 doc adjustments commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: fix attribution of sequence item, order incompati... commit | commitdiff | tree
2017年04月25日 Bruce Momjian doc: first draft of Postgres 10 release notes commit | commitdiff | tree
2017年04月24日 Bruce Momjian doc: update release doc markup instructions commit | commitdiff | tree
2017年04月24日 Tom Lane Revert "Use pselect(2) not select(2), if available... commit | commitdiff | tree
2017年04月24日 Tom Lane Use pselect(2) not select(2), if available, to wait... commit | commitdiff | tree
2017年04月24日 Tom Lane Run the postmaster's signal handlers without SA_RESTART. commit | commitdiff | tree
2017年04月24日 Fujii Masao Get rid of extern declarations of non-existent functions. commit | commitdiff | tree
2017年04月24日 Tom Lane Fix postmaster's handling of fork failure for a bgworke... commit | commitdiff | tree
2017年04月24日 Tom Lane Code review for commands/statscmds.c. commit | commitdiff | tree
2017年04月23日 Andres Freund Don't include sys/poll.h anymore. commit | commitdiff | tree
2017年04月23日 Andres Freund Zero padding in replication origin's checkpointed on... commit | commitdiff | tree
2017年04月23日 Andres Freund Initialize all memory for logical replication relation... commit | commitdiff | tree
2017年04月23日 Andres Freund Remove select(2) backed latch implementation. commit | commitdiff | tree
2017年04月23日 Simon Riggs Workaround for RecoverPreparedTransactions() commit | commitdiff | tree
2017年04月23日 Simon Riggs Fix LagTrackerRead() for timeline increments commit | commitdiff | tree
2017年04月23日 Tom Lane Fix order of arguments to SubTransSetParent(). commit | commitdiff | tree
2017年04月23日 Andrew Dunstan Fix TAP infrastructure to support Mingw better commit | commitdiff | tree
2017年04月22日 Tom Lane Make PostgresNode.pm check server status more carefully. commit | commitdiff | tree
2017年04月22日 Tom Lane Make PostgresNode::append_conf append a newline automat... commit | commitdiff | tree
2017年04月22日 Andrew Dunstan Require sufficiently modern version of Test::More for... commit | commitdiff | tree
2017年04月22日 Tom Lane Partially revert commit 536d47bd9d5fce8d91929bee3128fa1... commit | commitdiff | tree
2017年04月21日 Peter Eisentraut doc: Update link commit | commitdiff | tree
2017年04月21日 Tom Lane Avoid depending on non-POSIX behavior of fcntl(2). commit | commitdiff | tree
2017年04月21日 Heikki Linnakangas Change the on-disk format of SCRAM verifiers to conform... commit | commitdiff | tree
2017年04月21日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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