]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-01-06  Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06  Bruce MomjianUpdate comments on IPv6 #define.
2003-01-06  Bruce MomjianAdd test for netinet/ip6.h and getaddrinfo, to enable...
2003-01-06  Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06  Bruce MomjianAdd prototype for getaddrinfo().
2003-01-06  Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2003-01-06  Tom LaneAdd note explaining that a mergejoinable equality opera...
2003-01-06  Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2003-01-05  Peter EisentrautRevert rpath-mangling patch. See discussion on -patche...
2003-01-05  Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-04  Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
2003-01-03  Hiroshi InoueAdjust lo type in contrib during pg_restore so that...
2003-01-02  Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02  Tom LaneEnforces NOT NULL constraints to be applied against...
2003-01-02  Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2003-01-01  Tom Lanefastpath code neglected to check whether user has privi...
2003-01-01  Tom LaneAwhile back I wrote that freebsd.h was probably broken...
2003-01-01  Bruce MomjianUpdate:
2002-12-31  Bruce MomjianAdd:
2002-12-31  Hiroshi InoueAdd casts between lo and oid.
2002-12-30  Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-30  Bruce MomjianAttached is a patch to provide makefiles, etc. to allow...
2002-12-30  Tom LaneCode review for transaction-safe-TRUNCATE patch: minor...
2002-12-30  Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-30  Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-12-30  Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-30  Tom LaneBetter solution to integer overflow problem in hash...
2002-12-30  Bruce MomjianAdd missing slash to python install path.
2002-12-30  Bruce MomjianAdd:
2002-12-30  Tom LanePoint does not return a center of lseg.
2002-12-29  Tom LaneAdjust hash table sizing algorithm to avoid integer...
2002-12-29  Bruce MomjianClean up quoting in configure.in. configure did not...
2002-12-27  Tom LaneDeliver better error message when a relation name is...
2002-12-27  Tom LaneRemove overenthusiastic free'ing of comment dependencie...
2002-12-27  Bruce MomjianSmall fix in documentation and some examples of usage...
2002-12-27  Bruce MomjianTrivial patch to increase max_fsm_pages as per earlier...
2002-12-27  Bruce MomjianAdded:
2002-12-26  Tom LaneClamp the output of estimate_hash_bucketsize() to a...
2002-12-26  Tom LaneDon't try to free executor state of an InitPlan early...
2002-12-24  Bruce MomjianAdd developer organizations:
2002-12-23  Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-23  Dave Cramercase sensitive updates by Kris Jurka
2002-12-21  Tom Lanepg_dump should consider information_schema to be a...
2002-12-21  Tom LaneFix possible buffer overrun in \d command: substr(...
2002-12-20  Dave Cramermike beachy's patch for statement handling
2002-12-20  Dave Cramerpatch for null table in getPrimaryKeys
2002-12-20  Bruce MomjianUpdate 7.3.1 to give proper attribution to pg_dump...
2002-12-19  Tom LaneCause planner to include costs of InitPlans in startup...
2002-12-19  Bruce Momjianpgindent fe-connect.c --- done to make IPv6 patch easie...
2002-12-18  Bruce MomjianMVCC doc improvements:
2002-12-18  Bruce MomjianUpdate Russian FAQ. Update all FAQ's for 7.3.X branch.
2002-12-18  Bruce MomjianUpdate RELEASE checklist.
2002-12-18  Tom LaneAdd some items to development-branch release notes.
2002-12-18  PostgreSQL... From the SSL_CTX_new man page:
2002-12-18  Bruce Momjian*** empty log message ***
2002-12-18  Bruce Momjianincorporates latest changes in the English original.
2002-12-18  Bruce MomjianStamp 7.3.1
2002-12-18  Bruce MomjianStamp 7.3.1.
2002-12-18  Tom LaneUpdate EvalPlanQual() to work with new executor memory...
2002-12-18  Tom LanePrevent core dump when ExecMarkPos is called before...
2002-12-17  Bruce MomjianImprovement to CREATE TRIGGER and catalog documentation.
2002-12-17  Tom LaneSkip unnecessary plan-copying now that plan trees are...
2002-12-17  Tom LaneFix typo.
2002-12-17  Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-16  Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-12-16  Tom LaneDocument that zero-column tables are allowed (and non...
2002-12-16  Bruce MomjianUpdate release to mark 7.3.
2002-12-16  Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-16  Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-15  Tom LaneTweak default memory context allocation policy so that...
2002-12-15  Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-15  Bruce MomjianImprove comment.
2002-12-14  Bruce MomjianAdd major/minor release changes info to RELEASE_CHANGES...
2002-12-14  Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-14  Bruce MomjianOk, I think I've gotten this figured out now. I saw...
2002-12-14  Peter EisentrautInitial version of the SQL information schema
2002-12-14  Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13  Bruce MomjianIncrement libpq major number for 7.3.1 and minor for...
2002-12-13  Tom LaneAdmit defeat on the prospect of keeping straight exactl...
2002-12-13  Bruce MomjianProtect from null param on ecpg disconnect, verified...
2002-12-13  Tom LaneAdd a basic regression test for IS DISTINCT FROM, which...
2002-12-13  Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-13  Tom LaneAdjust costsize calculations to avoid introducing unnec...
2002-12-13  Bruce MomjianRemove strerror output for openssl SYSCALL error check.
2002-12-13  Bruce MomjianThis patch fixes minor bugs in dictionary generator...
2002-12-13  Bruce MomjianThis patch fixes a few typos in the documentation for...
2002-12-13  Bruce MomjianHere's the patch I mentioned on HACKERS to fix up ALTER...
2002-12-12  Bruce Momjian> There is an ugly little problem with the DB wrapper...
2002-12-12  Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-12-12  Bruce MomjianWhile porting my TPC-C implementation from Oracle,...
2002-12-12  Tom LaneDon't produce bogus COPY command when there are no...
2002-12-12  Bruce MomjianTODO marked as done:
2002-12-12  Bruce MomjianDone:
2002-12-12  Tom LaneDon't force rebuild of all of backend/parser when we...
2002-12-12  Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12  Tom LaneGuard against overrunning CTZName buffer when TZ is...
2002-12-12  Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-12  Bruce MomjianAdd for protocol changes:
2002-12-11  Bruce MomjianMove psql \? Formatting above Large Object/Copy.
2002-12-11  Bruce Momjianpsql \? rearrangement, suggested by Tom.
next