OSDN Git Service

pg-rex/syncrep.git
2007-10-13 Bruce MomjianAttached some minor corrections, mainly completion...
2007-10-13 Tom LaneTeach planagg.c that partial indexes specifying WHERE...
2007-10-12 Tom LaneWhen telling the bgwriter that we need a checkpoint...
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-10-11 Tom LaneEnsure that the result of evaluating a function during...
2007-10-11 Bruce MomjianAdd missing word.
2007-10-11 Bruce MomjianAdd missing word.
2007-10-11 Tom LaneCode review for txid patch: add binary I/O functions...
2007-10-11 Bruce MomjianUpdate release notes in "major" and "migration" section...
2007-10-11 Tom LaneRemove incorrect use of VARSIZE() on a toasted datum...
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-10-11 Bruce MomjianWhitespace cleanup.
2007-10-10 Neil ConwayMinor correction for full-text search limitations docs.
2007-10-10 Neil ConwayFix typo in REVOKE reference page. Guillaume Lelarge.
2007-10-10 Bruce MomjianBack out release changes that weren't ready for commit.
2007-10-10 Bruce MomjianUpdate Japanese FAQ.
2007-10-10 Magnus HaganderAdd missing codepage numbers for Windows.
2007-10-10 Michael MeskesSynced parser and keyword list.
2007-10-09 Bruce MomjianAdd mention of full text indexing for word searches.
2007-10-09 Bruce MomjianRemove FAQ item about temp tables in plpsql having...
2007-10-09 Bruce MomjianUpdate sequence FAQ items, per suggestion from Pavel...
2007-10-09 Neil ConwayReplace a reference to "start_log_collector" with ...
2007-10-09 Magnus HaganderDon't try to free pgpassfile since it's a stack variable.
2007-10-09 Bruce MomjianUpdate Brazilian FAQ.
2007-10-09 Bruce MomjianTypo fix.
2007-10-09 Bruce MomjianAdd comment.
2007-10-09 Bruce MomjianAdd:
2007-10-09 Bruce MomjianClarify user of "postmaster" vs. "server" in FAQs.
2007-10-08 Tom LaneFaster test for overflow in str2txid, from Marko.
2007-10-08 Tom LaneGet rid of dependency on strtoull() --- Marko Kreen.
2007-10-08 Bruce MomjianAdd:
2007-10-07 Jan WieckAdded the Skytools extended transaction ID module to...
2007-10-07 Alvaro HerreraA few improvements to analyze and vacuum sections in...
2007-10-07 Alvaro HerreraChange π to plain "pi" in index entry, to avoid...
2007-10-07 Alvaro HerreraClean up the doc makefile for draft HTML generation...
2007-10-07 Alvaro HerreraRemove stylesheet.css file on "make clean", created...
2007-10-06 Alvaro HerreraFix missing parenthesis, per Guillaume Lelarge.
2007-10-06 Tom LaneMake dumpcolors() have tolerable performance when using...
2007-10-06 Tom LaneAdjust some regex debugging printouts to not give wrong...
2007-10-06 Tom LaneAdjust regcustom.h so that all those assert() calls...
2007-10-06 Alvaro HerreraFix SGML markup, from Guillaume Lelarge.
2007-10-05 Bruce MomjianAdd comment about cvs branch numbers.
2007-10-05 Tom LaneFix plperl and pltcl to include the name of the current...
2007-10-05 Bruce MomjianAdd pgcvslog '-d' capability to allow stripping of...
2007-10-05 Tom LaneRemove some cross-references that don't seem to work...
2007-10-05 Marc G. Fourniertag it 8.3beta1 ... the beta cycle begins
2007-10-05 Tom LaneFix distprep and maintainer-clean targets so that ecpg...
2007-10-05 Tom LaneAdd .cvsignore files to suppress CVS gripes about ecpg...
2007-10-04 Tom LaneSome desultory markup improvements in the new release...
2007-10-04 Tom LaneResults from buildfarm show that ecpglib was depending...
2007-10-04 Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-10-04 Tom LaneStamp 8.3beta1, except in configure.in/configure.
2007-10-04 Tom LaneUpdate timezone data files to release 2007h of the...
2007-10-04 Tom LaneDLL_DEFFILE should be defined when PORTNAME is win32...
2007-10-04 Michael MeskesReplaced tabs by white spaces
2007-10-04 Michael MeskesRemoved newline at end of exports files.
2007-10-04 Tom LaneChange Assert() to a plain test and elog, just to see...
2007-10-04 Michael MeskesAdded def-files to all: target so they are build everytime.
2007-10-04 Neil ConwayTwo fixes for the release notes from Guillaume Smet...
2007-10-04 Neil ConwayFirst pass at SGML-ifying the 8.3 release notes. Plenty...
2007-10-03 Tom LaneSecond pass at 8.3 release notes: put items in a bit...
2007-10-03 Neil ConwayVarious minor improvements to the 8.3 release notes.
2007-10-03 Tom LaneTeach chklocale.c how to extract encoding info from...
2007-10-03 Tom LaneSome editorial improvements for recently-added ALTER...
2007-10-03 Tom LaneSuppress compiler warning in non-threaded build.
2007-10-03 Tom LaneTweak recently-added tests to suppress scary-looking...
2007-10-03 Michael MeskesArgh, missing dll in filename
2007-10-03 Tom LaneMinor improvements to hack for old OpenSSL libraries...
2007-10-03 Tom LaneFix command for fetching snprintf.c.
2007-10-03 Michael MeskesThis could be what's missing on some systems.
2007-10-03 Michael MeskesStripped two symbols that are needed.
2007-10-03 Magnus HaganderAttempt to open certificate file "manually" using fopen...
2007-10-03 Magnus HaganderBuild two more .DEF files for ecpg instead of using...
2007-10-03 Michael MeskesAlso build snprintf from pgport if needed.
2007-10-03 Michael MeskesRemove exports.list in clean target.
2007-10-03 Magnus HaganderMore detailed error msg (with stack trace) if a file...
2007-10-03 Michael MeskesAlso created export list for pgytpeslib and compatlib.
2007-10-03 Magnus HaganderUse snprintf from libpgport in ecpg compatlib. Required...
2007-10-03 Magnus HaganderFix commandlines for final two ECPG regression tests
2007-10-03 Magnus HaganderFix typo
2007-10-03 Magnus HaganderBuild DEF file for libecpg instead of generating a...
2007-10-03 Magnus HaganderMake ECPG regression tests run with -c only for array_o...
2007-10-03 Magnus HaganderFix typo
2007-10-03 Michael MeskesCleaned up ecpglib and renamed functions that do not...
2007-10-03 Michael MeskesHopefully fixed some stuff that causes Windows builds...
2007-10-03 Tom LaneFirst cut at 8.3 release notes. SGML markup is nonexis...
2007-10-02 Neil ConwayFix a compiler warning on Win32. Hannes Eder.
2007-10-02 Magnus HaganderDefault to thread safety on, and support more CPU optio...
2007-10-02 Michael MeskesMade new test also work without threading enabled.
2007-10-02 Michael MeskesNo idea where this file came from.
2007-10-02 Michael MeskesITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added...
2007-10-02 Tom LaneCope with ERR_set_mark() and ERR_pop_to_mark() not...
2007-10-01 Tom LaneAdd catalogs.sgml documentation for text search catalogs.
2007-10-01 Magnus HaganderUse BIO functions to avoid passing FILE * pointers...
2007-10-01 D'Arcy J.M... Add some examples.
2007-10-01 Tom LaneAdd note warning against use of pre-8.4 multithreaded...
2007-10-01 Tom LaneAvoid assuming that struct varattrib_pointer doesn...
2007-10-01 Magnus HaganderBuild with /GS on 64-bit to work with modern Platform...
2007-10-01 Bruce MomjianUpdate pgcvslog text to simply "<branch>"
2007-10-01 Magnus HaganderEnable __FUNCTION__ on MSVC builds.
next