OSDN Git Service

pg-rex/syncrep.git
2005-06-07 Bruce MomjianIpcrm -> ipcclean in error message:
2005-06-06 Bruce MomjianAdd rtee box index discussion.
2005-06-06 Bruce MomjianAdd:
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-06 Bruce MomjianUpdate Hungarian FAQ and add an HTML version.
2005-06-06 Tom LaneTrivial markup improvement.
2005-06-06 Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-05 Bruce MomjianAdd description for backend termination:
2005-06-05 Bruce MomjianHere's a patch to do the following:
2005-06-05 Tom LaneCode for SET/SHOW TIME ZONE with a fixed-interval timez...
2005-06-05 Bruce MomjianAdd 2phase TODO.detail.
2005-06-05 Bruce MomjianAdd TODO.detail for 2phase commit:
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-05 Bruce MomjianAdd TODO.detail.
2005-06-05 Bruce MomjianRemove duplicate emails.
2005-06-05 Bruce MomjianAdd TODO.detail for timezone:
2005-06-05 Bruce MomjianAdd TODO.detail of standard timezone data type.
2005-06-04 Bruce MomjianAdd pg_upgrade TODO.detail.
2005-06-04 Bruce MomjianAdd TODO.detail:
2005-06-04 Bruce MomjianAdd pg_dump TODO.detail for multiple -t / -n flags.
2005-06-04 Bruce MomjianAdd pg_dump to TODO.detail.
2005-06-04 Bruce MomjianBack out patch:
2005-06-04 Bruce MomjianAdd comment for multi-byte computation.
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-04 Bruce MomjianAt 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
2005-06-04 Bruce MomjianTom Lane <tgl@sss.pgh.pa.us> writes:
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-04 Bruce MomjianBack out make_mkid change.
2005-06-04 Bruce MomjianImprove readability of config location params by adding...
2005-06-04 Bruce MomjianAdd:
2005-06-04 Bruce MomjianAdd description:
2005-06-04 Bruce MomjianFix NUMERIC modulus to properly truncate division in...
2005-06-04 Bruce MomjianUpdate Chinese FAQ to fix XHTML format.
2005-06-04 Neil ConwayRemove unused 'printCost' field from ExplainState,...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-03 Bruce MomjianPut back WAL TODO.detail entries.
2005-06-03 Bruce MomjianRemove because it is partly done and we might not want...
2005-06-03 Tom LaneJust noticed that you can't Query-Cancel a long planner...
2005-06-03 Bruce MomjianUpdate Russian FAQ.
2005-06-03 Bruce MomjianTrim TODO.detail for wal completed items.
2005-06-03 Bruce MomjianDone:
2005-06-03 Bruce MomjianDone:
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-06-02 Tom LaneThe no-lexer-backup speedup hadn't been there a week...
2005-06-02 Michael Meskes- Fixed memory leak in ecpglib by adding some missing...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-06-02 Bruce MomjianCompleted:
2005-06-02 Bruce MomjianAdd support for \x hex strings in psql variables.
2005-06-02 Bruce MomjianAdd support for \x hex escapes in backend strings....
2005-06-02 Bruce MomjianAdd support for \x hex escapes in COPY.
2005-06-01 Bruce MomjianFix log_statement to properly recognize SELECT INTO...
2005-06-01 Tom Lanepatternsel() was improperly stripping RelabelType from...
2005-06-01 Teodor SigaevPrevent to divide by zero and range out of 0..1
2005-05-31 Tom LaneAdd test to WAL replay to verify that xl_prev points...
2005-05-31 Bruce MomjianTab cleanup for SGML.
2005-05-31 Tom LaneFix information_schema for OUT and INOUT parameters.
2005-05-31 Tom LaneTeach ruleutils to drill down into RECORD-type Vars...
2005-05-31 Tom LaneParseComplexProjection should make use of expandRecordV...
2005-05-31 Tom LaneChange relblocknumber field of pg_buffercache view...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-30 Bruce MomjianMove to ALTER section:
2005-05-30 Bruce MomjianAdd:
2005-05-30 Bruce MomjianAdd support for NUMERIC ^ NUMERIC based on power(numeri...
2005-05-30 Bruce MomjianWording improvement (may -> can)
2005-05-30 Tom LaneAdd support for FUNCTION RTEs to build_physical_tlist...
2005-05-30 Bruce MomjianSupport only octal for psql PROMPT values, rather than...
2005-05-30 Bruce MomjianUse {xqoctesc} lex macro now that \ddd is standard.
2005-05-30 Bruce MomjianUpdate psql docs for recent octal-only string behavior.
2005-05-30 Bruce MomjianHave psql escape bytes in strings for variables follow...
2005-05-30 Bruce MomjianAdd missing <P>.
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-05-30 Neil ConwayCreate separate ON INSERT and ON UPDATE triggers on...
2005-05-30 Tom LaneFix longstanding oversight in ruleutils.c: it doesn...
2005-05-30 Tom LaneChange the UNKNOWN type to have an internal representat...
2005-05-30 Tom LaneSkip eval_const_expressions when the query is such...
2005-05-29 Tom LaneAvoid unnecessary fetch from pg_shadow in the normal...
2005-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-29 Tom LaneMake superuser.c maintain a simple one-entry cache...
2005-05-29 Tom LaneMarginal hack to save a little bit of time in bpcharin...
2005-05-29 Tom LaneAvoid unnecessary call of rangeTableEntry_used() for...
2005-05-29 Tom LaneRemove typeidIsValid() checks in can_coerce_type()...
2005-05-29 Tom LaneexpandRTE and get_rte_attribute_type mistakenly always...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-29 Bruce MomjianAdd reference to libpq environment variables for client...
2005-05-28 Tom LaneBgwriter should PANIC if it runs out of memory for...
2005-05-28 Tom Laneget_expr_result_type has to be prepared to pull type...
2005-05-28 Bruce MomjianRemove:
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-27 Bruce MomjianUpdate Farsi FAQ.
2005-05-27 Bruce MomjianAdd:
2005-05-27 Bruce MomjianAdd:
2005-05-27 Bruce MomjianDisplay only 9 subsecond digits instead of 10 for time...
2005-05-27 Bruce MomjianRe-order 'else' clause for clarity.
2005-05-27 Tom LaneClean up bogus checking of date and numeric fields...
2005-05-27 Bruce MomjianBack out part of patch that should be applied later.
2005-05-27 Bruce MomjianFix compile of entab to use stdarg.h. Clean up includes.
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-05-26 Tom LaneDocument that utility commands such as DROP FUNCTION...
next