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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2009年05月04日 Magnus Hagander Update no longer current comments in header. commit | commitdiff | tree
2009年05月04日 Magnus Hagander Call SetLastError(0) before calling the file mapping... commit | commitdiff | tree
2009年05月04日 Peter Eisentraut Replace a couple of references to files that no longer... commit | commitdiff | tree
2009年05月04日 Tom Lane Fix missed usage of DLNewElem() commit | commitdiff | tree
2009年05月04日 Alvaro Herrera Avoid a memory allocation in the backend startup code... commit | commitdiff | tree
2009年05月03日 Tom Lane Fix pg_resetxlog to remove archive status files along... commit | commitdiff | tree
2009年05月03日 Tom Lane Fix mis-description of XML Schema functions, per discus... commit | commitdiff | tree
2009年05月03日 Tom Lane Fix unintelligible description created by removing... commit | commitdiff | tree
2009年05月03日 Tom Lane Fix assign_pgstat_temp_directory() to ensure the direct... commit | commitdiff | tree
2009年05月03日 Tom Lane Fix already-obsolete hint message ... sslverify paramet... commit | commitdiff | tree
2009年05月03日 Tatsuo Ishii Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. commit | commitdiff | tree
2009年05月02日 Tom Lane Install some simple defenses in postmaster startup... commit | commitdiff | tree
2009年05月02日 Tom Lane We don't need major_release_split any more. commit | commitdiff | tree
2009年05月02日 Tom Lane Split the release notes into a separate file for each... commit | commitdiff | tree
2009年05月02日 Tom Lane Fix plpgsql's EXIT so that an EXIT without a label... commit | commitdiff | tree
2009年05月01日 Tom Lane Fix a couple of cases where the plpgsql grammar looked... commit | commitdiff | tree
2009年05月01日 Tom Lane When checking for datetime field overflow, we should... commit | commitdiff | tree
2009年04月30日 Heikki Linnakangas Clean up check_keywords.pl script, making it 'strict... commit | commitdiff | tree
2009年04月29日 Heikki Linnakangas Add check_keyword.pl script to perform some basic sanit... commit | commitdiff | tree
2009年04月28日 Tom Lane Improve pull_up_subqueries logic so that it doesn't... commit | commitdiff | tree
2009年04月28日 Bruce Momjian Blank line Makefile cleanups. commit | commitdiff | tree
2009年04月28日 Heikki Linnakangas Move SERVER to the right place in the alphabetically... commit | commitdiff | tree
2009年04月28日 Bruce Momjian In VACUUM, FREEZE must be before ANALYZE; fix this... commit | commitdiff | tree
2009年04月27日 Bruce Momjian Proofreading adjustments for first two parts of documen... commit | commitdiff | tree
2009年04月26日 Tom Lane Some more work on the 8.4 release notes. Document... commit | commitdiff | tree
2009年04月26日 Tom Lane Remove Windows-specific definition of S_ISDIR(). This... commit | commitdiff | tree
2009年04月26日 Tom Lane Typo fix. commit | commitdiff | tree
2009年04月26日 Tom Lane Update citext expected output to exactly match the... commit | commitdiff | tree
2009年04月25日 Tom Lane Fix the handling of sub-SELECTs appearing in the argume... commit | commitdiff | tree
2009年04月24日 Bruce Momjian Improve server spoofing wording, per request from Magnus. commit | commitdiff | tree
2009年04月24日 Tom Lane Fix some more 'variable may be used uninitialized'... commit | commitdiff | tree
2009年04月24日 Magnus Hagander More clearly document what the different sslmode option... commit | commitdiff | tree
2009年04月24日 Magnus Hagander Remove sslverify parameter from release notes, mention... commit | commitdiff | tree
2009年04月24日 Magnus Hagander Remove sslverify parameter again, replacing it with... commit | commitdiff | tree
2009年04月24日 Magnus Hagander Move gettext encoding names into encnames.c, so we... commit | commitdiff | tree
2009年04月23日 Tom Lane Suppress some 'variable may be used uninitialized'... commit | commitdiff | tree
2009年04月23日 Tom Lane Don't use the result of strcmp as if it were a boolean. commit | commitdiff | tree
2009年04月23日 Heikki Linnakangas Mention that tables have a visibility map fork alongsid... commit | commitdiff | tree
2009年04月23日 Heikki Linnakangas Improve the documentation on 8.4 visibility map related... commit | commitdiff | tree
2009年04月23日 Heikki Linnakangas varstr_cmp and any comparison function that piggybacks... commit | commitdiff | tree
2009年04月23日 Tom Lane Change the default value of max_prepared_transactions... commit | commitdiff | tree
2009年04月22日 Heikki Linnakangas After archive recovery, mark the last WAL segment from... commit | commitdiff | tree
2009年04月22日 Bruce Momjian Use brackets in psql \df \? help. commit | commitdiff | tree
2009年04月21日 Tom Lane Remove the long-obsolete homebrew dl*() functions for... commit | commitdiff | tree
2009年04月21日 Tom Lane Fix obsolete cross-reference (this file isn't called... commit | commitdiff | tree
2009年04月21日 Bruce Momjian Improve psql \df error handling. commit | commitdiff | tree
2009年04月21日 Bruce Momjian Merge psql \df options into a single \? line, and updat... commit | commitdiff | tree
2009年04月21日 Bruce Momjian Add agg/normal/trigger/window flags for psql \df and... commit | commitdiff | tree
2009年04月20日 Magnus Hagander Read nls.nk files to determine the proper name of NLS... commit | commitdiff | tree
2009年04月19日 Tom Lane Assorted portability fixes for Borland C, from Pavel... commit | commitdiff | tree
2009年04月19日 Tom Lane Rethink the idea of having plpgsql depend on parser... commit | commitdiff | tree
2009年04月19日 Tom Lane Fix de-escaping checks so that we will reject 000円... commit | commitdiff | tree
2009年04月19日 Tom Lane Fix textsearch documentation examples to not recommend... commit | commitdiff | tree
2009年04月19日 Tom Lane Fix estimate_num_groups() to not fail on PlaceHolderVar... commit | commitdiff | tree
2009年04月19日 Tom Lane Revise plpgsql's scanner to process comments and string... commit | commitdiff | tree
2009年04月19日 Tom Lane Mention as a potential incompatibility the fact that... commit | commitdiff | tree
2009年04月18日 Bruce Momjian Add Ron Mayer as primary contributor for: commit | commitdiff | tree
2009年04月17日 Tom Lane Bump disable_cost up from 1e8 to 1e10, per gripe from... commit | commitdiff | tree
2009年04月16日 Tom Lane Fix planner to restore its previous level of intelligen... commit | commitdiff | tree
2009年04月16日 Alvaro Herrera Fix the regression test error message for array_fill... commit | commitdiff | tree
2009年04月15日 Alvaro Herrera Substitute extraneous underscores with spaces. commit | commitdiff | tree
2009年04月15日 Bruce Momjian Remove mention of pre-7.1 inheritance behavior from... commit | commitdiff | tree
2009年04月15日 Alvaro Herrera Add missing gettext calls around some strings. Also... commit | commitdiff | tree
2009年04月15日 Alvaro Herrera Add missing periods. commit | commitdiff | tree
2009年04月15日 Magnus Hagander Remove beer-ware license from crypt-md5.c, per commit | commitdiff | tree
2009年04月15日 Bruce Momjian Fix SGML markup I broke yesterday. commit | commitdiff | tree
2009年04月14日 Tom Lane Fix broken {xufailed} production that made HEAD fail on commit | commitdiff | tree
2009年04月14日 Bruce Momjian Reformat 'sslmode' options into an SGML table; improve... commit | commitdiff | tree
2009年04月14日 Bruce Momjian Add libpq error message text on how to handle missing... commit | commitdiff | tree
2009年04月14日 Tom Lane Do some copy-editing on description of ts_headline(). commit | commitdiff | tree
2009年04月14日 Alvaro Herrera pg_restore -jN does not equate "multiple jobs", so... commit | commitdiff | tree
2009年04月13日 Alvaro Herrera Make new strings more alike previously existing messages. commit | commitdiff | tree
2009年04月13日 Tom Lane Make a copy-editing pass over the 8.4 release notes. commit | commitdiff | tree
2009年04月12日 Andrew Dunstan Fix logic to detect conflicts or blocks involving exclu... commit | commitdiff | tree
2009年04月11日 Tom Lane Fix pg_dumpall so that when --clean is specified, it... commit | commitdiff | tree
2009年04月11日 Alvaro Herrera Make string more alike other similar messages. commit | commitdiff | tree
2009年04月11日 Bruce Momjian More wording clarification of sslverify setting. commit | commitdiff | tree
2009年04月11日 Peter Eisentraut Message fix commit | commitdiff | tree
2009年04月11日 Peter Eisentraut Message improvement commit | commitdiff | tree
2009年04月11日 Bruce Momjian Better document libpq sslverify behavior as requiring... commit | commitdiff | tree
2009年04月11日 Bruce Momjian Wording improvement. commit | commitdiff | tree
2009年04月11日 Bruce Momjian Wording improvement for SSL user certificate authentica... commit | commitdiff | tree
2009年04月11日 Bruce Momjian Clarify SSL _user_ authentication in release notes. commit | commitdiff | tree
2009年04月10日 Tom Lane Add cross-references from the DECLARE and FETCH referen... commit | commitdiff | tree
2009年04月10日 Bruce Momjian Document how *_blks_read statistics columns are computed. commit | commitdiff | tree
2009年04月10日 Marc G. Fournier commit and tag beta1 REL8_4_BETA1 commit | commitdiff | tree
2009年04月09日 Tom Lane Update release notes through yesterday; some minor... commit | commitdiff | tree
2009年04月09日 Bruce Momjian Clarify documentation references to pg_stat_get_blocks_... commit | commitdiff | tree
2009年04月09日 Bruce Momjian No more need to update FAQs. commit | commitdiff | tree
2009年04月09日 Peter Eisentraut Add URL for config.guess/sub updates commit | commitdiff | tree
2009年04月09日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2009年04月09日 Tom Lane Update time zone data files to tzdata release 2009e... commit | commitdiff | tree
2009年04月09日 Peter Eisentraut Translation updates for 8.4 beta commit | commitdiff | tree
2009年04月09日 Tom Lane Update GIN limitations documentation to match current... commit | commitdiff | tree
2009年04月09日 Tom Lane Remove SQL-compatibility function cardinality(). It... commit | commitdiff | tree
2009年04月09日 Bruce Momjian Improve documentation about how checkpoint spreads... commit | commitdiff | tree
2009年04月09日 Tom Lane Treat EOF like \n for line-counting purposes in ParseCo... commit | commitdiff | tree
2009年04月09日 Tom Lane Fix the plpgsql memory leak exhibited in bug #4677... commit | commitdiff | tree
2009年04月08日 Tom Lane Remove psql's ancient hack that suppressed functions... commit | commitdiff | tree
2009年04月08日 Tom Lane Allow leading and trailing spaces around NaN in numeric_in. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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