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年09月23日 Bruce Momjian pg_upgrade: more C comment fixes commit | commitdiff | tree
2013年09月23日 Bruce Momjian pg_upgrade: fix C comment typo commit | commitdiff | tree
2013年09月23日 Stephen Frost Fix SSL deadlock risk in libpq commit | commitdiff | tree
2013年09月23日 Heikki Linnakangas Fix two timeline handling bugs in pg_receivexlog. commit | commitdiff | tree
2013年09月19日 Robert Haas Fix compiler warning in WaitForBackgroundWorkerStartup(). commit | commitdiff | tree
2013年09月18日 Fujii Masao Fix typo in comment. commit | commitdiff | tree
2013年09月18日 Robert Haas Documentation correction. commit | commitdiff | tree
2013年09月18日 Robert Haas Typo fix. commit | commitdiff | tree
2013年09月17日 Alvaro Herrera Remove `proc` argument from LockCheckConflicts commit | commitdiff | tree
2013年09月16日 Alvaro Herrera Rename various "freeze multixact" variables commit | commitdiff | tree
2013年09月16日 Heikki Linnakangas Add a GUC to report whether data page checksums are... commit | commitdiff | tree
2013年09月15日 Peter Eisentraut Fix typos commit | commitdiff | tree
2013年09月12日 Noah Misch Ignore interrupts during quickdie(). commit | commitdiff | tree
2013年09月11日 Kevin Grittner Create index on srt table in citext regression tests. commit | commitdiff | tree
2013年09月11日 Bruce Momjian fuzzystrmatch: replace broken link in C comment commit | commitdiff | tree
2013年09月11日 Bruce Momjian docs: Update libpq and testlo examples commit | commitdiff | tree
2013年09月11日 Bruce Momjian Add comment for VARSIZE_ANY_EXHDR macro commit | commitdiff | tree
2013年09月10日 Bruce Momjian psql: fix \copy stdin trailing space requirement commit | commitdiff | tree
2013年09月10日 Bruce Momjian psql: honor 'footer' option for expanded output commit | commitdiff | tree
2013年09月10日 Fujii Masao Remove leftover function prototype. commit | commitdiff | tree
2013年09月10日 Peter Eisentraut Show schemas in information_schema.schemata that the... commit | commitdiff | tree
2013年09月09日 Robert Haas Introduce InvalidCommandId. commit | commitdiff | tree
2013年09月08日 Michael Meskes Return error if allocation of new element was not possible. commit | commitdiff | tree
2013年09月08日 Michael Meskes Close file to no leak file descriptor memory. Found... commit | commitdiff | tree
2013年09月07日 Bruce Momjian intarray: return empty zero-dimensional array for... commit | commitdiff | tree
2013年09月06日 Noah Misch Don't VALGRIND_PRINTF() each query string. commit | commitdiff | tree
2013年09月05日 Kevin Grittner Eliminate pg_rewrite.ev_attr column and related dead... commit | commitdiff | tree
2013年09月05日 Heikki Linnakangas Make catalog cache hash tables resizeable. commit | commitdiff | tree
2013年09月05日 Jeff Davis Revert WAL posix_fallocate() patches. commit | commitdiff | tree
2013年09月05日 Jeff Davis Improve Range Types and Exclusion Constraints example. commit | commitdiff | tree
2013年09月04日 Bruce Momjian Add GUC descriptions for compile-time postgresql.conf... commit | commitdiff | tree
2013年09月04日 Bruce Momjian Remove dead URL mention in OSX startup script commit | commitdiff | tree
2013年09月04日 Heikki Linnakangas Keep heavily-contended fields in XLogCtlInsert on diffe... commit | commitdiff | tree
2013年09月04日 Robert Haas Expose fsync_fname as a public API. commit | commitdiff | tree
2013年09月03日 Tom Lane Update comments concerning PGC_S_TEST. commit | commitdiff | tree
2013年09月03日 Tom Lane Don't fail for bad GUCs in CREATE FUNCTION with check_f... commit | commitdiff | tree
2013年09月03日 Tom Lane Allow aggregate functions to be VARIADIC. commit | commitdiff | tree
2013年09月03日 Alvaro Herrera Update obsolete comment commit | commitdiff | tree
2013年09月03日 Tom Lane Docs: wording improvements in discussion of timestamp... commit | commitdiff | tree
2013年09月03日 Bruce Momjian doc: Fix SGML markup for date patch commit | commitdiff | tree
2013年09月03日 Bruce Momjian Docs: add paragraph about date/timestamp subtraction commit | commitdiff | tree
2013年09月03日 Robert Haas docs: Clarify that we also support Solaris versions... commit | commitdiff | tree
2013年09月03日 Greg Stark Fix thinko in worker_spi, count(*) returns a bigint... commit | commitdiff | tree
2013年09月03日 Heikki Linnakangas Fix typo in comment. commit | commitdiff | tree
2013年09月02日 Tom Lane Update time zone data files to tzdata release 2013d. commit | commitdiff | tree
2013年09月02日 Andrew Dunstan Fix relfrozenxid query in docs to include TOAST tables. commit | commitdiff | tree
2013年09月02日 Peter Eisentraut Translation updates commit | commitdiff | tree
2013年09月01日 Tom Lane Update "Using EXPLAIN" documentation examples using... commit | commitdiff | tree
2013年09月01日 Tom Lane Update 9.3 release notes. commit | commitdiff | tree
2013年08月31日 Tom Lane Improve regression test for #8410. commit | commitdiff | tree
2013年08月30日 Tom Lane Add test case for bug #8410. commit | commitdiff | tree
2013年08月30日 Tom Lane Reset the binary heap in MergeAppend rescans. commit | commitdiff | tree
2013年08月29日 Alvaro Herrera Make error wording more consistent commit | commitdiff | tree
2013年08月29日 Heikki Linnakangas Use a non-locking initial test in TAS_SPIN on x86_64. commit | commitdiff | tree
2013年08月28日 Robert Haas Allow discovery of whether a dynamic background worker... commit | commitdiff | tree
2013年08月28日 Robert Haas Partially restore comments discussing enum renumbering... commit | commitdiff | tree
2013年08月28日 Heikki Linnakangas Accept multiple -I, -P, -T and -n options in pg_restore. commit | commitdiff | tree
2013年08月27日 Alvaro Herrera Initialize cached OID to Invalid in new hash entries commit | commitdiff | tree
2013年08月27日 Alvaro Herrera Fix some "translator:" comments mangled by pgindent commit | commitdiff | tree
2013年08月26日 Robert Haas doc: Explain that ereport doesn't return for ERROR... commit | commitdiff | tree
2013年08月24日 Tom Lane Account better for planning cost when choosing whether... commit | commitdiff | tree
2013年08月24日 Magnus Hagander Don't crash when pg_xlog is empty and pg_basebackup... commit | commitdiff | tree
2013年08月23日 Tom Lane In locate_grouping_columns(), don't expect an exact... commit | commitdiff | tree
2013年08月21日 Tom Lane Fix hash table size estimation error in choose_hashed_d... commit | commitdiff | tree
2013年08月21日 Bruce Momjian docs: Remove second 'trim' index reference commit | commitdiff | tree
2013年08月20日 Andrew Dunstan Unconditionally use the WSA equivalents of Socket error... commit | commitdiff | tree
2013年08月20日 Bruce Momjian release notes: update link to 9.3 PL/pgSQL constraint... commit | commitdiff | tree
2013年08月19日 Tom Lane Be more wary of unwanted whitespace in pgstat_reset_rem... commit | commitdiff | tree
2013年08月19日 Alvaro Herrera Fix removal of files in pgstats directories commit | commitdiff | tree
2013年08月19日 Heikki Linnakangas Rename the "fast_promote" file to just "promote". commit | commitdiff | tree
2013年08月19日 Tom Lane Fix qual-clause-misplacement issues with pulled-up... commit | commitdiff | tree
2013年08月19日 Alvaro Herrera Fix pg_upgrade failure from servers older than 9.3 commit | commitdiff | tree
2013年08月19日 Bruce Momjian release notes: remove username from 9.3 major item commit | commitdiff | tree
2013年08月19日 Peter Eisentraut Translation updates commit | commitdiff | tree
2013年08月18日 Kevin Grittner Remove relcache entry invalidation in REFRESH MATERIALI... commit | commitdiff | tree
2013年08月18日 Peter Eisentraut libpq: Report strerror on pthread_mutex_lock() failure commit | commitdiff | tree
2013年08月18日 Tom Lane Fix thinko in comment. commit | commitdiff | tree
2013年08月18日 Tom Lane Fix planner problems with LATERAL references in PlaceHo... commit | commitdiff | tree
2013年08月16日 Bruce Momjian release notes: update 9.3 major feature list commit | commitdiff | tree
2013年08月16日 Bruce Momjian release notes: Update to 9.3 git current commit | commitdiff | tree
2013年08月16日 Robert Haas Move more bgworker code to bgworker.c; also, some renaming. commit | commitdiff | tree
2013年08月16日 Bruce Momjian pg_upgrade: shut down server after auth failure commit | commitdiff | tree
2013年08月16日 Heikki Linnakangas Fix typo in comment. commit | commitdiff | tree
2013年08月15日 Kevin Grittner Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE. commit | commitdiff | tree
2013年08月15日 Magnus Hagander Add tab completion for \dx in psql commit | commitdiff | tree
2013年08月15日 Peter Eisentraut Treat timeline IDs as unsigned in replication parser commit | commitdiff | tree
2013年08月15日 Peter Eisentraut Improve error message when view is not updatable commit | commitdiff | tree
2013年08月14日 Tom Lane Remove ph_may_need from PlaceHolderInfo, with attendant... commit | commitdiff | tree
2013年08月14日 Bruce Momjian docs: document TRIM "comma" syntax commit | commitdiff | tree
2013年08月14日 Kevin Grittner Remove Assert that matview is not in system schema... commit | commitdiff | tree
2013年08月14日 Peter Eisentraut Update Emacs configuration commit | commitdiff | tree
2013年08月13日 Tom Lane Emit a log message if output is about to be redirected... commit | commitdiff | tree
2013年08月13日 Bruce Momjian 9.3 release notes: move foreign table item commit | commitdiff | tree
2013年08月13日 Bruce Momjian pg_dump: avoid schema qualification for ALTER ...... commit | commitdiff | tree
2013年08月11日 Peter Eisentraut PL/Python: Adjust the regression tests for Python 3.3 commit | commitdiff | tree
2013年08月10日 Bruce Momjian docs: mention Julian is midnight _UTC_ commit | commitdiff | tree
2013年08月09日 Bruce Momjian Docs: Document to_*() Julian values are integers commit | commitdiff | tree
2013年08月09日 Fujii Masao Document how auto_explain.log_timing can be changed. commit | commitdiff | tree
2013年08月09日 Peter Eisentraut Message punctuation and pluralization fixes commit | commitdiff | tree
2013年08月08日 Peter Eisentraut Message style improvements commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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