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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年04月02日 Simon Riggs Revert "Modified files for MERGE" commit | commitdiff | tree
2018年04月02日 Simon Riggs Modified files for MERGE commit | commitdiff | tree
2018年04月02日 Simon Riggs MERGE SQL Command following SQL:2016 commit | commitdiff | tree
2018年04月02日 Peter Eisentraut Fix XML syntax in documentation commit | commitdiff | tree
2018年04月02日 Tom Lane Fix some dubious WAL-parsing code. commit | commitdiff | tree
2018年04月02日 Peter Eisentraut psql: Fix \ef, \sf tab completion commit | commitdiff | tree
2018年04月02日 Tom Lane Remove contrib/jsonb_plpython's tests for infinity... commit | commitdiff | tree
2018年04月02日 Tom Lane Teach configure --with-python to report the Python... commit | commitdiff | tree
2018年04月02日 Peter Eisentraut Make be-secure-common.c more consistent for future... commit | commitdiff | tree
2018年04月02日 Robert Haas postgres_fdw: Push down partition-wise aggregation. commit | commitdiff | tree
2018年04月01日 Tom Lane Fix a boatload of typos in C comments. commit | commitdiff | tree
2018年04月01日 Andres Freund Fix non-portable use of round(). commit | commitdiff | tree
2018年04月01日 Andres Freund Add amcheck verification of heap relations belonging... commit | commitdiff | tree
2018年04月01日 Andres Freund Add Bloom filter implementation. commit | commitdiff | tree
2018年03月31日 Andrew Dunstan Small cleanups in fast default code. commit | commitdiff | tree
2018年03月31日 Tom Lane Fix assorted issues in parallel vacuumdb. commit | commitdiff | tree
2018年03月31日 Tom Lane Fix portability and translatability issues in commit... commit | commitdiff | tree
2018年03月31日 Tom Lane Portability fix for commit 9a895462d. commit | commitdiff | tree
2018年03月31日 Andres Freund Remove PARTIAL_LINKING build mode. commit | commitdiff | tree
2018年03月31日 Tatsuo Ishii Fix bug with view locking code. commit | commitdiff | tree
2018年03月31日 Andres Freund Add SKIP_LOCKED option to RangeVarGetRelidExtended(). commit | commitdiff | tree
2018年03月31日 Andres Freund Combine options for RangeVarGetRelidExtended() into... commit | commitdiff | tree
2018年03月30日 Fujii Masao Enhance pg_stat_wal_receiver view to display host and... commit | commitdiff | tree
2018年03月30日 Tom Lane Fix bogus provolatile/proparallel markings on a few... commit | commitdiff | tree
2018年03月30日 Tom Lane Ensure that WAL pages skipped by a forced WAL switch... commit | commitdiff | tree
2018年03月30日 Tom Lane Remove obsolete SLRU wrapping and warnings from predica... commit | commitdiff | tree
2018年03月30日 Tom Lane Improve out-of-memory error reports by including memory... commit | commitdiff | tree
2018年03月30日 Tom Lane Do index FSM vacuuming sooner. commit | commitdiff | tree
2018年03月30日 Robert Haas Don't call IS_DUMMY_REL() when cheapest_total_path... commit | commitdiff | tree
2018年03月30日 Bruce Momjian docs: add parameter with brackets around varbit() commit | commitdiff | tree
2018年03月30日 Bruce Momjian doc: document "IS NOT DOCUMENT" commit | commitdiff | tree
2018年03月30日 Teodor Sigaev Predicate locking in GIN index commit | commitdiff | tree
2018年03月30日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2018年03月30日 Bruce Momjian docs: fix spacing around "if not exists" brackets commit | commitdiff | tree
2018年03月30日 Tatsuo Ishii Allow to lock views. commit | commitdiff | tree
2018年03月29日 Andres Freund Improve JIT docs. commit | commitdiff | tree
2018年03月29日 Robert Haas Remove 'target' from GroupPathExtraData. commit | commitdiff | tree
2018年03月29日 Robert Haas Rewrite the code that applies scan/join targets to... commit | commitdiff | tree
2018年03月29日 Robert Haas Postpone generate_gather_paths for topmost scan/join... commit | commitdiff | tree
2018年03月29日 Robert Haas Teach create_projection_plan to omit projection where... commit | commitdiff | tree
2018年03月29日 Bruce Momjian C comments: "a" <--> "an" corrections commit | commitdiff | tree
2018年03月29日 Bruce Momjian README change: update for hash access method commit | commitdiff | tree
2018年03月29日 Magnus Hagander Fix incorrect copy/paste in comment commit | commitdiff | tree
2018年03月29日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2018年03月29日 Tom Lane Remove unnecessary BufferGetPage() calls in fsm_vacuum_... commit | commitdiff | tree
2018年03月29日 Tom Lane Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRang... commit | commitdiff | tree
2018年03月29日 Bruce Momjian C comment: fix wording about shared memory message... commit | commitdiff | tree
2018年03月29日 Tom Lane While vacuuming a large table, update upper-level FSM... commit | commitdiff | tree
2018年03月29日 Teodor Sigaev Add casts from jsonb commit | commitdiff | tree
2018年03月29日 Bruce Momjian docs: fix INSTALL.xml build by using "standalone-ignore" commit | commitdiff | tree
2018年03月29日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2018年03月28日 Peter Eisentraut Allow committing inside cursor loop commit | commitdiff | tree
2018年03月28日 Bruce Momjian C comment: fix typo, log -> lag commit | commitdiff | tree
2018年03月28日 Andres Freund Fix mistakes in the just added JIT docs. commit | commitdiff | tree
2018年03月28日 Andres Freund Add documentation for the JIT feature. commit | commitdiff | tree
2018年03月28日 Andres Freund Add EXPLAIN support for JIT. commit | commitdiff | tree
2018年03月28日 Andres Freund Add inlining support to LLVM JIT provider. commit | commitdiff | tree
2018年03月28日 Andres Freund Use isinf builtin for clang, for performance. commit | commitdiff | tree
2018年03月28日 Fujii Masao Make pg_rewind skip files and directories that are... commit | commitdiff | tree
2018年03月28日 Fujii Masao Fix handling of files that source server removes during... commit | commitdiff | tree
2018年03月28日 Peter Eisentraut PL/pgSQL: Nested CALL with transactions commit | commitdiff | tree
2018年03月28日 Tom Lane Fix actual and potential double-frees around tuplesort... commit | commitdiff | tree
2018年03月28日 Simon Riggs Store 2PC GID in commit/abort WAL recs for logical... commit | commitdiff | tree
2018年03月28日 Peter Eisentraut Attempt to fix jsonb_plpython build on Windows commit | commitdiff | tree
2018年03月28日 Peter Eisentraut Fix jsonb_plpython tests on older Python versions commit | commitdiff | tree
2018年03月28日 Peter Eisentraut Transforms for jsonb to PL/Python commit | commitdiff | tree
2018年03月28日 Andrew Dunstan Make fast_default regression tests locale independent commit | commitdiff | tree
2018年03月28日 Simon Riggs Use pg_stat_get_xact* functions within xacts commit | commitdiff | tree
2018年03月28日 Andres Freund Quick adaption of JIT tuple deforming to the fast defau... commit | commitdiff | tree
2018年03月28日 Andres Freund Add catversion bump missed in 16828d5c0. commit | commitdiff | tree
2018年03月28日 Andrew Dunstan Fast ALTER TABLE ADD COLUMN with a non-NULL default commit | commitdiff | tree
2018年03月27日 Tom Lane Update pgindent's typedefs blacklist, and make it easie... commit | commitdiff | tree
2018年03月27日 Tom Lane Allow memory contexts to have both fixed and variable... commit | commitdiff | tree
2018年03月27日 Simon Riggs Allow HOT updates for some expression indexes commit | commitdiff | tree
2018年03月27日 Peter Eisentraut libpq: PQhost to return active connected host or hostaddr commit | commitdiff | tree
2018年03月27日 Teodor Sigaev Fix count of skipped test of basebackup on Windows commit | commitdiff | tree
2018年03月27日 Teodor Sigaev Skip temp tables from basebackup. commit | commitdiff | tree
2018年03月27日 Teodor Sigaev Add predicate locking for GiST commit | commitdiff | tree
2018年03月26日 Andres Freund Adapt to LLVM 7+ Orc API changes. commit | commitdiff | tree
2018年03月26日 Andres Freund LLVMJIT: Free created module in LLVM < 5. commit | commitdiff | tree
2018年03月26日 Andres Freund Make new regression indpendent of max_parallel_workers... commit | commitdiff | tree
2018年03月26日 Andres Freund Correct some typos in the new JIT code. commit | commitdiff | tree
2018年03月26日 Andres Freund JIT tuple deforming in LLVM JIT provider. commit | commitdiff | tree
2018年03月26日 Teodor Sigaev Set random seed for pgbench. commit | commitdiff | tree
2018年03月26日 Alvaro Herrera Fix thinko in comment commit | commitdiff | tree
2018年03月26日 Alvaro Herrera Fix test impredictability commit | commitdiff | tree
2018年03月26日 Alvaro Herrera Handle INSERT .. ON CONFLICT with partitioned tables commit | commitdiff | tree
2018年03月26日 Alvaro Herrera Fix typo commit | commitdiff | tree
2018年03月26日 Andrew Dunstan Remove two tests inadvertently added in 2b27273435 commit | commitdiff | tree
2018年03月26日 Andrew Dunstan Optimize btree insertions for common case of increasing... commit | commitdiff | tree
2018年03月25日 Tom Lane Doc: add example of type resolution in nested UNIONs. commit | commitdiff | tree
2018年03月25日 Tom Lane Fix unsafe extraction of the OID part of a relation... commit | commitdiff | tree
2018年03月25日 Peter Eisentraut pg_resetwal: Allow users to change the WAL segment... commit | commitdiff | tree
2018年03月25日 Peter Eisentraut initdb: Further polishing of --wal-segsize option commit | commitdiff | tree
2018年03月25日 Tom Lane Remove useless if-test. commit | commitdiff | tree
2018年03月25日 Tom Lane Doc: remove extra comma in syntax summary for array_fill(). commit | commitdiff | tree
2018年03月25日 Peter Eisentraut pg_resetwal: Fix logical typo in code commit | commitdiff | tree
2018年03月25日 Tom Lane Add #includes missed in commit e22b27f0cb3ee03ee300d431... commit | commitdiff | tree
2018年03月25日 Tom Lane Stabilize regression test result. commit | commitdiff | tree
2018年03月25日 Tom Lane Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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