git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2016年09月11日 Tom Lane Allow CREATE EXTENSION to follow extension update paths. commit | commitdiff | tree
2016年09月11日 Tom Lane Fix and simplify MSVC build's handling of xml/xslt... commit | commitdiff | tree
2016年09月11日 Heikki Linnakangas Implement binary heap replace-top operation in a smarte... commit | commitdiff | tree
2016年09月10日 Tom Lane Improve unreachability recognition in elog() macro. commit | commitdiff | tree
2016年09月10日 Tom Lane Fix miserable coding in pg_stat_get_activity(). commit | commitdiff | tree
2016年09月09日 Tom Lane Rewrite PageIndexDeleteNoCompact into a form that only... commit | commitdiff | tree
2016年09月09日 Tom Lane Convert PageAddItem into a macro to save a few cycles. commit | commitdiff | tree
2016年09月09日 Tom Lane Invent PageIndexTupleOverwrite, and teach BRIN and... commit | commitdiff | tree
2016年09月09日 Alvaro Herrera Fix locking a tuple updated by an aborted (sub)transaction commit | commitdiff | tree
2016年09月09日 Tom Lane In PageIndexTupleDelete, don't assume stored item lengt... commit | commitdiff | tree
2016年09月09日 Peter Eisentraut Make better use of existing enums in plpgsql commit | commitdiff | tree
2016年09月09日 Tom Lane Avoid reporting "cache lookup failed" for some user... commit | commitdiff | tree
2016年09月09日 Simon Riggs Fix corruption of 2PC recovery with subxacts commit | commitdiff | tree
2016年09月09日 Simon Riggs Correct TABLESAMPLE docs commit | commitdiff | tree
2016年09月09日 Andres Freund Improve scalability of md.c for large relations. commit | commitdiff | tree
2016年09月09日 Andres Freund Faster PageIsVerified() for the all zeroes case. commit | commitdiff | tree
2016年09月08日 Andres Freund Fix mdtruncate() to close fd.c handle of deleted segments. commit | commitdiff | tree
2016年09月08日 Alvaro Herrera Fix two src/test/modules Makefiles commit | commitdiff | tree
2016年09月08日 Tom Lane Allow pg_dump to dump non-extension members of an exten... commit | commitdiff | tree
2016年09月08日 Tom Lane Don't print database's tablespace in pg_dump -C --no... commit | commitdiff | tree
2016年09月08日 Simon Riggs Fix minor memory leak in Standby startup commit | commitdiff | tree
2016年09月08日 Noah Misch MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD. commit | commitdiff | tree
2016年09月08日 Noah Misch MSVC: Place gendef.pl temporary file in the target... commit | commitdiff | tree
2016年09月08日 Bruce Momjian 9.6 release notes: correct summary item about freeze commit | commitdiff | tree
2016年09月07日 Tom Lane Support renaming an existing value of an enum type. commit | commitdiff | tree
2016年09月07日 Tom Lane Doc: minor documentation improvements about extensions. commit | commitdiff | tree
2016年09月07日 Tom Lane Add a HINT for client-vs-server COPY failure cases. commit | commitdiff | tree
2016年09月06日 Peter Eisentraut Add location field to DefElem commit | commitdiff | tree
2016年09月06日 Tom Lane Doc: small improvements for documentation about VACUUM... commit | commitdiff | tree
2016年09月06日 Tom Lane Guard against possible memory allocation botch in batch... commit | commitdiff | tree
2016年09月06日 Tom Lane Teach appendShellString() to not quote strings containi... commit | commitdiff | tree
2016年09月06日 Tom Lane Repair whitespace in initdb message. commit | commitdiff | tree
2016年09月06日 Simon Riggs Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL commit | commitdiff | tree
2016年09月06日 Bruce Momjian C comment: fix file name mention on line 1 commit | commitdiff | tree
2016年09月05日 Tom Lane Cosmetic code cleanup in commands/extension.c. commit | commitdiff | tree
2016年09月05日 Alvaro Herrera Have "make coverage" recurse into contrib as well commit | commitdiff | tree
2016年09月05日 Tom Lane Make locale-dependent regex character classes work... commit | commitdiff | tree
2016年09月05日 Bruce Momjian C comment: align dashes in GroupState node header commit | commitdiff | tree
2016年09月05日 Tom Lane Relax transactional restrictions on ALTER TYPE ...... commit | commitdiff | tree
2016年09月05日 Simon Riggs Add debug check function LWLockHeldByMeInMode() commit | commitdiff | tree
2016年09月05日 Simon Riggs Document LSN acronym in WAL Internals commit | commitdiff | tree
2016年09月05日 Simon Riggs Dirty replication slots when using sql interface commit | commitdiff | tree
2016年09月05日 Tom Lane Remove duplicate code from ReorderBufferCleanupTXN(). commit | commitdiff | tree
2016年09月05日 Tom Lane Add regression test coverage for non-default timezone... commit | commitdiff | tree
2016年09月04日 Tom Lane Remove vestigial references to "zic" in favor of "IANA... commit | commitdiff | tree
2016年09月04日 Tom Lane Update release notes to mention need for ALTER EXTENSIO... commit | commitdiff | tree
2016年09月04日 Tom Lane Remove useless pg_strdup() operations. commit | commitdiff | tree
2016年09月04日 Heikki Linnakangas Clarify the new Red-Black post-order traversal code... commit | commitdiff | tree
2016年09月03日 Tom Lane Improve readability of the output of psql's \timing... commit | commitdiff | tree
2016年09月03日 Tom Lane Fix multiple bugs in numeric_poly_deserialize(). commit | commitdiff | tree
2016年09月03日 Tom Lane Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big... commit | commitdiff | tree
2016年09月03日 Simon Riggs New recovery target recovery_target_lsn commit | commitdiff | tree
2016年09月03日 Simon Riggs Fix wording of logical decoding concepts commit | commitdiff | tree
2016年09月02日 Tom Lane Don't require dynamic timezone abbreviations to match... commit | commitdiff | tree
2016年09月02日 Heikki Linnakangas Move code shared between libpq and backend from backend... commit | commitdiff | tree
2016年09月02日 Heikki Linnakangas Speed up SUM calculation in numeric aggregates. commit | commitdiff | tree
2016年09月02日 Heikki Linnakangas Support multiple iterators in the Red-Black Tree implem... commit | commitdiff | tree
2016年09月01日 Kevin Grittner Improve tab completion for BEGIN & START|SET TRANSACTION. commit | commitdiff | tree
2016年09月01日 Tom Lane Change API of ShmemAlloc() so it throws error rather... commit | commitdiff | tree
2016年08月31日 Tom Lane Improve memory management for PL/Perl functions. commit | commitdiff | tree
2016年08月31日 Tom Lane Improve memory management for PL/Tcl functions. commit | commitdiff | tree
2016年08月31日 Tom Lane Try to fix portability issue in enum renumbering (again). commit | commitdiff | tree
2016年08月31日 Tom Lane Remove no-longer-useful SSL-specific Port.count field. commit | commitdiff | tree
2016年08月31日 Heikki Linnakangas Use static inline functions for float <-> Datum convers... commit | commitdiff | tree
2016年08月31日 Tom Lane Prevent starting a standalone backend with standby_mode on. commit | commitdiff | tree
2016年08月31日 Robert Haas Update comments to reflect code rearrangement. commit | commitdiff | tree
2016年08月30日 Tom Lane Fix a bunch of places that called malloc and friends... commit | commitdiff | tree
2016年08月30日 Tom Lane Simplify correct use of simple_prompt(). commit | commitdiff | tree
2016年08月30日 Tom Lane Fix initdb misbehavior when user mis-enters superuser... commit | commitdiff | tree
2016年08月29日 Alvaro Herrera Split hash.h → hash_xlog.h commit | commitdiff | tree
2016年08月29日 Heikki Linnakangas Remove support for OpenSSL versions older than 0.9.8. commit | commitdiff | tree
2016年08月29日 Tom Lane Make AllocSetContextCreate throw an error for bad conte... commit | commitdiff | tree
2016年08月29日 Simon Riggs Fix pg_receivexlog --synchronous commit | commitdiff | tree
2016年08月29日 Fujii Masao Fix typos in comments. commit | commitdiff | tree
2016年08月29日 Fujii Masao Fix pg_xlogdump so that it handles cross-page XLP_FIRST... commit | commitdiff | tree
2016年08月28日 Tom Lane Fix stray reference to the old genbki.sh script. commit | commitdiff | tree
2016年08月28日 Tom Lane Make another editorial pass over the 9.6 release notes. commit | commitdiff | tree
2016年08月28日 Tom Lane Update 9.6 release notes through today. commit | commitdiff | tree
2016年08月27日 Tom Lane Add macros to make AllocSetContextCreate() calls simple... commit | commitdiff | tree
2016年08月26日 Tom Lane Add a nonlocalized version of the severity field to... commit | commitdiff | tree
2016年08月26日 Tom Lane Fix potential memory leakage from HandleParallelMessages(). commit | commitdiff | tree
2016年08月26日 Tom Lane Put static forward declarations in elog.c back into... commit | commitdiff | tree
2016年08月26日 Tom Lane Fix assorted small bugs in ThrowErrorData(). commit | commitdiff | tree
2016年08月26日 Tom Lane Fix logic for adding "parallel worker" context line... commit | commitdiff | tree
2016年08月26日 Heikki Linnakangas Support OID system column in postgres_fdw. commit | commitdiff | tree
2016年08月25日 Tom Lane Fix instability in parallel regression tests. commit | commitdiff | tree
2016年08月25日 Tom Lane Fix small query-lifespan memory leak in bulk updates. commit | commitdiff | tree
2016年08月25日 Bruce Momjian doc: more replacement of <literal> with something... commit | commitdiff | tree
2016年08月24日 Robert Haas postgres_fdw: Cosmetic cleanup. commit | commitdiff | tree
2016年08月24日 Tom Lane Fix improper repetition of previous results from a... commit | commitdiff | tree
2016年08月24日 Kevin Grittner Remove unnecessary #include. commit | commitdiff | tree
2016年08月24日 Peter Eisentraut doc: Fix XSLT speedup with older upstream stylesheet... commit | commitdiff | tree
2016年08月24日 Noah Misch Build libpgfeutils before src/bin/pg_basebackup programs. commit | commitdiff | tree
2016年08月24日 Noah Misch Build libpgfeutils before pg_isready. commit | commitdiff | tree
2016年08月24日 Tom Lane Suppress compiler warnings in non-cassert builds. commit | commitdiff | tree
2016年08月23日 Tom Lane Fix network_spgist.c build failures from missing AF_INE... commit | commitdiff | tree
2016年08月23日 Tom Lane Create an SP-GiST opclass for inet/cidr. commit | commitdiff | tree
2016年08月23日 Robert Haas Extend dsm API with a new function dsm_unpin_segment. commit | commitdiff | tree
2016年08月23日 Robert Haas Remove duplicate function prototype. commit | commitdiff | tree
2016年08月23日 Bruce Momjian doc: fix incorrect 'literal' tags commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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