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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2015年11月16日 Tom Lane Speed up ruleutils' name de-duplication code, and fix... commit | commitdiff | tree
2015年11月15日 Robert Haas Remove accidentally-committed debugging code. commit | commitdiff | tree
2015年11月15日 Tom Lane Fix ruleutils.c's dumping of whole-row Vars in ROW... commit | commitdiff | tree
2015年11月14日 Tom Lane Improve type numeric's calculations for ln(), log(... commit | commitdiff | tree
2015年11月14日 Bruce Momjian Fix spelling error in postgresql.conf commit | commitdiff | tree
2015年11月14日 Bruce Momjian pg_upgrade: properly detect file copy failure on Windows commit | commitdiff | tree
2015年11月13日 Stephen Frost Correct sepgsql docs with regard to RLS commit | commitdiff | tree
2015年11月12日 Alvaro Herrera vacuumdb: don't prompt for passwords over and over commit | commitdiff | tree
2015年11月12日 Robert Haas Move each SLRU's lwlocks to a separate tranche. commit | commitdiff | tree
2015年11月12日 Tom Lane Fix unwanted flushing of libpq's input buffer when... commit | commitdiff | tree
2015年11月12日 Robert Haas libpq: Notice errors a backend may have sent just befor... commit | commitdiff | tree
2015年11月12日 Robert Haas Make idle backends exit if the postmaster dies. commit | commitdiff | tree
2015年11月12日 Robert Haas Provide readfuncs support for custom scans. commit | commitdiff | tree
2015年11月12日 Tom Lane Do a round of copy-editing on the 9.5 release notes. commit | commitdiff | tree
2015年11月11日 Tom Lane Improve documentation around autovacuum-related storage... commit | commitdiff | tree
2015年11月11日 Tom Lane Be more noisy about "wrong number of nailed relations... commit | commitdiff | tree
2015年11月11日 Robert Haas Generate parallel sequential scan plans in simple cases. commit | commitdiff | tree
2015年11月11日 Robert Haas Make sequential scans parallel-aware. commit | commitdiff | tree
2015年11月11日 Robert Haas Add outfuncs.c support for GatherPath. commit | commitdiff | tree
2015年11月11日 Tom Lane Docs: fix misleading example. commit | commitdiff | tree
2015年11月10日 Tom Lane Add missing "static" qualifier. commit | commitdiff | tree
2015年11月10日 Tom Lane Improve our workaround for 'TeX capacity exceeded'... commit | commitdiff | tree
2015年11月09日 Robert Haas Comment update. commit | commitdiff | tree
2015年11月09日 Robert Haas Fix rebasing mistake in nodeGather.c commit | commitdiff | tree
2015年11月09日 Robert Haas Add a dummy return statement to TupleQueueRemap. commit | commitdiff | tree
2015年11月09日 Andres Freund Add paragraph about ON CONFLICT interaction with partit... commit | commitdiff | tree
2015年11月08日 Andres Freund Set replication origin when decoding commit records. commit | commitdiff | tree
2015年11月08日 Noah Misch Don't connect() to a wildcard address in test_postmaste... commit | commitdiff | tree
2015年11月08日 Robert Haas Remove set-but-not-used variables. commit | commitdiff | tree
2015年11月07日 Tom Lane Update 9.5 release notes through today. commit | commitdiff | tree
2015年11月07日 Tom Lane Add "xid <> xid" and "xid <> int4" operators. commit | commitdiff | tree
2015年11月07日 Tom Lane Rename PQsslAttributes() to PQsslAttributeNames(),... commit | commitdiff | tree
2015年11月07日 Tom Lane Fix enforcement of restrictions inside regexp lookaroun... commit | commitdiff | tree
2015年11月07日 Robert Haas Try to convince gcc that TupleQueueRemap never falls... commit | commitdiff | tree
2015年11月07日 Robert Haas When completing ALTER INDEX .. SET, add an equals sign... commit | commitdiff | tree
2015年11月06日 Robert Haas Modify tqueue infrastructure to support transient recor... commit | commitdiff | tree
2015年11月06日 Robert Haas Remove unnecessary cast in previous commit. commit | commitdiff | tree
2015年11月06日 Robert Haas Add sort support routine for the UUID data type. commit | commitdiff | tree
2015年11月06日 Stephen Frost Set include_realm=1 default in parse_hba_line commit | commitdiff | tree
2015年11月06日 Robert Haas pg_size_pretty: Format negative values similar to posit... commit | commitdiff | tree
2015年11月06日 Robert Haas Document interaction of bgworkers with LISTEN/NOTIFY. commit | commitdiff | tree
2015年11月05日 Tom Lane Fix erroneous hash calculations in gin_extract_jsonb_pa... commit | commitdiff | tree
2015年11月05日 Tom Lane Fix memory leaks in PL/Python. commit | commitdiff | tree
2015年11月05日 Robert Haas Pass extra data to bgworkers, and use this to fix paral... commit | commitdiff | tree
2015年11月05日 Tom Lane Improve implementation of GEQO's init_tour() function. commit | commitdiff | tree
2015年11月05日 Peter Eisentraut Update spelling of COPY options commit | commitdiff | tree
2015年11月04日 Tom Lane Add regression tests for remote execution of extension... commit | commitdiff | tree
2015年11月03日 Tom Lane Allow postgres_fdw to ship extension funcs/operators... commit | commitdiff | tree
2015年11月03日 Robert Haas Improve comments about abbreviation abort. commit | commitdiff | tree
2015年11月03日 Robert Haas postgres_fdw: Add ORDER BY to some remote SQL queries. commit | commitdiff | tree
2015年11月03日 Tom Lane Remove obsolete advice about doubling backslashes in... commit | commitdiff | tree
2015年11月03日 Tom Lane Code + docs review for unicode linestyle patch. commit | commitdiff | tree
2015年11月03日 Robert Haas shm_mq: Third attempt at fixing nowait behavior in... commit | commitdiff | tree
2015年11月03日 Robert Haas Correct tiny inaccuracy in strxfrm cache comment. commit | commitdiff | tree
2015年11月03日 Tom Lane Remove some more dead Alpha-specific code. commit | commitdiff | tree
2015年11月02日 Robert Haas Fix problems with ParamListInfo serialization mechanism. commit | commitdiff | tree
2015年11月02日 Kevin Grittner Add RMV to list of commands taking AE lock. commit | commitdiff | tree
2015年10月31日 Kevin Grittner Fix serialization anomalies due to race conditions... commit | commitdiff | tree
2015年10月30日 Tom Lane Implement lookbehind constraints in our regular-express... commit | commitdiff | tree
2015年10月30日 Robert Haas doc: security_barrier option is a Boolean, not a string. commit | commitdiff | tree
2015年10月30日 Robert Haas Update parallel executor support to reuse the same... commit | commitdiff | tree
2015年10月30日 Robert Haas Fix typo in bgworker.c commit | commitdiff | tree
2015年10月29日 Tom Lane Docs: add example clarifying use of nested JSON contain... commit | commitdiff | tree
2015年10月29日 Peter Eisentraut Remove some remains from Alpha support removal commit | commitdiff | tree
2015年10月29日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2015年10月28日 Robert Haas Add missing serial comma, for consistency. commit | commitdiff | tree
2015年10月28日 Robert Haas Fix incorrect message in ATWrongRelkindError. commit | commitdiff | tree
2015年10月28日 Alvaro Herrera Fix secondary expected output for commit_ts test commit | commitdiff | tree
2015年10月27日 Robert Haas Make Gather node projection-capable. commit | commitdiff | tree
2015年10月27日 Alvaro Herrera Document BRIN's inclusion opclass framework commit | commitdiff | tree
2015年10月27日 Alvaro Herrera Fix BRIN free space computations commit | commitdiff | tree
2015年10月27日 Alvaro Herrera Cleanup commit timestamp module activaction, again commit | commitdiff | tree
2015年10月27日 Alvaro Herrera Measure string lengths only once commit | commitdiff | tree
2015年10月23日 Robert Haas shm_mq: Repair breakage from previous commit. commit | commitdiff | tree
2015年10月22日 Robert Haas Add two missing cases to ATWrongRelkindError. commit | commitdiff | tree
2015年10月22日 Robert Haas shm_mq: Fix failure to notice a dead counterparty when... commit | commitdiff | tree
2015年10月22日 Robert Haas Fix typos in comments. commit | commitdiff | tree
2015年10月22日 Peter Eisentraut doc: Add advice on updating checkpoint_segments to... commit | commitdiff | tree
2015年10月22日 Tom Lane Remove redundant CREATEUSER/NOCREATEUSER options in... commit | commitdiff | tree
2015年10月22日 Robert Haas Fix a couple of bugs in recent parallelism-related... commit | commitdiff | tree
2015年10月22日 Robert Haas Add header comments to execParallel.c and nodeGather.c. commit | commitdiff | tree
2015年10月22日 Peter Eisentraut doc: Improve markup and fine-tune replication protocol... commit | commitdiff | tree
2015年10月20日 Tom Lane Fix incorrect translation of minus-infinity datetimes... commit | commitdiff | tree
2015年10月20日 Peter Eisentraut doc: Move documentation of max_wal_size to better position commit | commitdiff | tree
2015年10月20日 Robert Haas Fix incorrect comment in plannodes.h commit | commitdiff | tree
2015年10月20日 Robert Haas Remove duplicate word. commit | commitdiff | tree
2015年10月20日 Robert Haas Tab complete CREATE EXTENSION .. VERSION. commit | commitdiff | tree
2015年10月20日 Robert Haas Put back ssl_renegotiation_limit parameter, but only... commit | commitdiff | tree
2015年10月20日 Robert Haas Be a bit more rigorous about how we cache strcoll and... commit | commitdiff | tree
2015年10月20日 Robert Haas Remove obsolete comment. commit | commitdiff | tree
2015年10月20日 Noah Misch Eschew "RESET statement_timeout" in tests. commit | commitdiff | tree
2015年10月19日 Tom Lane Fix incorrect handling of lookahead constraints in... commit | commitdiff | tree
2015年10月16日 Robert Haas Add a C API for parallel heap scans. commit | commitdiff | tree
2015年10月16日 Robert Haas Allow a parallel context to relaunch workers. commit | commitdiff | tree
2015年10月16日 Tom Lane Miscellaneous cleanup of regular-expression compiler. commit | commitdiff | tree
2015年10月16日 Tom Lane Improve memory-usage accounting in regular-expression... commit | commitdiff | tree
2015年10月16日 Tom Lane Improve performance of pullback/pushfwd in regular... commit | commitdiff | tree
2015年10月16日 Tom Lane Improve performance of fixempties() pass in regular... commit | commitdiff | tree
2015年10月16日 Tom Lane Fix O(N^2) performance problems in regular-expression... commit | commitdiff | tree
2015年10月16日 Tom Lane Fix regular-expression compiler to handle loops of... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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