OSDN Git Service

pg-rex/syncrep.git
2002-09-18 Bruce MomjianRename help file upgrade_7.3 to upgrade_tips_7.3.
2002-09-18 Tatsuo IshiiAdd GRANT EXECUTE ON FUNCTION
2002-09-18 Bruce MomjianAdd mention of Tom's client change summary email to...
2002-09-18 Bruce MomjianAdd:
2002-09-18 Tatsuo IshiiFix bug in encoding conversion map.
2002-09-18 Tatsuo IshiiUpdate Japanese README so that it reflects the changes...
2002-09-17 Bruce MomjianAdd:
2002-09-17 Bruce MomjianPoint out that CREATE INDEX uses sorts and hence sort_m...
2002-09-17 Bruce MomjianFix pgaccess URL, from Justin.
2002-09-17 Bruce MomjianRemove src/test/regress/sql: plpgsql-nsp-testing.sql...
2002-09-17 Tom LaneUn-break duplicate_oids script.
2002-09-16 Bruce MomjianRemove retest Makefile entry because it does not compile.
2002-09-16 Bruce MomjianAdd mention of removed -enable-multibyte/locale in...
2002-09-16 Bruce MomjianAdd to link() thread.
2002-09-16 Bruce MomjianAdd link() info to TODO.detail.
2002-09-16 Tom LaneFix for rare race-condition-like failure: if a backend...
2002-09-15 Peter EisentrautCast functions can be immutable or stable.
2002-09-14 Tom LaneUpdate obsolete comment.
2002-09-14 Tom LaneSimplify handling of second database for dblink tests.
2002-09-14 Tom LaneClean up mess from duplicate patches.
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for dblink functions...
2002-09-14 Tom LaneSome PL/PgSQL documentation improvements from Neil...
2002-09-14 Tom LaneCosmetic fixes from Neil Conway.
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...
next