]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-09-01  Dave Cramerpatch from Thomas O'Dowd to ensure that connections...
2002-09-01  Dave Cramertesting for insertRow
2002-09-01  Bruce MomjianUpdate MEMSET_LOOP_LIMIT to 1024 because it is the...
2002-09-01  Dave Cramerpatch to allow insertRow on an empty resultSet
2002-09-01  Dave CramerChanged to reflect the current reality, ie we do suppor...
2002-09-01  Bruce MomjianImprove footer length computation for psql.
2002-09-01  Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-09-01  Bruce MomjianAdd:
2002-09-01  Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-09-01  Tom LaneMinor copy-editing.
2002-09-01  Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-09-01  Bruce MomjianRemove mention of wal_files in a SHOW example.
2002-09-01  Bruce MomjianRemove code that suggested increasing wal_files.
2002-09-01  Bruce MomjianDone:
2002-09-01  Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-08-31  Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31  Tom LaneWups, didn't mean to commit that just yet.
2002-08-31  Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-31  Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-31  Bruce Momjian*** empty log message ***
2002-08-30  Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30  Tom LaneUpdates to reflect availability of autocommit option.
2002-08-30  Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30  Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
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.
next