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年08月02日 Fujii Masao Fix bug in pg_receivexlog --verbose. commit | commitdiff | tree
2014年08月01日 Heikki Linnakangas Fix typo in user manual commit | commitdiff | tree
2014年07月31日 Heikki Linnakangas Move log_newpage and log_newpage_buffer to xlog.c. commit | commitdiff | tree
2014年07月30日 Tom Lane Avoid wholesale autovacuuming when autovacuum is nomina... commit | commitdiff | tree
2014年07月30日 Robert Haas pgbench: Allow \setrandom to generate Gaussian/exponent... commit | commitdiff | tree
2014年07月30日 Robert Haas Fix mishandling of background worker PGPROCs in EXEC_BA... commit | commitdiff | tree
2014年07月30日 Peter Eisentraut doc: Clean up some recently added PL/pgSQL documentation commit | commitdiff | tree
2014年07月30日 Bruce Momjian pg_upgrade: improve C comment wording commit | commitdiff | tree
2014年07月29日 Alvaro Herrera Avoid uselessly looking up old LOCK_ONLY multixacts commit | commitdiff | tree
2014年07月29日 Alvaro Herrera Simplify multixact freezing a bit commit | commitdiff | tree
2014年07月29日 Heikki Linnakangas Oops, fix recoveryStopsBefore functions for regular... commit | commitdiff | tree
2014年07月29日 Heikki Linnakangas Treat 2PC commit/abort the same as regular xacts in... commit | commitdiff | tree
2014年07月29日 Fujii Masao Reword the sentence for pg_logical_slot_peek_changes... commit | commitdiff | tree
2014年07月28日 Tom Lane Fix obsolete statement in smgr/README. commit | commitdiff | tree
2014年07月27日 Peter Eisentraut doc: Fix up ALTER TABLESPACE reference page commit | commitdiff | tree
2014年07月25日 Tom Lane Fix a performance problem in pg_dump's dump order selec... commit | commitdiff | tree
2014年07月25日 Noah Misch Handle WAIT_IO_COMPLETION return from WaitForMultipleOb... commit | commitdiff | tree
2014年07月25日 Noah Misch Move PGAC_LDAP_SAFE to config/programs.m4. commit | commitdiff | tree
2014年07月24日 Robert Haas Prevent shm_mq_send from reading uninitialized memory. commit | commitdiff | tree
2014年07月24日 Robert Haas Fix checkpointer crash in EXEC_BACKEND builds. commit | commitdiff | tree
2014年07月24日 Andres Freund Properly remove ephemeral replication slots after a... commit | commitdiff | tree
2014年07月24日 Robert Haas Avoid access to already-released lock in LockRefindAndR... commit | commitdiff | tree
2014年07月24日 Robert Haas docs: Improve documentation of \pset without arguments. commit | commitdiff | tree
2014年07月24日 Fujii Masao Fix bug where pg_receivexlog goes into busy loop if... commit | commitdiff | tree
2014年07月24日 Peter Eisentraut Fix TAP installcheck tests when current directory name... commit | commitdiff | tree
2014年07月23日 Tom Lane Rearrange documentation paragraph describing pg_relatio... commit | commitdiff | tree
2014年07月23日 Noah Misch Report success when Windows kill() emulation signals... commit | commitdiff | tree
2014年07月23日 Noah Misch MSVC: Substitute $(top_builddir) in REGRESS_OPTS. commit | commitdiff | tree
2014年07月22日 Tom Lane Re-enable error for "SELECT ... OFFSET -1". commit | commitdiff | tree
2014年07月22日 Tom Lane Check block number against the correct fork in get_raw_... commit | commitdiff | tree
2014年07月22日 Andrew Dunstan Allow empty string object keys in json_object(). commit | commitdiff | tree
2014年07月22日 Noah Misch Diagnose incompatible OpenLDAP versions during build... commit | commitdiff | tree
2014年07月22日 Peter Eisentraut Unset some local environment variables in TAP tests commit | commitdiff | tree
2014年07月22日 Peter Eisentraut gitattributes: Ignore time zone data files for whitespa... commit | commitdiff | tree
2014年07月22日 Tom Lane Reject out-of-range numeric timezone specifications. commit | commitdiff | tree
2014年07月21日 Tom Lane Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. commit | commitdiff | tree
2014年07月21日 Tom Lane Adjust cutoff points in newly-added sanity tests. commit | commitdiff | tree
2014年07月21日 Tom Lane Defend against bad relfrozenxid/relminmxid/datfrozenxid... commit | commitdiff | tree
2014年07月21日 Magnus Hagander Properly use DEFAULT_EVENT_SOURCE in pgevent.c commit | commitdiff | tree
2014年07月21日 Peter Eisentraut Translation updates commit | commitdiff | tree
2014年07月21日 Peter Eisentraut Update SQL features list commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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