OSDN Git Service

pg-rex/syncrep.git
2001-07-09 Bruce MomjianAdd replication emails.
2001-07-09 Bruce MomjianUpdate TODO list.
2001-07-09 Bruce MomjianDocument meaning of lossy column.
2001-07-09 Peter Eisentrautpostgresql.badint property name was probably meant...
2001-07-08 Peter EisentrautShow islossy for index.
2001-07-08 Peter EisentrautImplement DatabaseMetaData.getCatalogs()
2001-07-08 Peter EisentrautBring DatabaseMetaData feature tests up to date:
2001-07-07 Peter EisentrautSync with jdbc2, remove gratuitous white space differences.
2001-07-07 Bruce MomjianUpdate TODO list.
2001-07-07 Bruce MomjianUpdate TODO list.
2001-07-06 Peter EisentrautResolve a number of oddities in the Java build. First...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-07-06 Peter EisentrautUse CONNECTION_OK to determine whether startup phase...
2001-07-06 Bruce MomjianUpdate TODO list.
2001-07-06 Peter EisentrautTerminate message doesn't have a trailing zero byte.
2001-07-06 Peter EisentrautRepair libpq to follow protocol by not sending Terminat...
2001-07-06 Jan WieckFire rule actions ON INSERT after original statement...
2001-07-06 Hiroshi InoueFix my old fault(returns auto variable reference).
2001-07-06 Tatsuo IshiiFix typo. createdb -t --> createdb -T
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...
next