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年01月09日 Heikki Linnakangas Refactor checking whether we've reached the recovery... commit | commitdiff | tree
2014年01月09日 Peter Eisentraut pgcrypto: Make header files stand alone commit | commitdiff | tree
2014年01月09日 Tom Lane We don't need to include pg_sema.h in s_lock.h anymore. commit | commitdiff | tree
2014年01月09日 Tom Lane Fix "cannot accept a set" error when only some arms... commit | commitdiff | tree
2014年01月08日 Robert Haas Reduce the number of semaphores used under --disable... commit | commitdiff | tree
2014年01月08日 Heikki Linnakangas Fix pause_at_recovery_target + recovery_target_inclusiv... commit | commitdiff | tree
2014年01月08日 Heikki Linnakangas If multiple recovery_targets are specified, use the... commit | commitdiff | tree
2014年01月08日 Tom Lane Avoid extra AggCheckCallContext() checks in ordered... commit | commitdiff | tree
2014年01月08日 Tom Lane Save a few cycles in advance_transition_function(). commit | commitdiff | tree
2014年01月08日 Heikki Linnakangas Fix bug in determining when recovery has reached consis... commit | commitdiff | tree
2014年01月08日 Peter Eisentraut pg_upgrade: Fix fatal error handling commit | commitdiff | tree
2014年01月07日 Bruce Momjian Update copyright for 2014 commit | commitdiff | tree
2014年01月07日 Tom Lane Fix LATERAL references to target table of UPDATE/DELETE. commit | commitdiff | tree
2014年01月07日 Heikki Linnakangas Silence compiler warning on MSVC. commit | commitdiff | tree
2014年01月07日 Magnus Hagander Move permissions check from do_pg_start_backup to pg_st... commit | commitdiff | tree
2014年01月07日 Magnus Hagander Avoid including tablespaces inside PGDATA twice in... commit | commitdiff | tree
2014年01月07日 Peter Eisentraut Add more use of psprintf() commit | commitdiff | tree
2014年01月06日 Heikki Linnakangas Remove bogus -K option from pg_dump. commit | commitdiff | tree
2014年01月05日 Tom Lane Cache catalog lookup data across groups in ordered... commit | commitdiff | tree
2014年01月04日 Tom Lane Fix translatability markings in psql, and add defenses... commit | commitdiff | tree
2014年01月04日 Tom Lane Fix header comment for bitncmp(). commit | commitdiff | tree
2014年01月04日 Tom Lane Fix typo in comment. commit | commitdiff | tree
2014年01月03日 Alvaro Herrera Restore some comments lost during 15732b34e8c8 commit | commitdiff | tree
2014年01月03日 Tom Lane Ooops, should use double not single quotes in StaticAss... commit | commitdiff | tree
2014年01月03日 Tom Lane Fix calculation of maximum statistics-message size. commit | commitdiff | tree
2014年01月02日 Alvaro Herrera Handle 5-char filenames in SlruScanDirectory commit | commitdiff | tree
2014年01月02日 Alvaro Herrera Wrap multixact/members correctly during extension commit | commitdiff | tree
2014年01月02日 Alvaro Herrera Handle wraparound during truncation in multixact/members commit | commitdiff | tree
2014年01月02日 Robert Haas Aggressively freeze tables when CLUSTER or VACUUM FULL... commit | commitdiff | tree
2014年01月02日 Tom Lane Fix contrib/pg_upgrade to clean all the cruft made... commit | commitdiff | tree
2014年01月02日 Robert Haas Rename walLogHints to wal_log_hints for easier grepping. commit | commitdiff | tree
2014年01月01日 Michael Meskes Do not use an empty hostname. commit | commitdiff | tree
2013年12月30日 Tom Lane Fix broken support for event triggers as extension... commit | commitdiff | tree
2013年12月30日 Tom Lane Fix alphabetization in catalogs.sgml. commit | commitdiff | tree
2013年12月30日 Tom Lane Remove dead code now that orindxpath.c is history. commit | commitdiff | tree
2013年12月30日 Tom Lane Extract restriction OR clauses whether or not they... commit | commitdiff | tree
2013年12月29日 Kevin Grittner Don't attempt to limit target database for pg_restore. commit | commitdiff | tree
2013年12月29日 Tom Lane Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_... commit | commitdiff | tree
2013年12月29日 Peter Eisentraut Update grammar commit | commitdiff | tree
2013年12月28日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2013年12月27日 Andrew Dunstan Properly detect invalid JSON numbers when generating... commit | commitdiff | tree
2013年12月27日 Kevin Grittner Fix misplaced right paren bugs in pgstatfuncs.c. commit | commitdiff | tree
2013年12月27日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2013年12月24日 Tom Lane Fix inadequately-tested code path in tuplesort_skiptupl... commit | commitdiff | tree
2013年12月24日 Tom Lane Fix ANALYZE failure on a column that's a domain over... commit | commitdiff | tree
2013年12月24日 Robert Haas Revise documentation for new freezing method. commit | commitdiff | tree
2013年12月24日 Tom Lane Fix portability issue in ordered-set patch. commit | commitdiff | tree
2013年12月23日 Tom Lane Support ordered-set (WITHIN GROUP) aggregates. commit | commitdiff | tree
2013年12月22日 Robert Haas Change the way we mark tuples as frozen. commit | commitdiff | tree
2013年12月20日 Fujii Masao Rename wal_log_hintbits to wal_log_hints, per discussio... commit | commitdiff | tree
2013年12月20日 Alvaro Herrera Avoid useless palloc during transaction commit commit | commitdiff | tree
2013年12月20日 Robert Haas pg_prewarm, a contrib module for prewarming relationd... commit | commitdiff | tree
2013年12月20日 Alvaro Herrera isolationtester: Ensure stderr is unbuffered, too commit | commitdiff | tree
2013年12月19日 Bruce Momjian Move pg_upgrade_support global variables to their own... commit | commitdiff | tree
2013年12月19日 Alvaro Herrera Make stdout unbuffered commit | commitdiff | tree
2013年12月19日 Alvaro Herrera Optimize updating a row that's locked by same xid commit | commitdiff | tree
2013年12月19日 Fujii Masao Add tab completion for ALTER SYSTEM SET in psql. commit | commitdiff | tree
2013年12月19日 Fujii Masao Fix typo in docs for min_recovery_apply_delay. commit | commitdiff | tree
2013年12月19日 Peter Eisentraut Upgrade to Autoconf 2.69 commit | commitdiff | tree
2013年12月18日 Robert Haas Fix compiler warning. commit | commitdiff | tree
2013年12月18日 Robert Haas Allow on-detach callbacks for dynamic shared memory... commit | commitdiff | tree
2013年12月18日 Bruce Momjian Fix incorrect error message reported for non-existent... commit | commitdiff | tree
2013年12月18日 Alvaro Herrera Don't ignore tuple locks propagated by our updates commit | commitdiff | tree
2013年12月18日 Tatsuo Ishii Add ALTER SYSTEM command to edit the server configurati... commit | commitdiff | tree
2013年12月17日 Bruce Momjian Comment: COPY comment improvement commit | commitdiff | tree
2013年12月16日 Alvaro Herrera Rework tuple freezing protocol commit | commitdiff | tree
2013年12月16日 Heikki Linnakangas Mark variables 'static' where possible. Move GinFuzzySe... commit | commitdiff | tree
2013年12月15日 Tatsuo Ishii Add "SHIFT_JIS" as an accepted encoding name for locale... commit | commitdiff | tree
2013年12月15日 Tom Lane Allow empty target list in SELECT. commit | commitdiff | tree
2013年12月14日 Tom Lane Fix inherited UPDATE/DELETE with UNION ALL subqueries. commit | commitdiff | tree
2013年12月13日 Alvaro Herrera Fix typo commit | commitdiff | tree
2013年12月13日 Alvaro Herrera Rework MultiXactId cache code commit | commitdiff | tree
2013年12月13日 Tom Lane Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt... commit | commitdiff | tree
2013年12月13日 Heikki Linnakangas Fix more instances of "the the" in comments. commit | commitdiff | tree
2013年12月13日 Tom Lane Don't let timeout interrupts happen unless ImmediateInt... commit | commitdiff | tree
2013年12月13日 Heikki Linnakangas Add GUC to enable WAL-logging of hint bits, even with... commit | commitdiff | tree
2013年12月13日 Magnus Hagander Fix double "the" in the documentation commit | commitdiff | tree
2013年12月13日 Heikki Linnakangas Fix WAL-logging of setting the visibility map bit. commit | commitdiff | tree
2013年12月13日 Peter Eisentraut configure: Allow adding a custom string to PG_VERSION commit | commitdiff | tree
2013年12月12日 Tom Lane Fix ancient docs/comments thinko: XID comparison is... commit | commitdiff | tree
2013年12月12日 Tom Lane Improve EXPLAIN to print the grouping columns in Agg... commit | commitdiff | tree
2013年12月12日 Simon Riggs New autovacuum_work_mem parameter commit | commitdiff | tree
2013年12月12日 Simon Riggs Allow time delayed standbys and recovery commit | commitdiff | tree
2013年12月12日 Tatsuo Ishii Fix progress logging when scale factor is large. commit | commitdiff | tree
2013年12月12日 Heikki Linnakangas Display old and new values in pg_resetxlog -n output. commit | commitdiff | tree
2013年12月12日 Tom Lane Remove bogus executable permissions on xlog.c. commit | commitdiff | tree
2013年12月11日 Tom Lane Add a regression test case for plpython function return... commit | commitdiff | tree
2013年12月11日 Simon Riggs Regression tests for SCHEMA commands commit | commitdiff | tree
2013年12月11日 Simon Riggs Regression tests for ALTER TABLESPACE RENAME,OWNER commit | commitdiff | tree
2013年12月11日 Tom Lane Tweak placement of explicit ANALYZE commands in the... commit | commitdiff | tree
2013年12月11日 Robert Haas Under wal_level=logical, when saving old tuples, always... commit | commitdiff | tree
2013年12月11日 Kevin Grittner Add table name to VACUUM statement in matview.c. commit | commitdiff | tree
2013年12月11日 Peter Eisentraut PL/Perl: Add event trigger support commit | commitdiff | tree
2013年12月11日 Robert Haas Add a new option, -g, to createuser, to add membership... commit | commitdiff | tree
2013年12月11日 Peter Eisentraut doc: Fix DocBook table column count declaration commit | commitdiff | tree
2013年12月11日 Robert Haas Add a new reloption, user_catalog_table. commit | commitdiff | tree
2013年12月11日 Robert Haas Add new wal_level, logical, sufficient for logical... commit | commitdiff | tree
2013年12月10日 Tom Lane Fix possible crash with nested SubLinks. commit | commitdiff | tree
2013年12月10日 Noah Misch Rename TABLE() to ROWS FROM(). commit | commitdiff | tree
2013年12月09日 Bruce Momjian pgcrypto docs: update cpu type used in duration testing commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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