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年07月21日 Peter Eisentraut Replace "internationalize" with "localize" where approp... commit | commitdiff | tree
2014年07月20日 Tom Lane First-draft release notes for 9.3.5. commit | commitdiff | tree
2014年07月20日 Tom Lane Fix xreflabel for hot_standby_feedback. commit | commitdiff | tree
2014年07月19日 Tom Lane Update time zone data files to tzdata release 2014e. commit | commitdiff | tree
2014年07月19日 Tom Lane Partial fix for dropped columns in functions returning... commit | commitdiff | tree
2014年07月18日 Noah Misch Limit pg_upgrade authentication advice to always-secure... commit | commitdiff | tree
2014年07月18日 Tom Lane Fix two low-probability memory leaks in regular express... commit | commitdiff | tree
2014年07月17日 Magnus Hagander Revert broken change to pgevent.c commit | commitdiff | tree
2014年07月17日 Magnus Hagander Add option to pg_ctl to choose event source for logging commit | commitdiff | tree
2014年07月17日 Peter Eisentraut doc: Spell checking commit | commitdiff | tree
2014年07月16日 Heikki Linnakangas Fix bugs in SP-GiST search with range type's -|- (adjac... commit | commitdiff | tree
2014年07月16日 Tom Lane Allow join removal in some cases involving a left join... commit | commitdiff | tree
2014年07月15日 Magnus Hagander Move check for SSL_get_current_compression to run on... commit | commitdiff | tree
2014年07月15日 Peter Eisentraut doc: Put new options in right order on reference pages commit | commitdiff | tree
2014年07月15日 Peter Eisentraut pg_upgrade: Fix spacing in help output commit | commitdiff | tree
2014年07月15日 Peter Eisentraut pg_basebackup: Add more information about --max-rate... commit | commitdiff | tree
2014年07月15日 Andrew Dunstan json_build_object and json_build_array are stable,... commit | commitdiff | tree
2014年07月15日 Alvaro Herrera Add missing doc changes for ee80f043bc9b commit | commitdiff | tree
2014年07月15日 Alvaro Herrera Fix REASSIGN OWNED for text search objects commit | commitdiff | tree
2014年07月15日 Magnus Hagander Detect presence of SSL_get_current_compression commit | commitdiff | tree
2014年07月15日 Peter Eisentraut Add missing source files to nls.mk commit | commitdiff | tree
2014年07月15日 Magnus Hagander Include SSL compression status in psql banner and conne... commit | commitdiff | tree
2014年07月15日 Peter Eisentraut Small spelling fix commit | commitdiff | tree
2014年07月15日 Peter Eisentraut Add missing serial commas commit | commitdiff | tree
2014年07月15日 Magnus Hagander Remove dependency on wsock32.lib in favor of ws2_32 commit | commitdiff | tree
2014年07月15日 Peter Eisentraut doc: small fixes for REINDEX reference page commit | commitdiff | tree
2014年07月14日 Alvaro Herrera psql: Show tablespace size in \db+ commit | commitdiff | tree
2014年07月14日 Alvaro Herrera Move view reloptions into their own varlena struct commit | commitdiff | tree
2014年07月14日 Noah Misch Add file version information to most installed Windows... commit | commitdiff | tree
2014年07月14日 Noah Misch contrib/test_decoding/Makefile sets MODULES, so omit... commit | commitdiff | tree
2014年07月14日 Noah Misch MSVC: Apply icons to all binaries having them in a... commit | commitdiff | tree
2014年07月14日 Noah Misch MSVC: Process Makefile line continuations more like... commit | commitdiff | tree
2014年07月14日 Noah Misch MSVC: Recognize PGFILEDESC in contrib and conversion_pr... commit | commitdiff | tree
2014年07月14日 Noah Misch Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72... commit | commitdiff | tree
2014年07月14日 Fujii Masao Prevent bitmap heap scans from showing unnecessary... commit | commitdiff | tree
2014年07月14日 Fujii Masao Remove incorrect comment from postgres_fdw.c. commit | commitdiff | tree
2014年07月12日 Magnus Hagander Support --with-extra-version equivalent functionality... commit | commitdiff | tree
2014年07月12日 Andres Freund Minimal psql tab completion support for SET search_path. commit | commitdiff | tree
2014年07月12日 Andres Freund Fix decoding of consecutive MULTI_INSERTs emitted by... commit | commitdiff | tree
2014年07月12日 Magnus Hagander Add autocompletion of locale keywords for CREATE DATABASE commit | commitdiff | tree
2014年07月11日 Tom Lane Fix bug with whole-row references to append subplans. commit | commitdiff | tree
2014年07月11日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年07月10日 Tom Lane Implement IMPORT FOREIGN SCHEMA. commit | commitdiff | tree
2014年07月10日 Bruce Momjian Adjust blank lines around PG_MODULE_MAGIC defines,... commit | commitdiff | tree
2014年07月10日 Fujii Masao Add new ECHO mode 'errors' that displays only failed... commit | commitdiff | tree
2014年07月09日 Robert Haas Fix error hint style. commit | commitdiff | tree
2014年07月09日 Robert Haas Improve error messages for bytea decoding failures. commit | commitdiff | tree
2014年07月09日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年07月08日 Peter Eisentraut Update key words table for 9.4 commit | commitdiff | tree
2014年07月08日 Peter Eisentraut doc: Link text to table by id commit | commitdiff | tree
2014年07月08日 Tom Lane Don't assume a subquery's output is unique if there... commit | commitdiff | tree
2014年07月08日 Peter Eisentraut doc: Fix spacing in verbatim environments commit | commitdiff | tree
2014年07月08日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2014年07月07日 Tom Lane In pg_dump, show server and pg_dump versions with or... commit | commitdiff | tree
2014年07月07日 Bruce Momjian pg_upgrade: allow upgrades for new-only TOAST tables commit | commitdiff | tree
2014年07月07日 Fujii Masao Fix typos in comments. commit | commitdiff | tree
2014年07月06日 Robert Haas Remove swpb-based spinlock implementation for ARMv5... commit | commitdiff | tree
2014年07月06日 Andres Freund Fix decoding of MULTI_INSERTs when rows other than... commit | commitdiff | tree
2014年07月06日 Noah Misch Consistently pass an "unsigned char" to ctype.h functions. commit | commitdiff | tree
2014年07月05日 Kevin Grittner Remove dead typeStruct variable from plpy_spi.c. commit | commitdiff | tree
2014年07月04日 Fujii Masao Fix double-free bug of WAL streaming buffer in pg_recei... commit | commitdiff | tree
2014年07月04日 Fujii Masao Refactor pg_receivexlog main loop code, for readability. commit | commitdiff | tree
2014年07月04日 Fujii Masao Split out the description of page-level lock as new... commit | commitdiff | tree
2014年07月03日 Tom Lane Don't cache per-group context across the whole query... commit | commitdiff | tree
2014年07月03日 Tom Lane Redesign API presented by nodeAgg.c for ordered-set... commit | commitdiff | tree
2014年07月03日 Tom Lane Improve support for composite types in PL/Python. commit | commitdiff | tree
2014年07月03日 Peter Eisentraut Use a separate temporary directory for the Unix-domain... commit | commitdiff | tree
2014年07月03日 Peter Eisentraut Support vpath builds in TAP tests commit | commitdiff | tree
2014年07月02日 Kevin Grittner Smooth reporting of commit/rollback statistics. commit | commitdiff | tree
2014年07月02日 Bruce Momjian pg_upgrade: preserve database and relation minmxid... commit | commitdiff | tree
2014年07月02日 Andres Freund Rename logical decoding's pg_llog directory to pg_logical. commit | commitdiff | tree
2014年07月02日 Bruce Momjian pg_upgrade: no need to remove "members" files for... commit | commitdiff | tree
2014年07月02日 Tom Lane Add some errdetail to checkRuleResultList(). commit | commitdiff | tree
2014年07月02日 Fujii Masao Prevent psql from issuing BEGIN before ALTER SYSTEM... commit | commitdiff | tree
2014年07月02日 Tom Lane Allow CREATE/ALTER DATABASE to manipulate datistemplate... commit | commitdiff | tree
2014年07月01日 Tom Lane Refactor CREATE/ALTER DATABASE syntax so options need... commit | commitdiff | tree
2014年07月01日 Tom Lane Remove some useless code in the configure script. commit | commitdiff | tree
2014年07月01日 Tom Lane Improve handling of OOM score adjustment in sample... commit | commitdiff | tree
2014年07月01日 Tom Lane Fix inadequately-sized output buffer in contrib/unaccent. commit | commitdiff | tree
2014年07月01日 Robert Haas Avoid copying index tuples when building an index. commit | commitdiff | tree
2014年07月01日 Tom Lane Issue a WARNING about invalid rule file format in contr... commit | commitdiff | tree
2014年07月01日 Tom Lane Allow multi-character source strings in contrib/unaccent. commit | commitdiff | tree
2014年07月01日 Tom Lane Allow empty replacement strings in contrib/unaccent. commit | commitdiff | tree
2014年06月30日 Bruce Momjian pg_upgrade: update C comments about pg_dumpall commit | commitdiff | tree
2014年06月30日 Noah Misch Don't prematurely free the BufferAccessStrategy in... commit | commitdiff | tree
2014年06月30日 Andres Freund Fix typos in the cluster_name commit. commit | commitdiff | tree
2014年06月30日 Andres Freund Check interrupts during logical decoding more frequently. commit | commitdiff | tree
2014年06月30日 Heikki Linnakangas Fix and enhance the assertion of no palloc's in a criti... commit | commitdiff | tree
2014年06月29日 Tom Lane Remove use_json_as_text options from json_to_record... commit | commitdiff | tree
2014年06月29日 Andres Freund Add cluster_name GUC which is included in process title... commit | commitdiff | tree
2014年06月28日 Andres Freund Remove Alpha and Tru64 support. commit | commitdiff | tree
2014年06月28日 Tom Lane Allow pushdown of WHERE quals into subqueries with... commit | commitdiff | tree
2014年06月27日 Alvaro Herrera Have multixact be truncated by checkpoint, not vacuum commit | commitdiff | tree
2014年06月27日 Alvaro Herrera Don't allow relminmxid to go backwards during VACUUM... commit | commitdiff | tree
2014年06月27日 Alvaro Herrera Fix broken Assert() introduced by 8e9a16ab8f7f0e58 commit | commitdiff | tree
2014年06月27日 Tom Lane Disallow pushing volatile qual expressions down into... commit | commitdiff | tree
2014年06月26日 Tom Lane Get rid of bogus separate pg_proc entries for json_extr... commit | commitdiff | tree
2014年06月26日 Tom Lane Forward-patch regression test for "could not find pathk... commit | commitdiff | tree
2014年06月26日 Fujii Masao Remove obsolete example of CSV log file name from log_f... commit | commitdiff | tree
2014年06月25日 Tom Lane Rationalize error messages within jsonfuncs.c. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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