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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2003年01月06日 Peter Eisentraut Fix for systems that don't have INET_ADDRSTRLEN. commit | commitdiff | tree
2003年01月06日 Bruce Momjian Update comments on IPv6 #define. commit | commitdiff | tree
2003年01月06日 Bruce Momjian Add test for netinet/ip6.h and getaddrinfo, to enable... commit | commitdiff | tree
2003年01月06日 Bruce Momjian Update ipv6 comment, move configure test to the right... commit | commitdiff | tree
2003年01月06日 Bruce Momjian Add prototype for getaddrinfo(). commit | commitdiff | tree
2003年01月06日 Bruce Momjian Enable IPv6 connections to the server, and add pg_hba... commit | commitdiff | tree
2003年01月06日 Tom Lane Add note explaining that a mergejoinable equality opera... commit | commitdiff | tree
2003年01月06日 Tom Lane ALTER DOMAIN OWNER, from Rod Taylor. commit | commitdiff | tree
2003年01月05日 Peter Eisentraut Revert rpath-mangling patch. See discussion on -patche... commit | commitdiff | tree
2003年01月05日 Tom Lane Fix inherited UPDATE for cases where child column numbe... commit | commitdiff | tree
2003年01月04日 Tom Lane Partial code review for ALTER DOMAIN patch. Incorporat... commit | commitdiff | tree
2003年01月03日 Hiroshi Inoue Adjust lo type in contrib during pg_restore so that... commit | commitdiff | tree
2003年01月02日 Bruce Momjian flockfile/funlockfile is POSIX, so NetBSD has them... commit | commitdiff | tree
2003年01月02日 Tom Lane Enforces NOT NULL constraints to be applied against... commit | commitdiff | tree
2003年01月02日 Bruce Momjian Fix BSD/OS thread file locking bug in new fseeko code. commit | commitdiff | tree
2003年01月01日 Tom Lane fastpath code neglected to check whether user has privi... commit | commitdiff | tree
2003年01月01日 Tom Lane Awhile back I wrote that freebsd.h was probably broken... commit | commitdiff | tree
2003年01月01日 Bruce Momjian Update: commit | commitdiff | tree
2002年12月31日 Bruce Momjian Add: commit | commitdiff | tree
2002年12月31日 Hiroshi Inoue Add casts between lo and oid. commit | commitdiff | tree
2002年12月30日 Tom Lane Adjust Tcl-related code to compile cleanly with Tcl... commit | commitdiff | tree
2002年12月30日 Bruce Momjian Attached is a patch to provide makefiles, etc. to allow... commit | commitdiff | tree
2002年12月30日 Tom Lane Code review for transaction-safe-TRUNCATE patch: minor... commit | commitdiff | tree
2002年12月30日 Tom Lane Code review for CLUSTER ALL patch. Fix bogus locking... commit | commitdiff | tree
2002年12月30日 Tom Lane Make use of TCL_INCLUDE_SPEC if available (it's new... commit | commitdiff | tree
2002年12月30日 Bruce Momjian Cause FETCH 1 to return the current cursor row, or... commit | commitdiff | tree
2002年12月30日 Tom Lane Better solution to integer overflow problem in hash... commit | commitdiff | tree
2002年12月30日 Bruce Momjian Add missing slash to python install path. commit | commitdiff | tree
2002年12月30日 Bruce Momjian Add: commit | commitdiff | tree
2002年12月30日 Tom Lane Point does not return a center of lseg. commit | commitdiff | tree
2002年12月29日 Tom Lane Adjust hash table sizing algorithm to avoid integer... commit | commitdiff | tree
2002年12月29日 Bruce Momjian Clean up quoting in configure.in. configure did not... commit | commitdiff | tree
2002年12月27日 Tom Lane Deliver better error message when a relation name is... commit | commitdiff | tree
2002年12月27日 Tom Lane Remove overenthusiastic free'ing of comment dependencie... commit | commitdiff | tree
2002年12月27日 Bruce Momjian Small fix in documentation and some examples of usage... commit | commitdiff | tree
2002年12月27日 Bruce Momjian Trivial patch to increase max_fsm_pages as per earlier... commit | commitdiff | tree
2002年12月27日 Bruce Momjian Added: commit | commitdiff | tree
2002年12月26日 Tom Lane Clamp the output of estimate_hash_bucketsize() to a... commit | commitdiff | tree
2002年12月26日 Tom Lane Don't try to free executor state of an InitPlan early... commit | commitdiff | tree
2002年12月24日 Bruce Momjian Add developer organizations: commit | commitdiff | tree
2002年12月23日 Bruce Momjian Update SSL error message for improper permissions.... commit | commitdiff | tree
2002年12月23日 Dave Cramer case sensitive updates by Kris Jurka commit | commitdiff | tree
2002年12月21日 Tom Lane pg_dump should consider information_schema to be a... commit | commitdiff | tree
2002年12月21日 Tom Lane Fix possible buffer overrun in \d command: substr(... commit | commitdiff | tree
2002年12月20日 Dave Cramer mike beachy's patch for statement handling commit | commitdiff | tree
2002年12月20日 Dave Cramer patch for null table in getPrimaryKeys commit | commitdiff | tree
2002年12月20日 Bruce Momjian Update 7.3.1 to give proper attribution to pg_dump... commit | commitdiff | tree
2002年12月19日 Tom Lane Cause planner to include costs of InitPlans in startup... commit | commitdiff | tree
2002年12月19日 Bruce Momjian pgindent fe-connect.c --- done to make IPv6 patch easie... commit | commitdiff | tree
2002年12月18日 Bruce Momjian MVCC doc improvements: commit | commitdiff | tree
2002年12月18日 Bruce Momjian Update Russian FAQ. Update all FAQ's for 7.3.X branch. commit | commitdiff | tree
2002年12月18日 Bruce Momjian Update RELEASE checklist. commit | commitdiff | tree
2002年12月18日 Tom Lane Add some items to development-branch release notes. commit | commitdiff | tree
2002年12月18日 PostgreSQL... From the SSL_CTX_new man page: commit | commitdiff | tree
2002年12月18日 Bruce Momjian *** empty log message *** commit | commitdiff | tree
2002年12月18日 Bruce Momjian incorporates latest changes in the English original. commit | commitdiff | tree
2002年12月18日 Bruce Momjian Stamp 7.3.1 commit | commitdiff | tree
2002年12月18日 Bruce Momjian Stamp 7.3.1. commit | commitdiff | tree
2002年12月18日 Tom Lane Update EvalPlanQual() to work with new executor memory... commit | commitdiff | tree
2002年12月18日 Tom Lane Prevent core dump when ExecMarkPos is called before... commit | commitdiff | tree
2002年12月17日 Bruce Momjian Improvement to CREATE TRIGGER and catalog documentation. commit | commitdiff | tree
2002年12月17日 Tom Lane Skip unnecessary plan-copying now that plan trees are... commit | commitdiff | tree
2002年12月17日 Tom Lane Fix typo. commit | commitdiff | tree
2002年12月17日 Tom Lane To suppress memory leakage in long-lived Lists, lremove... commit | commitdiff | tree
2002年12月16日 Tom Lane Fix GEQO to work again in CVS tip, by being more carefu... commit | commitdiff | tree
2002年12月16日 Tom Lane Document that zero-column tables are allowed (and non... commit | commitdiff | tree
2002年12月16日 Bruce Momjian Update release to mark 7.3. commit | commitdiff | tree
2002年12月16日 Tom Lane Fix ALTER TABLE ADD COLUMN to disallow the same column... commit | commitdiff | tree
2002年12月16日 Tom Lane Code review for palloc0 patch --- avoid dangerous and... commit | commitdiff | tree
2002年12月15日 Tom Lane Tweak default memory context allocation policy so that... commit | commitdiff | tree
2002年12月15日 Tom Lane Revise executor APIs so that all per-query state struct... commit | commitdiff | tree
2002年12月15日 Bruce Momjian Improve comment. commit | commitdiff | tree
2002年12月14日 Bruce Momjian Add major/minor release changes info to RELEASE_CHANGES... commit | commitdiff | tree
2002年12月14日 Bruce Momjian The actual segfault was caused by a double pfree()... commit | commitdiff | tree
2002年12月14日 Bruce Momjian Ok, I think I've gotten this figured out now. I saw... commit | commitdiff | tree
2002年12月14日 Peter Eisentraut Initial version of the SQL information schema commit | commitdiff | tree
2002年12月14日 Tom Lane Clean up plantree representation of SubPlan-s --- SubLi... commit | commitdiff | tree
2002年12月13日 Bruce Momjian Increment libpq major number for 7.3.1 and minor for... commit | commitdiff | tree
2002年12月13日 Tom Lane Admit defeat on the prospect of keeping straight exactl... commit | commitdiff | tree
2002年12月13日 Bruce Momjian Protect from null param on ecpg disconnect, verified... commit | commitdiff | tree
2002年12月13日 Tom Lane Add a basic regression test for IS DISTINCT FROM, which... commit | commitdiff | tree
2002年12月13日 Tom Lane Phase 3 of read-only-plans project: ExecInitExpr now... commit | commitdiff | tree
2002年12月13日 Tom Lane Adjust costsize calculations to avoid introducing unnec... commit | commitdiff | tree
2002年12月13日 Bruce Momjian Remove strerror output for openssl SYSCALL error check. commit | commitdiff | tree
2002年12月13日 Bruce Momjian This patch fixes minor bugs in dictionary generator... commit | commitdiff | tree
2002年12月13日 Bruce Momjian This patch fixes a few typos in the documentation for... commit | commitdiff | tree
2002年12月13日 Bruce Momjian Here's the patch I mentioned on HACKERS to fix up ALTER... commit | commitdiff | tree
2002年12月12日 Bruce Momjian > There is an ugly little problem with the DB wrapper... commit | commitdiff | tree
2002年12月12日 Bruce Momjian Check SSL_get_error() value SSL_ERROR_SYSCALL to see... commit | commitdiff | tree
2002年12月12日 Bruce Momjian While porting my TPC-C implementation from Oracle,... commit | commitdiff | tree
2002年12月12日 Tom Lane Don't produce bogus COPY command when there are no... commit | commitdiff | tree
2002年12月12日 Bruce Momjian TODO marked as done: commit | commitdiff | tree
2002年12月12日 Bruce Momjian Done: commit | commitdiff | tree
2002年12月12日 Tom Lane Don't force rebuild of all of backend/parser when we... commit | commitdiff | tree
2002年12月12日 Tom Lane Preliminary code review for domain CHECK constraints... commit | commitdiff | tree
2002年12月12日 Tom Lane Guard against overrunning CTZName buffer when TZ is... commit | commitdiff | tree
2002年12月12日 Tom Lane Phase 2 of read-only-plans project: restructure express... commit | commitdiff | tree
2002年12月12日 Bruce Momjian Add for protocol changes: commit | commitdiff | tree
2002年12月11日 Bruce Momjian Move psql \? Formatting above Large Object/Copy. commit | commitdiff | tree
2002年12月11日 Bruce Momjian psql \? rearrangement, suggested by Tom. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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