OSDN Git Service

pg-rex/syncrep.git
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Bruce MomjianBack out unintented tab change.
2002-08-30 Bruce MomjianRemove pgaccess from Makefile.
2002-08-30 Bruce MomjianRun autoconf.
2002-08-30 Bruce MomjianUpdate documentation for --with-perl.
2002-08-30 Bruce MomjianImprove wording after wal_files removal.
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-30 Bruce MomjianRemove pgaccess from CVS. It has its own home now.
2002-08-30 Bruce MomjianRe-enable perl configure tests for psql help file gener...
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-30 Marc G. Fournierperl5 interface moved to gborg
2002-08-30 Marc G. Fournierlibpgeasy moved to gborg ...
2002-08-30 Tom LaneFix off-by-one allocation error in PasswordFromFile...
2002-08-30 Bruce MomjianAdd comment on old sytax for SELECT FOR UPDATE/LIMIT...
2002-08-30 Tom LaneRevert _LARGEFILE64_SOURCE addition; good try but doesn...
2002-08-30 Tom Laneintagg subdirectory was missing.
2002-08-30 Tom LaneGroup-manipulating code neglected to fill in array...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Hiroshi InoueFix a bug introduced in 7.2.
2002-08-29 Bruce Momjian> > > > If you want to put in security restrictions...
2002-08-29 Bruce MomjianSir Mordred The Traitor <mordred@s-mail.com> writes:
2002-08-29 Bruce MomjianAdd cube changes file.
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.
next