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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2013年05月29日 Bruce Momjian pgindent run for release 9.3 commit | commitdiff | tree
2013年05月29日 Robert Haas Document auto_explain.log_timing. commit | commitdiff | tree
2013年05月29日 Bruce Momjian pg_upgrade docs: mention need to set parameters for... commit | commitdiff | tree
2013年05月27日 Stephen Frost Documentation fix for ALTER TYPE .. RENAME commit | commitdiff | tree
2013年05月24日 Heikki Linnakangas Remove pageinspect--1.0.sql commit | commitdiff | tree
2013年05月23日 Robert Haas Fix typo in comment. commit | commitdiff | tree
2013年05月23日 Heikki Linnakangas Print line number correctly in COPY. commit | commitdiff | tree
2013年05月21日 Bruce Momjian 9.3 release notes: improve cached plan mention commit | commitdiff | tree
2013年05月21日 Simon Riggs After fast promotion use CHECKPOINT_FORCE commit | commitdiff | tree
2013年05月21日 Simon Riggs Maintain ThisTimeLineID correctly in checkpointer commit | commitdiff | tree
2013年05月21日 Bruce Momjian 9.3 release notes: fix SGML markup for DROP TABLE... commit | commitdiff | tree
2013年05月21日 Bruce Momjian 9.3 release docs: fix DROP TABLE IF EXISTS commit | commitdiff | tree
2013年05月21日 Peter Eisentraut Documentation spell checking and markup improvements commit | commitdiff | tree
2013年05月20日 Heikki Linnakangas Fix escaping in generated recovery.conf file. commit | commitdiff | tree
2013年05月20日 Tom Lane Clarify documentation of EXPLAIN (TIMING OFF) option. commit | commitdiff | tree
2013年05月19日 Simon Riggs Init crash recovery using the latest available TLI commit | commitdiff | tree
2013年05月19日 Simon Riggs Emit msg correctly for timeline-crossing crash commit | commitdiff | tree
2013年05月19日 Simon Riggs Remove single space on end of a line in xlog.c commit | commitdiff | tree
2013年05月18日 Heikki Linnakangas Remove unused regression test files. commit | commitdiff | tree
2013年05月18日 Bruce Momjian release docs: mention PL/pgSQL as supporting event... commit | commitdiff | tree
2013年05月16日 Tom Lane Fix crash when trying to display a NOTIFY rule action. commit | commitdiff | tree
2013年05月16日 Tom Lane Fix fd.c to preserve errno where needed. commit | commitdiff | tree
2013年05月16日 Tom Lane Fix some uses of "the quick brown fox". commit | commitdiff | tree
2013年05月15日 Tom Lane Allow CREATE FOREIGN TABLE to include SERIAL columns. commit | commitdiff | tree
2013年05月15日 Peter Eisentraut doc: Add \dm command to psql man page commit | commitdiff | tree
2013年05月14日 Peter Eisentraut doc: Fix some whitespace issues in the man pages commit | commitdiff | tree
2013年05月14日 Peter Eisentraut pg_upgrade: Replace tabs in output string constants... commit | commitdiff | tree
2013年05月14日 Peter Eisentraut doc: Fix order of options on pgbench man page commit | commitdiff | tree
2013年05月13日 Tom Lane Fix handling of OID wraparound while in standalone... commit | commitdiff | tree
2013年05月12日 Tom Lane Fix handling of strict non-set functions with NULLs... commit | commitdiff | tree
2013年05月12日 Peter Eisentraut pgbench: Fix order of options in --help output commit | commitdiff | tree
2013年05月12日 Peter Eisentraut pg_xlogdump: Improve --help output commit | commitdiff | tree
2013年05月11日 Tom Lane Fix to_number() to correctly ignore thousands separator... commit | commitdiff | tree
2013年05月11日 Tom Lane Fix buildfarm incompatibility in updated pg_upgrade... commit | commitdiff | tree
2013年05月11日 Tom Lane Make pg_upgrade's test script attempt to select a non... commit | commitdiff | tree
2013年05月11日 Tom Lane Update CREATE FUNCTION documentation about argument... commit | commitdiff | tree
2013年05月10日 Tom Lane Guard against input_rows == 0 in estimate_num_groups(). commit | commitdiff | tree
2013年05月10日 Tom Lane Fix pgp_pub_decrypt() so it works for secret keys with... commit | commitdiff | tree
2013年05月10日 Tom Lane Fix management of fn_extra caching during repeated... commit | commitdiff | tree
2013年05月10日 Peter Eisentraut Update key words table for 9.3 commit | commitdiff | tree
2013年05月10日 Peter Eisentraut Remove make_keywords commit | commitdiff | tree
2013年05月09日 Tom Lane Use pg_dump's --quote-all-identifiers option in pg_upgrade. commit | commitdiff | tree
2013年05月09日 Bruce Momjian pg_upgrade docs: give tips on automation commit | commitdiff | tree
2013年05月09日 Tom Lane Update collate.linux.utf8.out for ruleutils.c line... commit | commitdiff | tree
2013年05月08日 Tom Lane Better fix for permissions tests in excluded subqueries. commit | commitdiff | tree
2013年05月08日 Heikki Linnakangas The data structure used in unaccent is a trie, not... commit | commitdiff | tree
2013年05月08日 Heikki Linnakangas Fix walsender failure at promotion. commit | commitdiff | tree
2013年05月08日 Heikki Linnakangas Use the term "radix tree" instead of "suffix tree"... commit | commitdiff | tree
2013年05月08日 Peter Eisentraut doc: Add IDs to link targets used by phpPgAdmin commit | commitdiff | tree
2013年05月07日 Heikki Linnakangas Stress that backup_label file is critical in the docs. commit | commitdiff | tree
2013年05月06日 Tom Lane Stamp 9.3beta1. REL9_3_BETA1 commit | commitdiff | tree
2013年05月06日 Tom Lane Desultory copy-editing of the 9.3 release notes. commit | commitdiff | tree
2013年05月06日 Tom Lane Move materialized views' is-populated status into their... commit | commitdiff | tree
2013年05月06日 Tom Lane Back out some recent translation updates. commit | commitdiff | tree
2013年05月06日 Tom Lane Disallow unlogged materialized views. commit | commitdiff | tree
2013年05月06日 Bruce Momjian 9.3 release notes: use "restoration" commit | commitdiff | tree
2013年05月06日 Bruce Momjian 9.3 release notes: Add cache of local locks commit | commitdiff | tree
2013年05月06日 Bruce Momjian 9.3 release notes: update from Amit Kapila commit | commitdiff | tree
2013年05月06日 Simon Riggs Execute SET TRANSACTION SNAPSHOT during pg_dump commit | commitdiff | tree
2013年05月06日 Bruce Momjian Revert idea of zer-padding padding session id in log_li... commit | commitdiff | tree
2013年05月06日 Peter Eisentraut Translation updates commit | commitdiff | tree
2013年05月04日 Tom Lane Improve behavior of \watch with non-tuple-returning... commit | commitdiff | tree
2013年05月04日 Bruce Momjian docs: Improve log_line_prefix session_id query commit | commitdiff | tree
2013年05月04日 Bruce Momjian docs: log_line_prefix session id fix commit | commitdiff | tree
2013年05月04日 Bruce Momjian 9.3 docs: wording fixes commit | commitdiff | tree
2013年05月04日 Bruce Momjian docs: fix log_line_prefix session id docs commit | commitdiff | tree
2013年05月04日 Bruce Momjian 9.3 release notes: adjustments commit | commitdiff | tree
2013年05月04日 Bruce Momjian 9.3 release notes: move compatibility items into their... commit | commitdiff | tree
2013年05月04日 Bruce Momjian 9.3 release notes: Add markup for pg_backup_start_time() commit | commitdiff | tree
2013年05月03日 Bruce Momjian 9.3 release notes: Add links to SGML sections commit | commitdiff | tree
2013年05月03日 Bruce Momjian 9.3 release notes: add markup for text commit | commitdiff | tree
2013年05月03日 Tom Lane Improve SPI documentation about null-flags arrays. commit | commitdiff | tree
2013年05月03日 Bruce Momjian 9.3 release notes: update for current commits commit | commitdiff | tree
2013年05月02日 Bruce Momjian 9.3 release notes: suggested improvements from Jeff... commit | commitdiff | tree
2013年05月02日 Kevin Grittner Prevent (auto)vacuum from truncating first page of... commit | commitdiff | tree
2013年05月02日 Bruce Momjian pg_test_fsync: update output to show usecs/op clearer commit | commitdiff | tree
2013年05月01日 Andrew Dunstan Use correct length to convert json unicode escapes. commit | commitdiff | tree
2013年05月01日 Tom Lane Fix permission tests for views/tables proven empty... commit | commitdiff | tree
2013年04月30日 Kevin Grittner Add regression test for bug fixed by recent refactoring. commit | commitdiff | tree
2013年04月30日 Simon Riggs Fix pg_upgrade for 9.3 with data checksums. commit | commitdiff | tree
2013年04月30日 Simon Riggs Revert previous temporary patch commit | commitdiff | tree
2013年04月30日 Simon Riggs Temporarily silence pg_upgrade's checksums check commit | commitdiff | tree
2013年04月30日 Simon Riggs Bump PG_CONTROL_VERSION to 937 commit | commitdiff | tree
2013年04月30日 Simon Riggs Record data_checksum_version in control file. commit | commitdiff | tree
2013年04月30日 Simon Riggs Ensure we MarkBufferDirty before visibilitymap_set() commit | commitdiff | tree
2013年04月30日 Simon Riggs Compiler optimizations for page checksum code. commit | commitdiff | tree
2013年04月30日 Peter Eisentraut pg_upgrade: Remove PGPORT handling from test suite commit | commitdiff | tree
2013年04月30日 Peter Eisentraut Revert "pg_ctl: Add idempotent option" commit | commitdiff | tree
2013年04月29日 Tom Lane Postpone creation of pathkeys lists to fix bug #8049. commit | commitdiff | tree
2013年04月29日 Kevin Grittner Ensure ANALYZE phase is not skipped because of canceled... commit | commitdiff | tree
2013年04月29日 Robert Haas Attempt to fix error recovery in COPY BOTH mode. commit | commitdiff | tree
2013年04月29日 Simon Riggs Introduce new page checksum algorithm and module. commit | commitdiff | tree
2013年04月28日 Tom Lane Editorialize a bit on new ProcessUtility() API. commit | commitdiff | tree
2013年04月28日 Tom Lane Fix unsafe event-trigger coding in ProcessUtility(). commit | commitdiff | tree
2013年04月28日 Peter Eisentraut pg_dump: Improve message formatting commit | commitdiff | tree
2013年04月27日 Tom Lane Incidental cleanup of matviews code. commit | commitdiff | tree
2013年04月27日 Peter Eisentraut Improve message about failed transaction log archiving commit | commitdiff | tree
2013年04月27日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2013年04月26日 Tom Lane Fix collation assignment for aggregates with ORDER BY. commit | commitdiff | tree
2013年04月26日 Joe Conway Ensure that user created rows in extension tables get... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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