]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-08-23  Bruce MomjianAdd:
2002-08-23  Tom LaneVery minor copy-editing.
2002-08-23  Tom LaneAdd note that explains that \df omits functions it...
2002-08-23  Tom LaneUpdate reference to value of NAMEDATALEN. Someone...
2002-08-23  Tom LaneUpdate contrib regression tests for OPAQUE datatype...
2002-08-22  Tom LaneSince the plpgsql test has been part of the standard...
2002-08-22  Tom LaneTranspose info from src/pl/plpgsql/test/README into...
2002-08-22  Bruce MomjianMark 7.2.2 as newest release.
2002-08-22  Bruce MomjianUpdate FAQ.
2002-08-22  Marc G. FournierRemove all traces of the ODBC driver, which is now...
2002-08-22  Tom LaneFix bit rot in pg_dump's ability to dump from 7.2 and...
2002-08-22  Tom LaneFixed-size buffer in dumpClasses is not big enough...
2002-08-22  Bruce MomjianImprove wording of upgrade section.
2002-08-22  Tom LaneCode review for recent TRUNCATE changes. Tighten relat...
2002-08-22  Bruce MomjianCommit updated repeat() patch, from Neil Conway
2002-08-22  Bruce MomjianFix for documention:
2002-08-22  Bruce MomjianThis patch should fix the problem. Doesn't include...
2002-08-22  Bruce Momjianrepeat() fix:
2002-08-22  Bruce Momjian> > I had great difficulty in finding how to change...
2002-08-22  Bruce Momjian# Disallow TRUNCATE on tables that are involved in...
2002-08-22  Bruce MomjianAdd:
2002-08-22  Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-08-22  Bruce MomjianOops, we got duplicate oids from patches again; pick...
2002-08-22  Bruce MomjianAdd:
2002-08-22  Bruce MomjianRemove libpq++ SGML documentation.
2002-08-22  Bruce MomjianRemove erroneous character from Makefile due to editor...
2002-08-22  Marc G. FournierOkay, libpq++ is moved to GBorg, and all traces of...
2002-08-22  Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-21  Peter EisentrautAdd --help and --version options. Message cleanup...
2002-08-21  Bruce MomjianChanges made so new conversion Makefiles will build...
2002-08-21  Peter EisentrautMove PO files into subdirectories separate from the...
2002-08-21  Peter EisentrautAdd sys/types.h to common includes.
2002-08-21  Bruce MomjianFix bad markup detected by Alvaro Herrera
2002-08-21  Bruce MomjianFix markup, Alvaro Herrera.
2002-08-20  Tom LaneUse a non-duplicate OID for pg_lock_status.
2002-08-20  Peter EisentrautEnable large file support.
2002-08-20  Tom LaneIncrease buffer size in cash_words(). Pure paranoia...
2002-08-20  Tom LaneUpdate expected files for recent changes of domain...
2002-08-20  Bruce MomjianThis patch improves the behavior of FOUND in PL/PgSQL...
2002-08-20  Bruce MomjianCleanup.
2002-08-20  Bruce Momjian- test for indexes on a domain
2002-08-20  Bruce MomjianAllow pg_statistics to be reset by calling pg_stat_reset().
2002-08-20  Bruce MomjianAdd current_database().
2002-08-20  Barry LindRemoved code that is no longer used and has been commen...
2002-08-20  Bruce MomjianAdd mention of -F not supported by pg_dumpall. Code...
2002-08-20  Bruce MomjianDone by Rod:
2002-08-19  Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-19  Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-19  Tatsuo IshiiFix bug in pg_convert() per report from MaC.Yui.
2002-08-19  Tatsuo IshiiFix broken tag.
2002-08-19  Tom LaneClean up leftover bugs from recent COPY feature patch...
2002-08-19  Tom LaneAdd missing copyfuncs/equalfuncs entries, including...
2002-08-19  Tom LaneImprove obsolete comment.
2002-08-18  Tom LaneFix small copy-and-pasteo.
2002-08-18  Tom LaneFix potential buffer overrun in cube_out(), per report...
2002-08-18  Tom LaneRemove optimization whereby parser would make only...
2002-08-18  Peter EisentrautMake CREATE CONSTRAINT TRIGGER check for REFERENCES...
2002-08-18  Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-18  Tom LaneAdd #include <sys/time.h>.
2002-08-18  Tom LaneCode review for 'at character n' patch --- point at...
2002-08-18  Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-08-18  Bruce MomjianMore changes to match new error format.
2002-08-18  Tom LaneUse variable for format to suppress overly-anal-retenti...
2002-08-18  Bruce MomjianModify regression tests to match new error reporting...
2002-08-18  Bruce MomjianBack out tcl patch, per Tom Lane:
2002-08-18  Bruce MomjianAdd includes for prototype using timeval.
2002-08-18  Bruce MomjianClean up compile warnings.
2002-08-17  Tom LaneFix typo.
2002-08-17  Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-17  Bruce MomjianAdd:
2002-08-17  Bruce MomjianDone:
2002-08-17  Bruce MomjianAdd lock file.
2002-08-17  Bruce MomjianIn that case, attached is a patch which locates the...
2002-08-17  Bruce Momjian[ Newest version of patch applied.]
2002-08-17  Bruce MomjianAdd libpq connection timeout parameter.
2002-08-17  Bruce MomjianWhat I have done for libpgtcl:
2002-08-17  Bruce MomjianImprove documentation of trigger firing queue handling...
2002-08-17  Tom LaneEditorial corrections.
2002-08-17  Tom LaneBroken markup.
2002-08-17  Tom LaneCleanup.
2002-08-17  Tom LaneFix broken Makefiles.
2002-08-17  Tom LaneAdd missing links.
2002-08-17  Bruce MomjianAdd doc file for pg_resetxlog.
2002-08-17  Bruce MomjianAdd files for pg_resetxlog.
2002-08-17  Bruce MomjianMove pg_controldata to /bin.
2002-08-16  Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-16  Tom LaneCode review for patch to dump primary and unique constr...
2002-08-16  Tom LaneMake domain types indexable. Rod Taylor & Tom Lane.
2002-08-16  Bruce MomjianImprove wording.
2002-08-16  Bruce MomjianMove pg_controldata from /contrib to src/bin.
2002-08-16  Dave Cramerremoved duplicate code from jdbc2 classes
2002-08-16  Dave Cramerapplied patch to fix encoding bug supplied by Jun Kawai
2002-08-16  Dave CramerApplied patch for MD5 bug submitted by Jun Kawai
2002-08-16  Barry LindPerformance tweaks to StringBuffer suggested by hhaag...
2002-08-16  Bruce MomjianAdd "few":
2002-08-16  Bruce MomjianAdd blank line.
2002-08-16  Bruce MomjianAdd:
2002-08-16  Bruce MomjianThis patch improves the "Client Authentication" section...
2002-08-16  Bruce MomjianThis patch improves the "Database Users and Permissions...
2002-08-16  Bruce MomjianAdded:
next