]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2002-09-14  Tom LaneThe attached adds GRANTs to PUBLIC for contrib/fuzzystr...
2002-09-14  Tom LaneAttached is a patch to fix some recently raised issues...
2002-09-14  Tom LaneAvoid overflow for large elapsed times in \timing outpu...
2002-09-14  Tom LaneFix portability bug in get_normal_pair (RAND_MAX !...
2002-09-14  Peter EisentrautShrink the pg_hba.conf and pg_ident.conf default files...
2002-09-14  Peter EisentrautTranslation updates
2002-09-14  Barry LindAdded regression test for using server side prepared...
2002-09-13  Tatsuo IshiiChange Assert(len > 0) to Assert(len >= 0)
2002-09-12  Peter EisentrautAdd more information about schemas. Combines some...
2002-09-12  Tom LaneFix likely cause of rare ALTER TABLE ADD FOREIGN KEY...
2002-09-12  Tom LaneAvoid misleading error message when SET/RESET target...
2002-09-12  Bruce MomjianThe small context diff below corrects what seems to...
2002-09-12  Bruce MomjianThis is a comprehensive set of diffs (versus current...
2002-09-12  Bruce Momjian> intarray and ltree both seem to be mapping their...
2002-09-12  Bruce Momjian> Sean Chittenden <sean@chittenden.org> writes:
2002-09-12  Bruce MomjianJoe Conway wrote:
2002-09-12  Bruce MomjianNo change.
2002-09-12  Bruce Momjian> Now I'm testing connectby() in the /contrib/tablefun...
2002-09-12  Bruce Momjian> BTW, clusterdb is not schema-aware and will surely...
2002-09-12  Bruce MomjianThe attached small patch fixes the cause of the regress...
2002-09-12  Bruce MomjianThe attached removes the current non-standard file
2002-09-11  Bruce MomjianAdd sprompt.obj to Win32 makefiles.
2002-09-11  Bruce MomjianAdd comment about sharing of sprompt.c file.
2002-09-11  Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-11  Barry LindPatches submitted by Kris Jurka (jurka@ejurka.com)...
2002-09-11  Bruce MomjianAdd mention of config.log for configure failure debugging.
2002-09-11  Bruce MomjianFix atan() description.
2002-09-10  Tom LaneFix portability problem (size_t != int).
2002-09-10  Tom LanePowerup defaults for LC_foo GUC variables should match...
2002-09-09  Peter EisentrautUse different sed separator for configure arguments.
2002-09-08  Bruce MomjianRemove more references to pgaccess as a build target...
2002-09-08  Barry LindFixed DatabaseMetaData to correctly handle NAME size...
2002-09-07  Bruce MomjianChanges to documentation and the regression tests for...
2002-09-07  Bruce MomjianDone as far as possible:
2002-09-07  Bruce MomjianRemove pgaccess from docs; not shipping it anymore.
2002-09-07  Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-07  Peter EisentrautFix help output.
2002-09-06  Peter EisentrautMake sure the pg_dump tar archiver can handle members...
2002-09-06  Peter EisentrautAdjust the tarball splitting scheme to the new reality.
2002-09-06  Bruce MomjianRun pgjindent for Java folks.
2002-09-06  Bruce MomjianFix another typo.
2002-09-06  Bruce MomjianFix typo.
2002-09-06  Bruce MomjianUpdate for new IP.
2002-09-06  Bruce MomjianAdd JAVA_HOME test for Ant.
2002-09-06  Bruce MomjianFix printf() quote handling and improper exit(), per...
2002-09-06  Tom LaneRemove heap_mark4update from AlterTableCreateToastTable...
2002-09-05  Tom LaneFix some operator-precedence problems. New constructs...
2002-09-05  Bruce MomjianFix compile error.
2002-09-05  Bruce MomjianMissed mention of PGPASSWORDFILE.
2002-09-05  Bruce MomjianUpdate HISTORY for PGPASSWORDFILE change.
2002-09-05  Bruce MomjianRemove PGPASSWORDFILE and default to always trying...
2002-09-05  Bruce MomjianUpdate:
2002-09-05  Peter EisentrautFill in section on table modification.
2002-09-05  Tom LaneFix compile warning.
2002-09-05  Tom LaneFix bit-rotted reference to GetUserName() ...
2002-09-05  Tom LaneFix breakage introduced by careless snprintf patching.
2002-09-05  Tom LaneFix unsafe macro definitions (which were producing...
2002-09-05  Tom LaneRemove compile warnings, ensure consistent build enviro...
2002-09-05  Tom LaneFix compile warning.
2002-09-05  Tom Lanefindoidjoins and tsearch are not broken anymore.
2002-09-05  Tom LaneFix compile errors.
2002-09-05  Tom LaneImprove opr_sanity regression test to check oprltcmpop...
2002-09-05  Tom LaneUpdate oidjoins regression test for 7.3 catalogs.
2002-09-05  Tom Lanefindoidjoins is updated for schemas, does not use libpg...
2002-09-05  Tom LaneSeems like a good idea for template1 to contain ANALYZE...
2002-09-05  Peter EisentrautCommenting out doesn't work, so move the broken modules...
2002-09-05  Peter Eisentrautautoconf
2002-09-05  Peter EisentrautAssorted fixes for Cygwin:
2002-09-05  Peter EisentrautDon't use gethostbyname2(). It's not portable and...
2002-09-05  Peter EisentrautFix compilation warning. (Cygwin has char* as second...
2002-09-05  Bruce MomjianRemove:
2002-09-05  Bruce MomjianUpdate:
2002-09-05  Bruce MomjianDone:
2002-09-05  Marc G. Fournierremove pgaccess from GNUmakefile.in if we want the...
2002-09-05  Tom LaneRemove include of libpq-int.h --- dblink.c should not...
2002-09-05  Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04  Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04  Bruce MomjianAdd change by Neil.
2002-09-04  Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-04  Peter EisentrautFix compile warning.
2002-09-04  Peter EisentrautDisable findoidjoins while it doesn't compile.
2002-09-04  Tom LaneFix includes for plperl: ensure postgres.h is included...
2002-09-04  Bruce MomjianAdd:
2002-09-04  Bruce MomjianDone:
2002-09-04  Bruce MomjianAdd:
2002-09-04  Bruce Momjianpgindent run.
2002-09-04  Bruce MomjianUpdate:
2002-09-04  Bruce MomjianAdd Joe's table functions description.
2002-09-04  Bruce MomjianUpdate symbols for 7.3.
2002-09-04  Bruce MomjianUpdate wording for Tom.
2002-09-04  Bruce MomjianUpdate for 7.3 typedefs.
2002-09-04  Bruce MomjianUpdate to reflect Tom's suggestions.
2002-09-04  Peter EisentrautRemove sh -x option that snuck in somehow.
2002-09-04  Bruce MomjianReorder items.
2002-09-04  Bruce MomjianMore HISTORY improvements from Joe.
2002-09-04  Bruce MomjianUpdate HISTORY wording.
2002-09-04  Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-09-04  Bruce MomjianStamp configure.in with 7.3b1, not just 7.3. Seems...
2002-09-04  Bruce MomjianUpdate based on TODO file contents.
2002-09-04  Bruce MomjianFile list cleanup.
next