OSDN Git Service

pg-rex/syncrep.git
2009-06-25 Tom LaneMake prior patch pgindent-safe.
2009-06-25 Heikki LinnakangasThe code to unlink dropped relations in FinishPreparedT...
2009-06-25 Heikki LinnakangasDisable pg_standby -l option because the backend doesn...
2009-06-25 Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-24 Peter EisentrautCorrect grammar in picksplit debug messages
2009-06-24 Magnus HaganderFix incorrect LDAP example, noted by Tom.
2009-06-24 Magnus Haganderparse_ident_usermap() shuold use ereport(LOG) and not...
2009-06-23 Tom LaneProvide a link to the UPDATE reference page in the...
2009-06-23 Magnus HaganderProperly initialize SSL engines when used from libpq...
2009-06-23 Tom LaneFix an ancient error in dist_ps (distance from point...
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-06-22 Marc G. Fournierbundle RC2
2009-06-22 Tom LaneFor bulk write operations (eg COPY IN), use a ring...
2009-06-22 Tom LaneMake to_timestamp and friends skip leading spaces befor...
2009-06-22 Peter EisentrautAdd more explicit note that the parameters of MOVE...
2009-06-22 Tom LaneRevert dubious message wording change.
2009-06-21 Peter EisentrautMessage fixes
2009-06-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-19 Peter EisentrautExtend man page installation hackery so that the man...
2009-06-19 Peter EisentrautDon't convert the man page names to lower case, so...
2009-06-19 Peter EisentrautAdd manvolnum, so that man pages are generated.
2009-06-18 Peter EisentrautDon't attempt to "rm" directories on uninstall.
2009-06-18 Peter EisentrautRecursive Joins -> Recursive Queries
2009-06-18 Peter EisentrautAdd some more documentation and cross-links on using...
2009-06-18 Peter EisentrautRefine the use of terminology around bound and unbound...
2009-06-18 Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
2009-06-17 Tom LaneExecAgg() failed to finish running out set-returning...
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...
next