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年09月03日 Bruce Momjian Update URL reference material in /contrib/isn docs commit | commitdiff | tree
2014年09月03日 Bruce Momjian Document use of partial indexes for partial unique... commit | commitdiff | tree
2014年09月03日 Bruce Momjian Issue clearer notice when inherited merged columns... commit | commitdiff | tree
2014年09月02日 Heikki Linnakangas Check number of parameters in RAISE statement at compil... commit | commitdiff | tree
2014年09月02日 Heikki Linnakangas Refactor per-page logic common to all redo routines... commit | commitdiff | tree
2014年09月02日 Heikki Linnakangas Silence warning on new versions of clang. commit | commitdiff | tree
2014年09月02日 Andres Freund Add psql PROMPT variable showing which line of a statem... commit | commitdiff | tree
2014年09月02日 Fujii Masao Support ALTER SYSTEM RESET command. commit | commitdiff | tree
2014年09月01日 Tom Lane Fix unportable use of isspace(). commit | commitdiff | tree
2014年09月01日 Andres Freund Add skip-empty-xacts option to test_decoding for use... commit | commitdiff | tree
2014年09月01日 Andres Freund Add valgrind suppression for padding bytes in twophase... commit | commitdiff | tree
2014年09月01日 Andres Freund Fix s/pluggins/plugins/ typo in two comments. commit | commitdiff | tree
2014年08月31日 Andres Freund Declare lwlock.c's LWLockAcquireCommon() as a static... commit | commitdiff | tree
2014年08月31日 Andres Freund Protect definition of SpinlockSemaArray, just like... commit | commitdiff | tree
2014年08月31日 Andres Freund Declare two variables in snapbuild.c as static. commit | commitdiff | tree
2014年08月30日 Kevin Grittner doc: Various typo/grammar fixes commit | commitdiff | tree
2014年08月30日 Bruce Momjian Again update C comments for pg_attribute.attislocal commit | commitdiff | tree
2014年08月30日 Andres Freund Make backend local tracking of buffer pins memory effic... commit | commitdiff | tree
2014年08月29日 Bruce Momjian Update C comment for pg_attribute.attislocal commit | commitdiff | tree
2014年08月29日 Bruce Momjian pg_is_xlog_replay_paused(): remove super-user-only... commit | commitdiff | tree
2014年08月29日 Heikki Linnakangas Fix bug in compressed GIN data leaf page splitting... commit | commitdiff | tree
2014年08月29日 Peter Eisentraut Assorted message improvements commit | commitdiff | tree
2014年08月29日 Peter Eisentraut doc: Revert ALTER TABLESPACE summary line commit | commitdiff | tree
2014年08月29日 Tom Lane Add min and max aggregates for inet/cidr data types. commit | commitdiff | tree
2014年08月29日 Noah Misch Always use our getaddrinfo.c on Windows. commit | commitdiff | tree
2014年08月28日 Tom Lane Fix citext upgrade script for disallowance of oidvector... commit | commitdiff | tree
2014年08月28日 Fujii Masao Revert "Allow units to be specified in relation option... commit | commitdiff | tree
2014年08月28日 Andres Freund Allow escaping of option values for options passed... commit | commitdiff | tree
2014年08月28日 Fujii Masao Allow units to be specified in relation option setting... commit | commitdiff | tree
2014年08月28日 Jeff Davis Allow multibyte characters as escape in SIMILAR TO... commit | commitdiff | tree
2014年08月27日 Alvaro Herrera Fix FOR UPDATE NOWAIT on updated tuple chains commit | commitdiff | tree
2014年08月27日 Fujii Masao Add header comments to receivelog.h and streamutil.h. commit | commitdiff | tree
2014年08月27日 Stephen Frost Fix Var handling for security barrier views commit | commitdiff | tree
2014年08月27日 Peter Eisentraut doc: Document valid checkpoint_timeout range commit | commitdiff | tree
2014年08月26日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年08月26日 Robert Haas Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c. commit | commitdiff | tree
2014年08月26日 Kevin Grittner Fix superuser concurrent refresh of matview owned by... commit | commitdiff | tree
2014年08月26日 Andres Freund Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows... commit | commitdiff | tree
2014年08月26日 Heikki Linnakangas Implement IF NOT EXISTS for CREATE SEQUENCE. commit | commitdiff | tree
2014年08月26日 Andres Freund Specify the port in dblink and postgres_fdw tests. commit | commitdiff | tree
2014年08月26日 Andres Freund Don't hardcode contrib_regression dbname in postgres_fd... commit | commitdiff | tree
2014年08月26日 Heikki Linnakangas Show schema names in pg_dump verbose output. commit | commitdiff | tree
2014年08月26日 Bruce Momjian pg_upgrade: prevent automatic oid assignment commit | commitdiff | tree
2014年08月26日 Bruce Momjian rename macro isTempOrToastNamespace to isTempOrTempToas... commit | commitdiff | tree
2014年08月26日 Bruce Momjian pg_upgrade: use CTE query rather than temp table commit | commitdiff | tree
2014年08月26日 Bruce Momjian pg_upgrade docs: update docs for 8.3 support removal commit | commitdiff | tree
2014年08月26日 Bruce Momjian revert "Throw error for ALTER TABLE RESET of an invalid... commit | commitdiff | tree
2014年08月26日 Bruce Momjian pg_upgrade: remove support for 8.3 old clusters commit | commitdiff | tree
2014年08月25日 Bruce Momjian pg_upgrade: add SET log_min_error_statement = warning commit | commitdiff | tree
2014年08月25日 Bruce Momjian Throw error for ALTER TABLE RESET of an invalid option commit | commitdiff | tree
2014年08月25日 Bruce Momjian pg_ctl, pg_upgrade: allow multiple -o/-O options,... commit | commitdiff | tree
2014年08月25日 Bruce Momjian upgrade docs: highlight pg_upgrade, warn about globals... commit | commitdiff | tree
2014年08月25日 Alvaro Herrera Revert XactLockTableWait context setup in conditional... commit | commitdiff | tree
2014年08月25日 Alvaro Herrera Use newly added InvalidCommandId instead of 0 commit | commitdiff | tree
2014年08月25日 Alvaro Herrera DefineType: return base type OID, not its array commit | commitdiff | tree
2014年08月25日 Alvaro Herrera Have CREATE TABLE AS and REFRESH return an OID commit | commitdiff | tree
2014年08月25日 Alvaro Herrera More psprintf goodness commit | commitdiff | tree
2014年08月25日 Alvaro Herrera Oops, forgot to "git add" one last change commit | commitdiff | tree
2014年08月25日 Alvaro Herrera Editorial review of SET UNLOGGED commit | commitdiff | tree
2014年08月25日 Heikki Linnakangas Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT. commit | commitdiff | tree
2014年08月25日 Andres Freund Fix typos in some error messages thrown by extension... commit | commitdiff | tree
2014年08月25日 Heikki Linnakangas Don't track DEALLOCATE in pg_stat_statements. commit | commitdiff | tree
2014年08月24日 Tom Lane Fix another ancient memory-leak bug in relcache.c. commit | commitdiff | tree
2014年08月23日 Peter Eisentraut doc: Improve pg_restore help output commit | commitdiff | tree
2014年08月22日 Alvaro Herrera Implement ALTER TABLE .. SET LOGGED / UNLOGGED commit | commitdiff | tree
2014年08月22日 Alvaro Herrera Fix outdated comment commit | commitdiff | tree
2014年08月22日 Tom Lane Fix corner-case behaviors in JSON/JSONB field extractio... commit | commitdiff | tree
2014年08月22日 Andres Freund Fix newly introduced misspelling of existence in pg_buf... commit | commitdiff | tree
2014年08月22日 Heikki Linnakangas Fix comment in pg_basebackup. commit | commitdiff | tree
2014年08月22日 Heikki Linnakangas Change the way pg_basebackup's tablespace mapping is... commit | commitdiff | tree
2014年08月22日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年08月21日 Stephen Frost Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' commit | commitdiff | tree
2014年08月21日 Andres Freund Add pinning_backends column to the pg_buffercache exten... commit | commitdiff | tree
2014年08月21日 Heikki Linnakangas Add #define INT64_MODIFIER for the printf length modifi... commit | commitdiff | tree
2014年08月20日 Tom Lane More regression test cases for json/jsonb extraction... commit | commitdiff | tree
2014年08月20日 Tom Lane Fix core dump in jsonb #> operator, and add regression... commit | commitdiff | tree
2014年08月20日 Bruce Momjian pg_upgrade: adjust logging to use QUERY_ALLOC lengths commit | commitdiff | tree
2014年08月20日 Heikki Linnakangas Use comma+space as the separator in the default search_... commit | commitdiff | tree
2014年08月19日 Fujii Masao Revert "Fix bug in checking of IDENTIFY_SYSTEM result." commit | commitdiff | tree
2014年08月19日 Fujii Masao Fix bug in checking of IDENTIFY_SYSTEM result. commit | commitdiff | tree
2014年08月19日 Noah Misch Install libpq DLL with $(INSTALL_SHLIB). commit | commitdiff | tree
2014年08月19日 Noah Misch Finish adding file version information to installed... commit | commitdiff | tree
2014年08月19日 Noah Misch Replace a few strncmp() calls with strlcpy(). commit | commitdiff | tree
2014年08月19日 Noah Misch Make pg_service.conf sample LDIF more portable. commit | commitdiff | tree
2014年08月19日 Noah Misch Document new trigger-related forms of ALTER FOREIGN... commit | commitdiff | tree
2014年08月18日 Greg Stark Adjust Release Notes to reflect holding off wrapped... commit | commitdiff | tree
2014年08月18日 Greg Stark Fix further concerns about psql wrapping in expanded... commit | commitdiff | tree
2014年08月18日 Heikki Linnakangas Reorganize functions in be-secure-openssl.c commit | commitdiff | tree
2014年08月18日 Tom Lane Fix obsolete mention of non-int64 support in CREATE... commit | commitdiff | tree
2014年08月18日 Tom Lane Use ISO 8601 format for dates converted to JSON, too. commit | commitdiff | tree
2014年08月18日 Fujii Masao Add missing index terms for replication commands in... commit | commitdiff | tree
2014年08月18日 Tom Lane Make an editorial pass over the 9.4 release notes. commit | commitdiff | tree
2014年08月17日 Tom Lane Improve DISCARD documentation. commit | commitdiff | tree
2014年08月17日 Peter Eisentraut doc: Work around stylesheet bug for man build commit | commitdiff | tree
2014年08月16日 Tom Lane Fix bogus return macros in range_overright_internal(). commit | commitdiff | tree
2014年08月16日 Tom Lane Add opr_sanity queries to inspect commutator/negator... commit | commitdiff | tree
2014年08月16日 Tom Lane Fix bogus commutator/negator links for JSONB containmen... commit | commitdiff | tree
2014年08月15日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2014年08月15日 Bruce Momjian pg_upgrade: fix define adjusted during testing commit | commitdiff | tree
2014年08月15日 Bruce Momjian pg_upgrade: error if run from top of new PGDATA on... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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