]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-08-29  Bruce MomjianThe changes I have made are described in CHANGES. This...
2002-08-29  Peter EisentrautMake pg_resetxlog options parsing more standard and...
2002-08-29  Peter EisentrautCreate "po" subdirectory before writing there.
2002-08-29  Peter EisentrautWorkaround for broken large file support on HP-UX
2002-08-29  Bruce MomjianPrevent problem with extra-long password packets from...
2002-08-29  Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29  Bruce Momjianplease apply small patch for README.tsearch.
2002-08-29  Bruce MomjianThe unit for statement_timeout is s/1000, not s/1000000
2002-08-29  Bruce MomjianBack out patch, that was alpha, which I think still...
2002-08-29  Bruce MomjianChange FreeBSD to use -O2, important for MemSet.
2002-08-29  Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29  Tom LanePush down outer qualification clauses into UNION and...
2002-08-29  Tom LaneCause REINDEX to regard TOAST tables as regular relatio...
2002-08-29  D'Arcy J.M... chkpass_rout returns text so change PG_RETURN_CSTRING...
2002-08-29  Tatsuo IshiiRemove MULTIBYTE
2002-08-29  Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29  Tom LaneRephrase 'Cannot insert into a view' and related messag...
2002-08-29  Tom LaneA few more fixes for the <replaceable>able> fiasco.
2002-08-29  Tatsuo Ishiiupdate mbregress expected files
2002-08-29  Tom LaneProduce a somewhat-useful error message, namely
2002-08-29  Tom LaneFOUND patch was a bit over-enthusiastic: SQL commands...
2002-08-29  Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-29  Tom LaneFix ruleutils to dump column definition lists for anony...
2002-08-29  Tom LaneCode review for standalone composite types, query-speci...
2002-08-28  Tom LaneImprove description of tablefunc.
2002-08-28  Peter EisentrautInitial Spanish translation from Karim Mribti <karim...
2002-08-28  Peter EisentrautUpdates from Dennis Bjorklund
2002-08-28  Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-28  Bruce MomjianRemove TIOGA files from CVS current; they remain in...
2002-08-28  Bruce MomjianThis trivial patches fixes the error message returned...
2002-08-28  Bruce Momjianbackend where a statically sized buffer is written...
2002-08-28  Bruce MomjianThis is a quick patch to fix a crash in pgquery_dictres...
2002-08-28  Bruce MomjianThe following small patch provides a couple of minor...
2002-08-28  Bruce MomjianAdd mention of foreign key dependency and SERIAL in...
2002-08-28  Peter EisentrautDump ALTER DATABASE/USER ... SET ...
2002-08-28  Bruce MomjianRemove:
2002-08-28  Tom LaneUpdate info about relkind and pg_type entries for compo...
2002-08-28  Bruce MomjianAllow FOR UPDATE to appear after LIMIT/OFFSET to match...
2002-08-27  Tom LaneFix compile warning.
2002-08-27  Peter EisentrautFlush output streams before calling pg_dump subprocess.
2002-08-27  Bruce MomjianAdd:
2002-08-27  Bruce MomjianDisable use of -c and -a together in pg_dump; they...
2002-08-27  Tom LaneBring comments back in sync with code.
2002-08-27  Bruce MomjianThrow error on pg_atoi(''), regression adjustments.
2002-08-27  Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-27  Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-27  Bruce MomjianAdd '+' mention in \? help. More clean of \? to do.
2002-08-27  Bruce MomjianMake change for pg_locks table.
2002-08-27  Bruce MomjianThe attached patch implements the password packet lengt...
2002-08-27  Bruce MomjianAdd:
2002-08-27  Bruce MomjianAdd error code emails.
2002-08-27  Bruce MomjianAdd most of Neil Conway's cleanups.
2002-08-27  Bruce MomjianMore connection timeout cleanups.
2002-08-27  Bruce MomjianCleanup of libpq connection timeout code.
2002-08-27  Bruce MomjianAdd:
2002-08-27  Bruce MomjianAdd fsm sizes.
2002-08-27  Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-27  Bruce MomjianDone:
2002-08-27  Bruce MomjianAdd to mmap discussion.
2002-08-27  Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-27  Bruce MomjianThis is a 2 line patch to src/interfaces/perl5/GNUMakef...
2002-08-27  Bruce MomjianThis patches replaces a few more usages of strcpy(...
2002-08-27  Bruce MomjianCleanup of SGML
2002-08-27  Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-27  Bruce MomjianAdd to skip list in check_guc
2002-08-27  Bruce MomjianComment cleanup.
2002-08-27  Bruce MomjianScript cleanups.
2002-08-27  Bruce MomjianClean up script.
2002-08-27  Bruce MomjianAdd check_guc utility to compare guc.c and postgresql...
2002-08-27  Bruce MomjianFix units in postgresql.conf.
2002-08-26  Bruce MomjianAdd OS X link line example for external functions.
2002-08-26  Bruce MomjianAdd discussion of pre-write pages to WAL.
2002-08-26  Bruce MomjianAdd:
2002-08-26  Bruce MomjianAdd:
2002-08-26  Bruce MomjianAdd units to postgresql.conf file.
2002-08-26  Bruce MomjianRemove:
2002-08-26  Bruce Momjian*** empty log message ***
2002-08-26  Bruce MomjianAdd to selfjoin DELETE todo.
2002-08-26  Bruce MomjianAdd:
2002-08-26  Bruce MomjianAdd delete selfjoin item.
2002-08-26  Bruce MomjianAdd info on disabled triggers.
2002-08-26  Bruce MomjianAdd:
2002-08-26  Tom LaneIncrease WIDTH_THRESHOLD from 256 to 1K. This addresse...
2002-08-26  Tom LaneModify array operations to include array's element...
2002-08-26  Bruce MomjianAdd 'return' file.
2002-08-26  Bruce MomjianAdd return tuple count item to TODO.
2002-08-26  Bruce MomjianAdd:
2002-08-26  Bruce MomjianAdd anther sequential scan email.
2002-08-26  Bruce MomjianAdd mention of 1 terrabyte databases.
2002-08-26  Bruce Momjian*** empty log message ***
2002-08-26  Bruce MomjianAdd raw file discussion to performance TODO.detail.
2002-08-26  Bruce MomjianDone:
2002-08-26  Bruce MomjianAdd to tablespaces discussion.
2002-08-26  Bruce MomjianAdd to tablespaces file.
2002-08-25  Bruce MomjianAdd Bob Devine's name to the optimizer README.
2002-08-25  Bruce MomjianAdd file describing error message format.
2002-08-25  Bruce MomjianAdd:
2002-08-25  Tom LaneClean up comments to be careful about the distinction...
2002-08-25  Bruce MomjianUpdate docs for 7.2.2 release info.
2002-08-25  Bruce MomjianUpdate Japanese FAQ, from Jun Kuwamura
next