OSDN Git Service

pg-rex/syncrep.git
2001-07-05 Tom LaneDon't assume that max offset number stays fixed on...
2001-07-05 Jan WieckAdded GUC configuration options to control access stati...
2001-07-04 Peter EisentrautCheck for jakarta-ant before ant, in case 'ant' is...
2001-07-04 Tom LaneProhibit a column from appearing twice in a PRIMARY...
2001-07-04 Bruce MomjianRemove ConnectionHook.java. No longer used, bad code.
2001-07-04 Bruce MomjianThe attached patch removes some old and dead code ...
2001-07-04 Bruce MomjianThis patch moves the setting of the timezone on the...
2001-07-04 Bruce MomjianAttached is a patch to remove the ConnectionHook functi...
2001-07-04 Bruce MomjianUpdate TODO list.
2001-07-03 Peter EisentrautMore message munging and localization for pg_dump,...
2001-07-03 Tom LaneAdd a little more error checking and reporting to readD...
2001-07-03 Tom LaneStart the stats collector at a less randomly chosen...
2001-07-03 Tom LaneDon't go into infinite loop if /home/postgres/testversi...
2001-07-03 Bruce MomjianCorrect substring() example, found by Thomas T. Thai.
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-07-02 Tom LaneUpdate abstime expected results to match post-30-June...
2001-07-02 Tom LaneMake the found-a-buffer-when-we-were-expecting-to-exten...
2001-07-01 Tom LaneUnder new theory of operation wherein postmaster forks...
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-30 Peter Eisentrautfix markup
2001-06-30 Peter EisentrautAdd missing dependency and fix thinko.
2001-06-30 D'Arcy J.M... The System V resources discussed here apply to NetBSD...
2001-06-30 Peter Eisentrautportability enhancements
2001-06-30 Peter EisentrautNLS for the psql \d family of commands. (E.g., the...
2001-06-29 Tom Lanegcc did not like new pg_stat macros, for good and suffi...
2001-06-29 Bruce MomjianUpdate TODO list.
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-29 Tom LaneFix VACUUM so that it can use pages as move targets...
2001-06-29 Bruce MomjianAdd replication email.
2001-06-29 Bruce MomjianAdd info on MATCH PARTIAL.
2001-06-29 Bruce MomjianSimpleDateFormat performance improvement, thread-safe.
2001-06-29 Tom LaneFix longstanding error in VACUUM: sometimes would exami...
2001-06-29 Jan WieckTurned high-frequently called pgstat functions into...
2001-06-29 Tom LaneFix erroneous GUC variable references from commandline...
2001-06-28 Tom LaneRepair logic error for multi-key indexes. From Oleg...
2001-06-28 Bruce MomjianAdd to thread item.
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-27 Peter EisentrautNational language support for pg_dump and pg_restore...
2001-06-27 Tom LaneRemove another unused include file with obsolete, useless,
2001-06-27 Bruce MomjianAdd jdbc item.
2001-06-27 Bruce MomjianUpdate TODO list.
2001-06-27 Bruce MomjianUpdate TODO list.
2001-06-27 Bruce MomjianUpdate TODO list.
2001-06-27 Bruce MomjianUpdate TODO list.
2001-06-27 Hiroshi InoueHandle Procedure calls.
2001-06-26 Bruce MomjianUpdate TODO list.
2001-06-26 Bruce MomjianUpdate TODO list.
2001-06-26 Bruce MomjianUpdate TODO list.
2001-06-26 Bruce MomjianUpdate TODO list.
2001-06-25 Tom LaneFix a couple remaining places where GUC variables were...
2001-06-25 Tom LaneFix a couple remaining places where GUC variables were...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-25 Tom LaneSuppress gcc warning.
2001-06-25 Bruce MomjianHigh memory usage
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Peter EisentrautDon't use a temp file. It was created insecurely and...
2001-06-23 Peter EisentrautSince a missing pg_pwd file is a valid situation, don...
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-23 Bruce MomjianHere the latest version and first working release of...
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-23 Peter Eisentrautfix markup
2001-06-22 Peter Eisentrautupdates for new startup sequence, some reformatting
2001-06-22 Bruce MomjianAttached is documentation describing plperlu difference...
2001-06-22 Jan WieckThe new files for statistical system views.
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-22 Tom LaneMention that EXPLAIN results on small tables shouldn...
2001-06-22 Peter EisentrautInclude catalog/pg_type.h instead of manually extractin...
2001-06-22 Hiroshi InoueChange SQLPrimaryKeys() so that it detects the primary key
2001-06-22 Tom LaneAdd support to lock manager for conditionally locking...
2001-06-21 Tom LaneRemove unused include file for long-dead flavors of...
2001-06-21 Tom LaneTweak error message.
2001-06-21 Bruce MomjianFix strangely formatted comment.
2001-06-21 Tom LaneA bit of code beautification/cleanup of obsolete commen...
2001-06-20 Peter EisentrautShared libraries should not be linked explicitly agains...
2001-06-20 Peter Eisentraut-Bsymbolic requires -lc on NetBSD. Also add rpath...
2001-06-20 Peter EisentrautRe-add explicit declaration of filename_completion_func...
2001-06-20 Peter EisentrautThere is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov...
2001-06-20 Peter EisentrautSwedish translation for psql (my interpretation of...
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
2001-06-20 D'Arcy J.M... Make sure that everything says version 3.2.
2001-06-20 D'Arcy J.M... Add NUMERICOID to this script. This script can be...
2001-06-20 Hiroshi InoueChange the driver so that large error messages are...
2001-06-20 Bruce MomjianApparently, on some systems, ExtUtils::Embed and MakeMa...
2001-06-20 Bruce MomjianAttached is a patch to deal with the ones that I missed...
2001-06-19 Bruce MomjianBack out SET ALL patch because it is breaking things.
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-19 Tom LaneFix badly broken RelationGetRelationName().
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-19 Bruce MomjianMove temprel name define from temprel.h to rel.h.
2001-06-19 Tom LaneBring RelationGetRelationName into sync with new temp...
2001-06-19 Hiroshi InoueCorrected the check for *message truncated* for the...
2001-06-19 Hiroshi InoueChanged the error handling as follows.
2001-06-18 Bruce MomjianRESET ALL secondary patch:
2001-06-18 Bruce MomjianWell, after persuading cvsup and cvs that it _is_ possi...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-06-18 Bruce MomjianUntar copyright.html file and make good version.
2001-06-18 Bruce MomjianHere's a small patch for dblink:
2001-06-18 Tom LaneFix some references to USE_AUSTRALIAN_RULES that Bruce...
2001-06-18 Bruce MomjianUpdate FAQ.
2001-06-18 Bruce MomjianAdd new dblink to /contrib Makefile.'
next