git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2003年01月08日
Bruce Momjian
This trivial patch implements disabled, deferred trigge...
commit
|
commitdiff
|
tree
2003年01月08日
Bruce Momjian
Enhanced error/help message for pg_controldata.
commit
|
commitdiff
|
tree
2003年01月08日
Tom Lane
Reconsider old decision to try to constant-fold default...
commit
|
commitdiff
|
tree
2003年01月08日
Tom Lane
Repair bug noticed by Deepak Bhole: a shell type should...
commit
|
commitdiff
|
tree
2003年01月08日
Bruce Momjian
Fix pgpass to work with PQconnectDB().
commit
|
commitdiff
|
tree
2003年01月08日
Tom Lane
Fix for bug #866. 7.3 contains new logic for avoiding...
commit
|
commitdiff
|
tree
2003年01月08日
Bruce Momjian
Only set the database name if we find a match in the...
commit
|
commitdiff
|
tree
2003年01月08日
D'Arcy J.M...
Correction to last patch. As per the DB-API spec,...
commit
|
commitdiff
|
tree
2003年01月08日
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2003年01月08日
Tom Lane
Code review for FETCH/MOVE 0 changes. Improve document...
commit
|
commitdiff
|
tree
2003年01月07日
Tom Lane
SendFunctionResult should take care to detoast varlena...
commit
|
commitdiff
|
tree
2003年01月07日
Tom Lane
Fix various places where global s/NOTICE/WARNING/ was...
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Upgrade to my2pg 1.9
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Upgrade to even newer ora2pg 2.0.
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Upgrade to ora2pg 1.10. Backpatch to 7.3.X.
commit
|
commitdiff
|
tree
2003年01月07日
Tom Lane
Update for new we-always-have-getopt_long approach.
commit
|
commitdiff
|
tree
2003年01月07日
Tom Lane
Apply the proper version of Christopher Kings-Lynne...
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Add connection service file.
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Silence compiler warning caused by removal of netinet...
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Document that psql \encoding doesn't see SET CLIENT_ENC...
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Fix missing tab in file.
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Small syntax cleanup.
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Check for sockaddr_in6 for IPv6 code, rather than ip6.h.
commit
|
commitdiff
|
tree
2003年01月07日
Bruce Momjian
Document libpq service capability, and add sample file.
commit
|
commitdiff
|
tree
2003年01月07日
Tom Lane
Tweak mdnblocks() to avoid doing lseek() on segments...
commit
|
commitdiff
|
tree
2003年01月06日
Bruce Momjian
Enable IPv6 libpq 'hostaddr' addresses. Update docs.
commit
|
commitdiff
|
tree
2003年01月06日
Peter Eisentraut
Use our own version of getopt_long() if the OS doesn...
commit
|
commitdiff
|
tree
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
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル