OSDN Git Service

pg-rex/syncrep.git
2009-06-17 Peter EisentrautAdd another link of a GUC variable to where it is expla...
2009-06-17 Peter EisentrautFix typo in error message: tgargv -> tg_argv
2009-06-14 Tom LaneChange test tables in copy2 regression test to be tempo...
2009-06-13 Tom LaneFix get_sort_group_operators() so that it doesn't think...
2009-06-13 Peter EisentrautTweak the display of incoming foreign-key constraints...
2009-06-12 Tom LaneImprove documentation about GiST opclass support functions.
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-12 Tom LaneAdd info about minimum recommended AIX fix levels,...
2009-06-12 Marc G. Fourniertime to tag rc1 ...
2009-06-12 Bruce MomjianTighten typedef check for Linux.
2009-06-12 Bruce MomjianMention BSD/OS find_typedef behavior.
2009-06-11 Bruce MomjianDocument struct/union problem with pgindent.
2009-06-11 Tom LaneUpdate release notes to today.
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Tom LaneUpdate time zone data files to tzdata release 2009i...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Tom LaneSomebody seems to have thought they could get away...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-11 Bruce MomjianAdd FreeBSD support for find_typedef, per request from...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautArrange that the string "syntax error" generated by...
2009-06-10 Tom LaneFix ill-advised whitespace prettification, per buildfarm.
2009-06-10 Peter EisentrautClarify to the translator that plpgsql_yyerror() deals...
2009-06-10 Tom LaneProperly mark pg_freespace() function as strict. Also...
2009-06-10 Peter EisentrautClarify error message
2009-06-10 Tom LaneSupport Kerberos on platforms where libcom_err depends...
2009-06-10 Tom LaneAdd warning that xpath() doesn't work with non-UTF8...
2009-06-10 Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-10 Tom LaneAdd a warning about possible strange behavior of volati...
2009-06-10 Tom LaneKeep rs_startblock the same during heap_rescan, so...
2009-06-10 Tom LaneFix cash_in() to behave properly in locales where frac_...
2009-06-10 Bruce MomjianFix Linux typedef code.
2009-06-10 Peter EisentrautCorrect/improve the datetime_precision field in the...
2009-06-10 Tom LaneMake handling of INTERVAL DAY TO MINUTE and INTERVAL...
2009-06-10 Tom LaneEnsure xmlFree(NULL) is a no-op instead of a core dump...
2009-06-10 Bruce MomjianFix BSD find_typedef logic.
2009-06-10 Bruce MomjianUpdate pgindent instructions.
2009-06-10 Bruce MomjianDocument new location for typedef list.
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-09 Tom LaneMark internal_in as not strict, so that the construct...
2009-06-09 Alvaro HerreraFix typo, per Tom
2009-06-09 Tom LaneSwitch order of tests to avoid possible Assert failure for
2009-06-09 Tom LaneRestore dblink_current_query() to being a C-language...
2009-06-09 Alvaro HerreraDynamically set a lower bound on autovacuum nap time...
2009-06-09 Joe ConwayDefault client encoding to server encoding for dblink...
2009-06-09 Tom LaneFix failure to double-quote function argument names...
2009-06-08 Peter EisentrautFix map_sql_table_to_xmlschema() with dropped attributes.
2009-06-08 Tom LaneFix contrib/pageinspect to not create an ABI breakage...
2009-06-08 Tom LaneBe a bit more verbose about the effects of string liter...
2009-06-07 Tom LaneRevert my patch of 2009-04-04 that removed contrib...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-06-06 Joe ConwayAdd support for using SQL/MED compliant FOREIGN DATA...
2009-06-06 Tom LaneMove variable declaration to avoid 'unused variable...
2009-06-06 Tom LaneFix a serious bug introduced into GIN in 8.4: now that...
2009-06-05 Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-05 Tom LaneGIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPoint...
2009-06-05 Andrew DunstanSearch for versioned perl library instead of using...
2009-06-05 Bruce MomjianRemove sleep() from backup script example; not needed...
2009-06-04 Tom LaneTrivial code style cleanup around a couple of ngettext...
2009-06-04 Tom LaneRemove a couple of debugging messages that have been...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-04 Andrew DunstanInitialise perl library as documented in perl API....
2009-06-03 Bruce MomjianWording improvement for recent sesssion identifier...
2009-06-03 Tom LaneClean up ecpg's use of mmerror(): const-ify the format...
2009-06-03 Tom LaneFix tsquerysel() to not fail on an empty TSQuery. ...
2009-06-03 Tom LaneChange rather bizarre code ordering in get_id(). This...
2009-06-03 Tom LaneImprove comment about 'if (1)' hack in copy.c macros.
2009-06-03 Bruce MomjianAdd comment about why "((void) 0)" is used in copy...
2009-06-03 Bruce MomjianAdd example of how to generate the session identifier...
2009-06-02 Tom LaneRemove the old advice to keep from_collapse_limit less...
2009-06-02 Heikki LinnakangasOnly recycle normal files in pg_xlog as WAL segments...
2009-06-02 Joe ConwayFix dblink_get_result() as reported by Oleksiy Shchukin...
2009-06-01 Tom LaneChange AdjustIntervalForTypmod to not discard higher...
2009-06-01 Tom LaneFix DecodeInterval to report an error for multiple...
2009-05-31 Tom LaneUpdate obsolete comment in index_drop(). When the...
2009-05-29 Michael MeskesChange macros to make gcc quiet when parsing.
2009-05-28 Bruce MomjianDocument that forking while having open libpq connectio...
2009-05-28 Heikki LinnakangasWhen archiving is enabled, rotate the last WAL segment...
2009-05-27 Tom LaneImprove release note explanation of the change in libpq...
2009-05-27 Magnus HaganderProperly return the usermap result when doing gssapi...
2009-05-27 Peter EisentrautFix to use the same format specifiers in both branches...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-05-27 Peter EisentrautFix compiler warnings on Sun Studio of the sort
2009-05-27 Michael MeskesReverting patch just in case a compiler treats this...
2009-05-27 Bruce MomjianRemove tabs from SGML file.
2009-05-27 Tom LaneImprove documentation about function volatility: mentio...
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-26 Tom LaneRemove the useless and rather inconsistent return value...
2009-05-26 Tom LaneRemove unused declarations of EncodeTimeOnly and Decode...
2009-05-26 Tom LaneAdd range checks to time_recv() and timetz_recv(),...
2009-05-24 Tom LaneUse more-portable coding for the check on handing out...
2009-05-24 Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-21 Teodor SigaevResort tsvector's lexemes in tsvectorrecv instead of...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-05-21 Peter EisentrautConvert some messages to use ngettext().
2009-05-20 Peter EisentrautFix sgml-mode example. thanks Andrew Dunstan
2009-05-20 Michael MeskesRemoved unsigned/signed mismatches.
2009-05-20 Michael MeskesMore variables gcc moans about
next