OSDN Git Service

pg-rex/syncrep.git
2008-04-11 Bruce MomjianChanged TODO wording:
2008-04-11 Bruce MomjianAdd TODO:
2008-04-11 Bruce MomjianUpdate URLs for dead space map.
2008-04-11 Bruce MomjianFix main README typo.
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-10 Bruce MomjianAdd TODO URLs moved from open items queue:
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-04-10 Magnus HaganderMake parameters in implementation have same const:ness...
2008-04-10 Alvaro HerreraRemove mention of DBD::PgSPI, which is unmaintained...
2008-04-10 Alvaro HerreraMention pg_backend_pid() in the system information...
2008-04-10 Michael MeskesPGTYPEStimestamp_sub should use the values and not...
2008-04-09 Bruce MomjianDocument that continuous archiving backup can be used...
2008-04-09 Bruce MomjianUpdate text FAQ.
2008-04-09 Bruce MomjianSmall wording improvements for source code READMEs.
2008-04-09 Bruce MomjianRevert README cleanups.
2008-04-09 Bruce MomjianRevert sentence removal from nickname in FAQ.
2008-04-09 Bruce MomjianRemove mention of the Berkeley origins of the alias...
2008-04-08 Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-04-08 Peter EisentrautOn cygwin and win32, don't override the shlib name...
2008-04-08 Magnus HaganderMake integer_datetimes the default on msvc as well...
2008-04-07 Peter EisentrautAlways define stlib, since some platforms need it for...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-04-07 Bruce MomjianAdd to TODO:
2008-04-07 Bruce MomjianAdd documentation clarification for IS [NOT] NULL and...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Tom LaneA small visit from the portability and localization...
2008-04-05 Bruce MomjianMake dblink_current_query() reference pg_catalog.curren...
2008-04-05 Bruce MomjianRe-add dblink_current_query() for backward compatibility.
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-04-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianHave psql command 'help' suggest the use of \?, updated...
2008-04-04 Bruce MomjianAllow 'help' in psql to show \? help, for novice assist...
2008-04-04 Tom LaneRemove no-longer-used function assign_backslash_quote()
2008-04-04 Bruce MomjianRemove unneed #include now that current_query() has...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-04-04 Magnus HaganderOops, change should go in scan.l to survive a clean...
2008-04-04 Magnus HaganderConvert backslash_quote guc to use enum.
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-04-03 Tom LaneAdd a variant of the Levenshtein string-distance functi...
2008-04-03 Bruce MomjianAdd Wiki URLs for:
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-04-03 Bruce MomjianAdd to TODO:
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-03 Magnus HaganderOops, add proper #ifdef for systems without support...
2008-04-03 Peter EisentrautRemove -C from rsync call, because it omits directories...
2008-04-03 Magnus HaganderConvert syslog_facility guc to enum type.
2008-04-03 Bruce MomjianAdd URLs for:
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-04-02 Bruce MomjianRemove due to survey/discussion:
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-04-01 Tom LaneAdd SPI-level support for executing SQL commands with...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-31 Tom LaneFix my brain fade in TRUNCATE triggers patch: can't...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-30 Tom LaneShow database access privileges in psql's \l command...
2008-03-30 Tom LaneDisplay incoming as well as outgoing foreign-key constr...
2008-03-30 Neil ConwayEnable 64-bit integer datetimes by default, per previou...
2008-03-29 Tom LaneImprove description of \du and \dg, per suggestion...
2008-03-29 Tom LaneImprove psql's tab completion to handle completing...
2008-03-29 Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-28 Bruce MomjianDone:
2008-03-28 Heikki LinnakangasClarify documentation on PITR and warm standby on the...
2008-03-28 Bruce MomjianAdd to TODO:
2008-03-28 Bruce MomjianAdd:
2008-03-28 Tom LaneDepartment of second thoughts: the rule that ORDER...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Bruce MomjianAdd to TODO:
2008-03-27 Bruce MomjianAdd URL for:
2008-03-27 Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-03-27 Michael MeskesSorry, copied wrong files.
2008-03-27 Michael Meskes- Moved from PQsetdbLogin to PQconnectDB.
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Tom LaneFix bad spelling and worse grammar in recent doc commit...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-26 Magnus HaganderInclude \password in the psql help.
2008-03-26 Bruce MomjianImprove documentation for odd array slice behavior.
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2008-03-26 Bruce MomjianUpdate TODO:
2008-03-26 Bruce MomjianAdded to TODO:
2008-03-26 Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25 Neil ConwayUpdate documentation for recent DTrace changes. Patch...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Bruce MomjianDone:
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-25 Bruce MomjianUpdate TODO wording:
2008-03-25 Alvaro HerreraReword Win32 rint() item, per Tom.
2008-03-25 Alvaro HerreraAdd URLs to previous discussions, per Simon.
2008-03-25 Michael Meskesadded ECPGget_PGconn to exports.txt
2008-03-25 Bruce MomjianAdd to TODO:
2008-03-25 Bruce MomjianAdd to pl/pgsql TODO:
2008-03-25 Bruce MomjianAdd to TODO:
2008-03-25 Bruce MomjianAdd to TODO:
next