OSDN Git Service

pg-rex/syncrep.git
2007-02-20 Bruce MomjianUpdate pgpass Win32 wording.
2007-02-20 Bruce MomjianUpdate information_schema documentation to match system...
2007-02-20 Bruce MomjianWording improvement.
2007-02-20 Bruce MomjianMore clearly document that most PostgreSQL utilities...
2007-02-20 Tom LaneAdjust user-facing documentation to explain why we...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-20 Bruce MomjianRemove, item not needed for Win32:
2007-02-20 Bruce MomjianAdd comment that on Win32, we don't need to check the...
2007-02-20 Bruce MomjianRemove "History" sections for pg_dump and pg_restore...
2007-02-20 Bruce MomjianSpell check on array patch.
2007-02-20 Bruce MomjianAdd for WIN32:
2007-02-20 Bruce MomjianUpdate array slice documentation to be clearer.
2007-02-20 Bruce MomjianAdd:
2007-02-20 Bruce MomjianComment-out documentation for IS OF because it doesn...
2007-02-20 Peter EisentrautIdentify schema of inherited table in psql \d when...
2007-02-20 Peter EisentrautAdd missing OIDs to pg_proc.
2007-02-20 Bruce MomjianRemove item:
2007-02-20 Bruce MomjianDocument IS [NOT] OF, which was added in 7.3.
2007-02-19 Bruce MomjianAdd FAQ text about Makefile.custom:
2007-02-19 Bruce MomjianDocument that to_char('J'/Julian) is midnight-based...
2007-02-19 Bruce MomjianWording improvement.
2007-02-19 Bruce MomjianUpdate PQfree() documentation to be clearer, backpatch...
2007-02-19 Bruce MomjianUpdate wording:
2007-02-19 Bruce MomjianAdd:
2007-02-19 Bruce MomjianAdd newlines.
2007-02-19 Bruce MomjianAdd:
2007-02-19 Bruce MomjianAdd:
2007-02-19 Bruce MomjianClarify documentation that initdb -A or editing pg_hba...
2007-02-19 Bruce MomjianClarify documentation for "day of the week" handling...
2007-02-19 Bruce MomjianDone:
2007-02-19 Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-19 Bruce MomjianDone:
2007-02-19 Bruce MomjianDone:
2007-02-19 Magnus HaganderFix pg_dump on win32 to properly dump files larger...
2007-02-19 Magnus HaganderParse pg_proc.h with entries without OIDs.
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-19 Tom LaneImprove plpgsql's error message when a datatype declara...
2007-02-19 Tom LanePut function expressions and values lists into Function...
2007-02-18 Tom LaneFix portal management code to support non-default comma...
2007-02-18 Bruce MomjianDocument limitation of SPI_execute() using multiple...
2007-02-18 Bruce MomjianUpdate wording:
2007-02-18 Bruce MomjianAdd:
2007-02-18 Bruce MomjianUpdate "Conflicting lock modes" to show as conflict...
2007-02-17 Tom LaneAdd code so that when COPY_PARSE_PLAN_TREES is defined...
2007-02-17 Bruce MomjianRemove rint() for to_char MS and US output. We can...
2007-02-17 Bruce MomjianAdd:
2007-02-17 Bruce MomjianCleanup of to_char() patch.
2007-02-17 Bruce MomjianAdd:
2007-02-17 Bruce MomjianRemove installation mention that integer timestamps...
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16 Tom LaneTeach find_nonnullable_rels to handle OR cases: if...
2007-02-16 Bruce MomjianAdd:
2007-02-16 Tom LaneFix new RI operator selection code to do the right...
2007-02-16 Bruce MomjianReduce the amount of memory "clobbered" for every proce...
2007-02-16 Tom LaneAdjust the definition of is_pushed_down so that it...
2007-02-16 Peter EisentrautBetter fix for determining minimum and maximum int64...
2007-02-16 Alvaro HerreraInstall a more correct fix in the timestamp and timesta...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Tom LaneFix markup, spelling, grammar, and explanations for...
2007-02-16 Alvaro HerreraFix the timestamptz test problem, by moving the tests...
2007-02-16 Peter EisentrautFix // comment
2007-02-16 Peter EisentrautAdd stdint.h include
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-16 Bruce MomjianRemove extra character erroneously added.
2007-02-16 Bruce MomjianRemove tabs from SGML files to help tag alingment and...
2007-02-16 Tom LaneFix another problem in 8.2 changes that allowed "one...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-02-16 Bruce MomjianSSL improvements:
2007-02-16 Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-15 Tom LaneAdd ORDER BY to a query on information_schema.views...
2007-02-15 Tom LaneRepair oversight in 8.2 change that improved the handli...
2007-02-14 Magnus HaganderMake it possible to build with integer datetimes in...
2007-02-14 Bruce MomjianAdd:
2007-02-14 Tom LaneAdd some discussion of sort ordering to indices.sgml...
2007-02-14 Peter EisentrautFix typo
2007-02-14 Bruce MomjianFix to_date()/to_timestamp() 'D' field for day of week...
2007-02-14 Bruce MomjianMove fsync method macro defines into /include/access...
2007-02-14 Tom LaneMinor editorialization on operator-family documentation...
2007-02-14 Bruce MomjianAdd:
2007-02-14 Bruce MomjianAdd:
2007-02-14 Neil ConwayFix capitalization and punctuation of two more GUC...
2007-02-14 Bruce MomjianAdd URL for:
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-14 Bruce MomjianAdd URL for:
2007-02-13 Bruce MomjianAdd URL for:
2007-02-13 Bruce MomjianAdd:
2007-02-13 Tom LaneDisallow committing a prepared transaction unless we...
2007-02-13 Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-02-13 Bruce MomjianAdd URL for:
2007-02-13 Bruce MomjianAdd code so database scans are done in an order consist...
2007-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-02-13 Bruce MomjianAdd ORDER BY to vacummdb so databases are scaned in...
2007-02-13 Bruce MomjianAdd:
2007-02-13 Magnus HaganderUn-break build on ANSI compilers (like msvc) by moving...
2007-02-13 Magnus HaganderAdd script to run regression tests under vc++ without...
2007-02-13 Magnus HaganderOne more fix for makefile := to : change.
2007-02-13 Magnus HaganderProperly parse Makefile after change from := to =.
2007-02-13 Tom LaneRepair bug in 8.2's new logic for planning outer joins...
next