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月12日 Andres Freund Be less aggressive in asking for feedback of logical... commit | commitdiff | tree
2014年08月12日 Tatsuo Ishii Enhance pgbench's option checking. commit | commitdiff | tree
2014年08月12日 Fujii Masao Change first call of ProcessConfigFile so as to process... commit | commitdiff | tree
2014年08月12日 Fujii Masao Add tab-completion for \unset and valid setting values... commit | commitdiff | tree
2014年08月11日 Fujii Masao Fix documentation oversights about pageinspect and... commit | commitdiff | tree
2014年08月11日 Heikki Linnakangas Break out OpenSSL-specific code to separate files. commit | commitdiff | tree
2014年08月10日 Tom Lane Clarify type resolution behavior for domain types. commit | commitdiff | tree
2014年08月09日 Tom Lane Clean up handling of unknown-type inputs in json_build_... commit | commitdiff | tree
2014年08月09日 Tom Lane Further cleanup of JSON-specific error messages. commit | commitdiff | tree
2014年08月09日 Tom Lane Reject duplicate column names in foreign key referenced... commit | commitdiff | tree
2014年08月09日 Peter Eisentraut Small message fixes commit | commitdiff | tree
2014年08月08日 Fujii Masao Add -F option to pg_receivexlog, for specifying fsync... commit | commitdiff | tree
2014年08月08日 Tom Lane Fix typo in docs. commit | commitdiff | tree
2014年08月07日 Bruce Momjian pg_upgrade: prevent oid conflicts with new-cluster... commit | commitdiff | tree
2014年08月07日 Heikki Linnakangas Improve comment. commit | commitdiff | tree
2014年08月06日 Robert Haas Add PG_RETURN_UINT16 macro. commit | commitdiff | tree
2014年08月06日 Robert Haas Don't require sort support functions to provide a compa... commit | commitdiff | tree
2014年08月06日 Robert Haas Fix alternate regression test output file. commit | commitdiff | tree
2014年08月06日 Fujii Masao Refactor pg_receivexlog main loop code, for readability... commit | commitdiff | tree
2014年08月06日 Fujii Masao Change ParseConfigFp() so that it doesn't process unuse... commit | commitdiff | tree
2014年08月05日 Kevin Grittner Fix typo in C comment. commit | commitdiff | tree
2014年08月05日 Robert Haas Improve some JSON error messages. commit | commitdiff | tree
2014年08月04日 Bruce Momjian pg_upgrade: assume user is install user commit | commitdiff | tree
2014年08月04日 Bruce Momjian pg_upgrade: remove reference to autovacuum_multixact_f... commit | commitdiff | tree
2014年08月04日 Heikki Linnakangas Windows doesn't have M_PI; define it ourselves when... commit | commitdiff | tree
2014年08月02日 Fujii Masao Add missing PQclear() calls into pg_receivexlog. commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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