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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2010年06月07日 Tom Lane Avoid useless snprintf() call when update_process_title... commit | commitdiff | tree
2010年06月07日 Teodor Sigaev Add missed function dblink_connect_u(text[,text]) to... commit | commitdiff | tree
2010年06月07日 Itagaki Takahiro Ensure default-only storage parameters for TOAST relations commit | commitdiff | tree
2010年06月07日 Itagaki Takahiro Replace "slave" to "standby" in documentation for consi... commit | commitdiff | tree
2010年06月05日 Tom Lane Improve our explanation of the OVERLAPS operator. commit | commitdiff | tree
2010年06月04日 Michael Meskes Added variable handling for RETURNING clause to ecpg. commit | commitdiff | tree
2010年06月04日 Marc G. Fournier tag 9.0beta2 REL9_0_BETA2 commit | commitdiff | tree
2010年06月03日 Tom Lane Adjust misleading comment in walsender.c. We try to... commit | commitdiff | tree
2010年06月03日 Tom Lane Add current WAL end (as seen by walsender, ie, GetWrite... commit | commitdiff | tree
2010年06月03日 Tom Lane Remove link that breaks HISTORY file generation. commit | commitdiff | tree
2010年06月03日 Peter Eisentraut Translation updates for 9.0beta2 commit | commitdiff | tree
2010年06月03日 Peter Eisentraut Fix some inconsistent quoting of wal_level values in... commit | commitdiff | tree
2010年06月03日 Alvaro Herrera Add comments about definitions that may affect PG_CONTR... commit | commitdiff | tree
2010年06月03日 Bruce Momjian Fix CREATE TRIGGER release mention, WHERE -> WHEN. commit | commitdiff | tree
2010年06月03日 Peter Eisentraut Fix reference to nonexistent configure option commit | commitdiff | tree
2010年06月03日 Bruce Momjian Update 9.0 release notes to current. commit | commitdiff | tree
2010年06月03日 Tom Lane Bump PG_CONTROL_VERSION to account for the incompatible... commit | commitdiff | tree
2010年06月03日 Bruce Momjian Markup fix. commit | commitdiff | tree
2010年06月03日 Bruce Momjian Document regexp_matches() better and show example of... commit | commitdiff | tree
2010年06月03日 Bruce Momjian Document use of C++ for extension use. commit | commitdiff | tree
2010年06月03日 Itagaki Takahiro Fix dblink to treat connection names longer than NAMEDA... commit | commitdiff | tree
2010年06月03日 Robert Haas On clean shutdown during recovery, don't warn about... commit | commitdiff | tree
2010年06月03日 Bruce Momjian Document that citext operators must be in the current... commit | commitdiff | tree
2010年06月03日 Bruce Momjian Clarify array generate_subscripts() documentation example. commit | commitdiff | tree
2010年06月03日 Bruce Momjian Document that && geometric operator is true even if... commit | commitdiff | tree
2010年06月02日 Heikki Linnakangas Fix obsolete comments that I neglected to update in... commit | commitdiff | tree
2010年06月01日 Bruce Momjian Update C++ release note item wording. commit | commitdiff | tree
2010年06月01日 Bruce Momjian Comment out C++ docs for later user. Tone down C+... commit | commitdiff | tree
2010年06月01日 Bruce Momjian Mention palloc/pfree for C++ memory allocation in docs. commit | commitdiff | tree
2010年06月01日 Bruce Momjian Fix SGML markup for tag title. commit | commitdiff | tree
2010年06月01日 Bruce Momjian Add documentation section "Using C++ for Extensibility". commit | commitdiff | tree
2010年06月01日 Bruce Momjian Show schema name for REINDEX. commit | commitdiff | tree
2010年05月31日 Bruce Momjian Overflow box is on page after listed page number, per... commit | commitdiff | tree
2010年05月31日 Bruce Momjian Update TeX overflow documentation page pattern mask... commit | commitdiff | tree
2010年05月31日 Bruce Momjian Document how to find TeX overflow boxes in our document... commit | commitdiff | tree
2010年05月31日 Bruce Momjian Add error hint that PL/pgSQL "EXECUTE of SELECT ..... commit | commitdiff | tree
2010年05月31日 Alvaro Herrera Add note about database ownership to REASSIGN OWNED... commit | commitdiff | tree
2010年05月31日 Bruce Momjian Reword fsync and full_page_writes docs to be clearer... commit | commitdiff | tree
2010年05月31日 Heikki Linnakangas Send all outstanding WAL before exiting when smart... commit | commitdiff | tree
2010年05月30日 Tom Lane Fix misuse of Lossy Counting (LC) algorithm in compute_... commit | commitdiff | tree
2010年05月30日 Tom Lane Change the notation for calling functions with named... commit | commitdiff | tree
2010年05月30日 Bruce Momjian Clarify the meaning of "trusted language" in the docume... commit | commitdiff | tree
2010年05月29日 Tom Lane Add text to "Populating a Database" pointing out that... commit | commitdiff | tree
2010年05月29日 Bruce Momjian Document that NOT NULL domain constraints are not alway... commit | commitdiff | tree
2010年05月29日 Heikki Linnakangas Fix typos in recent doc patch. Fujii Masao commit | commitdiff | tree
2010年05月29日 Bruce Momjian Add C comment that we will have to remove an exclusion... commit | commitdiff | tree
2010年05月28日 Tom Lane Abort a FETCH_COUNT-controlled query if we observe... commit | commitdiff | tree
2010年05月28日 Tom Lane Fix oversight in the previous patch that made LIKE... commit | commitdiff | tree
2010年05月28日 Bruce Momjian Document use of VPATH builds. commit | commitdiff | tree
2010年05月28日 Tom Lane Rewrite LIKE's %-followed-by-_ optimization so it reall... commit | commitdiff | tree
2010年05月28日 Itagaki Takahiro PGDLLEXPORT is __declspec (dllexport) only on MSVC, commit | commitdiff | tree
2010年05月28日 Heikki Linnakangas Update High Availability docs. Clarify terms master... commit | commitdiff | tree
2010年05月28日 Tom Lane Rejigger mergejoin logic so that a tuple with a null... commit | commitdiff | tree
2010年05月27日 Tom Lane Change ps_status.c to explicitly track the current... commit | commitdiff | tree
2010年05月27日 Peter Eisentraut Small correction/clarification in discussion of Unicode... commit | commitdiff | tree
2010年05月27日 Tom Lane Fix the volatility marking of textanycat() and anytextc... commit | commitdiff | tree
2010年05月27日 Tom Lane Make CREATE INDEX run expression preprocessing on a... commit | commitdiff | tree
2010年05月27日 Itagaki Takahiro Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL... commit | commitdiff | tree
2010年05月27日 Heikki Linnakangas Make it more clear that you need to release savepoint... commit | commitdiff | tree
2010年05月27日 Robert Haas Avoid starting walreceiver in states where it shouldn... commit | commitdiff | tree
2010年05月27日 Heikki Linnakangas Adjust comment to reflect that we now have Hot Standby... commit | commitdiff | tree
2010年05月26日 Bruce Momjian Fix SGML markup commit | commitdiff | tree
2010年05月26日 Tom Lane Improve SSL-related documentation. Explain how to... commit | commitdiff | tree
2010年05月26日 Bruce Momjian Document pgFouine and check_postgres as log analysis... commit | commitdiff | tree
2010年05月26日 Heikki Linnakangas Thinko in previous commit: ensure that MAX_SEND_SIZE... commit | commitdiff | tree
2010年05月26日 Heikki Linnakangas In walsender, don't sleep if there's outstanding WAL... commit | commitdiff | tree
2010年05月26日 Tom Lane Rearrange libpq's SSL initialization to simplify it... commit | commitdiff | tree
2010年05月26日 Tom Lane Fix bogus error message for SSL-cert authentication... commit | commitdiff | tree
2010年05月26日 Simon Riggs HS Defer buffer pin deadlock check until deadlock_timeo... commit | commitdiff | tree
2010年05月26日 Robert Haas Fix psql help: \da+ is same as \da, but \daS is not. commit | commitdiff | tree
2010年05月26日 Tom Lane The message style police pay a visit to hba.c. commit | commitdiff | tree
2010年05月26日 Tom Lane Minor editorialization for be-secure.c: fix comments... commit | commitdiff | tree
2010年05月26日 Tom Lane Tell openssl to include the names of the root certs... commit | commitdiff | tree
2010年05月26日 Robert Haas More fixes for shutdown during recovery. commit | commitdiff | tree
2010年05月25日 Tom Lane Add missing newlines to some SSL-related error messages... commit | commitdiff | tree
2010年05月25日 Tom Lane Fix oversight in construction of sort/unique plans... commit | commitdiff | tree
2010年05月25日 Michael Meskes Replace self written 'long long int' configure test... commit | commitdiff | tree
2010年05月25日 Bruce Momjian Remove IMPLEMENTATION.jp file from pg_upgrade docs... commit | commitdiff | tree
2010年05月25日 Bruce Momjian Update pg_upgrade IMPLEMENTATION doc file to match... commit | commitdiff | tree
2010年05月25日 Bruce Momjian Modify pg_standby, pgbench, and pg_upgrade manual pages... commit | commitdiff | tree
2010年05月25日 Bruce Momjian Add pg_upgrade docs about binary compatibility, per... commit | commitdiff | tree
2010年05月25日 Michael Meskes Added a configure test for "long long" datatypes. So... commit | commitdiff | tree
2010年05月25日 Bruce Momjian Add Japanese Implementation file to CVS. commit | commitdiff | tree
2010年05月25日 Bruce Momjian Re-order pg_upgrade 'help' options to be alphabetical. commit | commitdiff | tree
2010年05月24日 Bruce Momjian In pg_upgrade, test for datallowconn instead of hardcod... commit | commitdiff | tree
2010年05月24日 Bruce Momjian Update pg_upgrade docs to show options in alphabetical... commit | commitdiff | tree
2010年05月24日 Bruce Momjian Split apart pg_upgrade user lookup and root check so... commit | commitdiff | tree
2010年05月23日 Tom Lane issue_warnings() has no business freeing its parameter... commit | commitdiff | tree
2010年05月23日 Tom Lane Fix oversight in join removal patch: we have to delete... commit | commitdiff | tree
2010年05月21日 Robert Haas Unbreak \h; can't do strlen(NULL). commit | commitdiff | tree
2010年05月20日 Michael Meskes Ecpg now accepts "long long" datatypes even if "long... commit | commitdiff | tree
2010年05月20日 Tom Lane Fix index entry for lo_compat_privileges, per bug ... commit | commitdiff | tree
2010年05月20日 Magnus Hagander Change the "N. Central Asia Standard Time" timezone... commit | commitdiff | tree
2010年05月20日 Bruce Momjian Show oid2name command-line arguments in documentation... commit | commitdiff | tree
2010年05月19日 Bruce Momjian SGML markup cleanup for pg_upgrade. commit | commitdiff | tree
2010年05月19日 Bruce Momjian Doc change: Rename of directory no longer required... commit | commitdiff | tree
2010年05月19日 Bruce Momjian pg_upgrade doc cleanup commit | commitdiff | tree
2010年05月19日 Bruce Momjian Restore oid2name doc change. commit | commitdiff | tree
2010年05月19日 Bruce Momjian Add command-line documentation for pg_upgrade. commit | commitdiff | tree
2010年05月19日 Bruce Momjian Simplify pg_upgrade queries by using IN instead of... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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