OSDN Git Service

pg-rex/syncrep.git
2004-03-07 Neil ConwayExplicitely mention that some GUC variables cannot...
2004-03-07 Neil ConwayEditorialization of some text discussing 'IS NULL'...
2004-03-06 Bruce MomjianUse lynx -stdin and regenerate HISTORY
2004-03-05 Tom LaneImprove documentation of virtual_host parameter: old...
2004-03-05 Bruce MomjianHave makefile reference /xml2.
2004-03-05 Bruce MomjianFirst update of release notes for 7.4.2. Still needs...
2004-03-05 Bruce MomjianOops, '-' doesn't work for my lynx either.
2004-03-05 Bruce MomjianUse '-' for stdin on lynx, my lynx version doesn't...
2004-03-05 Bruce MomjianUpdate Polish FAQ, from Marcin Mazurek.
2004-03-05 Bruce MomjianAdd xml2 as skipped /contrib Makefile entry.
2004-03-05 Bruce MomjianAdd mention xml2 is a newer version.
2004-03-05 Bruce MomjianAdd missing xml files.
2004-03-05 Bruce MomjianMove new version of contrib/ xml into xml2, keep old...
2004-03-05 Bruce MomjianThanks to the generous support of Torchbox (torchbox...
2004-03-05 Bruce MomjianPer a brief conversation with Tom, I've created a patch...
2004-03-05 Tom Lanelibpq's query to get the OIDs of large-object support...
2004-03-05 Bruce MomjianWin32:
2004-03-05 Bruce MomjianFix for underscore in ID sgml markup.
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2004-03-05 Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2004-03-04 Dennis BjorklundThe trim function doc did not say that the second argum...
2004-03-04 Bruce MomjianBetter document INSTEAD behavior for rules.
2004-03-04 Michael Meskes- Fixed segfault due to missing check for variable...
2004-03-03 Neil ConwayAdd a few more cross-references where appropriate,...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2004-03-03 Bruce MomjianFix wording of new bison warning, per Peter.
2004-03-03 Bruce MomjianRemove Jan:
2004-03-03 Bruce MomjianSeems the usage message for oid2name calls it pg_oid2na...
2004-03-03 Bruce MomjianAdd:
2004-03-03 Bruce MomjianAdds the -W flag to the pwd call under Win32. This...
2004-03-02 Tom LaneRemove useless rebuilding of subPlan list during ExecIn...
2004-03-02 Tom LaneUpdate obsolete comment.
2004-03-02 Tom LaneAlways schema-qualify the name of a function referenced...
2004-03-02 Bruce MomjianUpdate bison warning to be clearer about its purpose.
2004-03-02 Tom LaneJunkfilter logic to force a projection step during...
2004-03-02 Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-03-02 Tom LaneTeach is_distinct_query to recognize that GROUP BY...
2004-03-02 Bruce MomjianUpdate Turkish FAQ, Devrim GUNDUZ
2004-03-02 Bruce MomjianAdd missing sprompt.obj psql usage for Borland compiler...
2004-03-02 Michael MeskesAdded partly missing VOLATILE keyword.
2004-03-02 Tom LaneUpdate release notes for 7.3.6.
2004-03-02 Tom LaneReplace unportable use of /dev/stdin with lynx's -stdin...
2004-03-01 Neil ConwayAdd a few more xrefs, where they seemed appropriate...
2004-03-01 Neil ConwayEnable some additional warnings when running openjade...
2004-02-29 Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-29 Neil ConwayFix a typo in a recent commit to func.sgml that apparen...
2004-02-29 Neil ConwayFix a bunch (~88) typos that the OpenJade tools don...
2004-02-29 Bruce Momjian"Corrects" the int8/float4/float8 tests under win32.
2004-02-28 Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-28 Dennis BjorklundTranslation updates
2004-02-28 Dennis BjorklundTranslation update
2004-02-28 Dennis BjorklundTranslation updates
2004-02-28 Dennis BjorklundTranslation updates
2004-02-27 Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-02-27 Tom Lanegenericcostestimate() neglected to include qual startup...
2004-02-27 Tom Laneprocess_implied_equality must copy the substructure...
2004-02-27 Neil ConwayFix a few omissions in the initcap() documentation...
2004-02-27 Bruce MomjianUpdate plpython docs to mention shared libs are possibl...
2004-02-26 Bruce MomjianFor immediate application to HEAD.
2004-02-26 Bruce MomjianUpdate the pl/python shared build docs to match the...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-25 Tom LaneTeach plpgsql's lexer about dollar-quoted literals.
2004-02-24 Tom Laneanyarray really needs to be declared with typalign...
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2004-02-24 Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-02-24 Michael Meskes- Corrected error handling in PGTYPEStimestamp_from_asc.
2004-02-24 Joe ConwayWhen returning type "record", replace use of pgresultGe...
2004-02-24 Joe ConwayApply quote_literal to the start_with argument of conne...
2004-02-24 Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-02-24 Tom LaneDon't crash when a rowtype argument to a plpgsql functi...
2004-02-23 Tom LaneFix obsolete comment.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneNOFILE isn't used anywhere any more.
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-23 Michael MeskesFixed incorrect output of indicator structs using the...
2004-02-23 Tom LaneWrite #include <dl.h>, not #include "dl.h", to correctl...
2004-02-22 Tom LaneMove responsibility for copying argv[] array into ps_st...
2004-02-22 Neil ConwayDocument the family() function (added during the 7...
2004-02-21 Tom LaneFix random build breakage from log_disconnections patch.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-20 Bruce MomjianThe following bug has been logged online:
2004-02-20 Bruce MomjianAdd:
2004-02-20 Bruce MomjianAdd:
2004-02-20 Bruce MomjianAdd to PL/java description.
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-02-19 Tom LaneCosmetic changes (mostly whitespace) to make it easier...
2004-02-18 Bruce MomjianUpdate:
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-18 Michael MeskesAdded missing rule for DOUBLE variables.
2004-02-18 Neil ConwayImprove the consistency of the error message emitted...
2004-02-17 Neil ConwayRemove a caveat from the "backup" documentation: pg_dum...
2004-02-17 Bruce MomjianDone:
2004-02-17 Bruce MomjianAdd:
2004-02-17 Neil ConwayAdd a few more <xref> tags to the SGML docs, where...
2004-02-17 Tom LaneMinor editorializing on cost-based vacuum description.
2004-02-17 Neil ConwaySignificant improvements to the documentation for the...
2004-02-17 Neil ConwayFix a minor SGML markup infelicity in recently-applied...
2004-02-17 Bruce MomjianRename function log_session_end to log_disconnections.
next