OSDN Git Service

pg-rex/syncrep.git
2004-04-20 PostgreSQL... Remove all of the libpgtcl and pgtclsh files, including...
2004-04-19 Bruce MomjianIn reading the 7.4.2 docs, the sql reference page for...
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-04-19 Bruce MomjianUpdate mention of diff.
2004-04-19 Bruce MomjianUpdate to my2pg version 1.28, add docs, update URL...
2004-04-19 Bruce MomjianUpdate to my2pg 1.28, from:
2004-04-19 Bruce MomjianPrevent doubling of escapes when not in quote mode...
2004-04-19 Bruce MomjianThe attached patch for contrib/pg_autovacuum/README...
2004-04-19 Bruce MomjianRemove debug code that acidentally got into CVS from...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-19 Bruce MomjianDone:
2004-04-19 Bruce MomjianFix typo:
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-16 Bruce MomjianHandle Warn_restart_ready properly in SIGTERM safety...
2004-04-15 Bruce MomjianModify COPY for() loop to use attnum as a variable...
2004-04-15 Tom LaneImprove syntax error messages for invalid-argument...
2004-04-15 Peter EisentrautTranslation updates
2004-04-15 Peter EisentrautTranslation updates
2004-04-15 Bruce MomjianClarify meaning of second DateStyle value.
2004-04-14 Bruce MomjianUpdate name:
2004-04-14 Bruce MomjianUpdate owners of items:
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-04-12 Bruce MomjianChange psql \copy stdin/stdout to read from command...
2004-04-12 Bruce Momjian> > This update fixes a few small typos in names,
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-10 Bruce MomjianPlease find a small patch to fix the brain damage ...
2004-04-09 Bruce MomjianRemove libpgeasy and odbc doc reference in filelist...
2004-04-09 Dennis BjorklundTranslation updates
2004-04-09 Dennis BjorklundTranslation updates
2004-04-08 Bruce MomjianMagnus says new Win32 timezone library will not need...
2004-04-07 Bruce MomjianAdd SQL 2003 standards.
2004-04-07 Bruce MomjianRemove bad URL.
2004-04-07 Bruce MomjianUpdate:
2004-04-07 Bruce MomjianPush superuser check farther down in the if() statement...
2004-04-07 Tom LaneStill another place to make the world safe for zero...
2004-04-07 Bruce MomjianAdd:
2004-04-07 Bruce MomjianUpdate Darwin thread compile flags, and OS version...
2004-04-07 Bruce MomjianUpdate darwin OS version.
2004-04-07 Tom LaneExtend set-operation planning to keep track of the...
2004-04-07 Tom Lanebuild_subquery_pathkeys() was examining wrong copy...
2004-04-07 Bruce MomjianDone:
2004-04-07 Bruce MomjianUpdate FAQ_DEV.
2004-04-07 Bruce MomjianUpdate Darwin as thread-safe.
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-04-06 Tom LaneSupport FULL JOIN with no join clauses, such as X FULL...
2004-04-06 Tom LaneALTER SEQUENCE RESTART did the wrong thing if sequence...
2004-04-06 Bruce MomjianAdd thread program mention of errno thread-safety.
2004-04-06 Bruce MomjianThe attached applied patch throws an error if the delim...
2004-04-06 Bruce MomjianAdd CLUSTER tag to psql \d display.
2004-04-05 Bruce MomjianAdd comment that sched_yield might be a portability...
2004-04-05 Bruce MomjianChange getpid() while loop to use sched_yield(), greatl...
2004-04-05 Peter EisentrautNew translation
2004-04-05 Peter EisentrautTranslation updates
2004-04-05 Bruce MomjianHave threads wait for parent to test thread-specific...
2004-04-05 Bruce MomjianCorrects issues recently posted by Dann Corbit, allowin...
2004-04-05 Bruce MomjianThis is a cleanup patch for access/transam/xact.c....
2004-04-05 Bruce MomjianAllow LIKE/ILIKE to appear in more places in a query.
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-04-05 Bruce MomjianImprove handling of GUC USERLIMIT variables by reorgani...
2004-04-05 Bruce MomjianAdd volatile to thread-specific thread variables.
2004-04-05 Bruce MomjianUpdate thread test to only test for 'localhost' and...
2004-04-04 Bruce MomjianUpdate thread test to do getpid() in while loop, also...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02 Tom LaneFix poor choice of error message in corner cases.
2004-04-02 Tom LaneClean up some code that had gotten a bit ugly through...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-04-02 Dennis BjorklundTranslation updates
2004-04-02 Dennis BjorklundTranslation updates
2004-04-02 Tom LaneFix some more compatibility issues (ctype.h macros...
2004-04-01 Tom LaneFix some portability issues with new float input code...
2004-04-01 Tom LaneFix some portability issues (reliance on gcc-isms).
2004-04-01 Tom LaneFix portability issues with functions that don't match...
2004-04-01 Tom LaneAdd missing casts to unsigned char in recently-added...
2004-04-01 Tom LaneAdjust expected regression outputs for plan changes...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-04-01 Bruce MomjianImprove comments on USERLIMIT GUC processing.
2004-03-31 Bruce MomjianAdd description of log_statement_stats's function ...
2004-03-31 Bruce MomjianBack out tutorial changes:
2004-03-31 Bruce MomjianAdd psql backslash command discussion.
2004-03-31 Bruce MomjianAdd:
2004-03-31 Bruce MomjianRemove:
2004-03-30 Bruce MomjianFix markup errors from recent patch.
2004-03-30 Bruce Momjian1. In keeping with the recent discussion that there...
2004-03-30 Bruce MomjianAdd:
2004-03-30 Bruce MomjianAdd mention of how to use \df to find functions using...
2004-03-30 Bruce MomjianFix to_char for 1 BC. Previously it returned 1 AD.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-29 Tom LaneUse fuzzy comparison of path costs in add_path(), so...
2004-03-29 Michael MeskesFixed possible segfault in type.c (by Juergen Cappel)
2004-03-29 Bruce MomjianUpdate FAQ from Robert Treat
2004-03-28 Tom LaneSome further editorializing on README.CVS.
2004-03-28 Bruce MomjianClean up thread test program.
2004-03-27 Bruce MomjianAdd test for thread-safe errno to thread test program.
2004-03-27 Bruce MomjianAdd comment about psql \s (history display):
2004-03-27 Bruce MomjianClean up function call arg appearance.
2004-03-27 Bruce MomjianChange small 'if/else' test to use Max().
2004-03-27 Tom LaneFix brain-dead placement of global variable declaration.
2004-03-27 Tom LaneNow that we are allowing index opclasses to contain...
next