OSDN Git Service

pg-rex/syncrep.git
2010-01-21 Robert HaasFix unsafe loop test, and declare as_ident as bool...
2010-01-21 Robert HaasAdd new escaping functions PQescapeLiteral and PQescape...
2010-01-21 Simon RiggsAdd missing flag reset to ensure subsequent manual...
2010-01-21 Heikki LinnakangasFix bogus comments.
2010-01-21 Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-21 Simon RiggsBetter internal documentation of locking for Hot Standb...
2010-01-20 Tom LaneWell, the systemtap guys moved the goalposts again...
2010-01-20 Peter EisentrautAdd user-specific .pg_service.conf file
2010-01-20 Heikki LinnakangasFix bogus subdir setting. Again. I must've unfixed...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-20 Heikki LinnakangasNow that much of walreceiver has been pulled back into...
2010-01-20 Heikki LinnakangasAdd missing "!= NULL", for the sake of consistency.
2010-01-20 Heikki LinnakangasAdjust windows makefiles too, now that the walreceiver...
2010-01-20 Heikki LinnakangasAdjust MSVC build script too, now that the walreceiver...
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...
2010-01-20 Peter EisentrautBefore attempting to create a composite type, check...
2010-01-20 Andrew DunstanFix typo in Mkvcbuild.pl
2010-01-20 Andrew DunstanBuild plperl's new Util.xs
2010-01-20 Robert HaasFix doc build, which was broken by PL/perl utility...
2010-01-20 Andrew DunstanAdd utility functions to PLPerl:
2010-01-20 Robert HaasReformat documentation of libpq escaping functions.
2010-01-19 Tom LaneWhen doing a parallel restore, we must guard against...
2010-01-19 Tom LaneFix thinko in my recent change to put an explicit argis...
2010-01-19 Magnus HaganderAdd pg_stat_reset_shared('bgwriter') to reset the clust...
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
2010-01-19 Tom LaneAdd "USING expressions" option to plpgsql's OPEN cursor...
2010-01-18 Peter EisentrautCast slightly abused enum to int, so that GCC 4.5 won...
2010-01-18 Tom LaneFix an oversight in convert_EXISTS_sublink_to_join...
2010-01-18 Teodor SigaevFix incorrect comparison of scan key in GIN. Per report...
2010-01-18 Tom LaneFix portalmem.c to avoid keeping a dangling pointer...
2010-01-18 Tom LaneUpdate SET CONSTRAINTS reference page --- it failed...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-17 Magnus HaganderAdd include directory for dblink to find fmgroids.h...
2010-01-17 Magnus HaganderSilence compiler warning, noted by Stefan Kaltenbrunner
2010-01-17 Tom LaneRemove unnecessary, inconsistent flag resets in Process...
2010-01-16 Magnus HaganderFix spelling error, noticed by Thomas Shinnick
2010-01-16 Tom LaneRe-order configure tests to reflect the fact that the...
2010-01-16 Tom LaneFix unportable use of isxdigit() with char (rather...
2010-01-16 Tom LaneFix bogus initialization of KnownAssignedXids shared...
2010-01-16 Simon RiggsLock database while running drop database in Hot Standb...
2010-01-16 Magnus HaganderBuild the walreceiver library on MSVC as well.
2010-01-16 Peter EisentrautImproved printing of Python exceptions in PL/Python
2010-01-16 Simon RiggsMessage mentions msec when it should be seconds, so...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-16 Tom LaneHuh, apparently on cygwin we HAVE_SIGPROCMASK, so both...
2010-01-16 Bruce MomjianAdd #include <sys/time.h> for struct timeval definition...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-15 Tom LaneSecond try: walreceiver should not be built with -DBUIL...
2010-01-15 Tom LaneNo, scratch that, it was getting added twice.
2010-01-15 Tom LaneActually, I'll bet the mingw problem is lack of $(BE_DL...
2010-01-15 Tom LaneFix bogus subdir setting ... wonder just what that...
2010-01-15 Heikki LinnakangasMove build of src/backend/replication/walreceiver/...
2010-01-15 Michael MeskesAdded correct error handling in DESCRIBE statement...
2010-01-15 Heikki LinnakangasRemove unused (in non-assertion-enabled build) variable.
2010-01-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
2010-01-14 Tom LaneSimplify validate_exec() by using access(2) to check...
2010-01-13 Tom LaneWhen loading critical system indexes into the relcache...
2010-01-13 Tom LaneFix bug #5269: ResetPlanCache mustn't invalidate cached...
2010-01-13 Michael MeskesApplied Zoltan's patch to make char the default sqlda...
2010-01-13 Michael MeskesFix SQL3 type return value.
2010-01-13 Tom LaneMake fixed_paramref_hook behave properly when there...
2010-01-12 Magnus HaganderUpdate MSVC build instructions.
2010-01-12 Tom LaneFix relcache reload mechanism to be more robust in...
2010-01-12 Michael MeskesRemoved ecpg Changelog file that was only there for...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-12 Tom LaneFix aclexplode to not explode on a zero-entry ACL array.
2010-01-12 Bruce MomjianRemove tabs in SGML file.
2010-01-11 Tom LaneAdd some simple support and documentation for using...
2010-01-11 Tom LaneImprove ExecEvalVar's handling of whole-row variables...
2010-01-11 Andrew Dunstanremove use of temp file for perlchunks.h, as in recent...
2010-01-10 Tom LaneSome trivial adjustments in comments for struct Relatio...
2010-01-10 Tom LaneRemove unnecessary use of temp file. Tim Bunce
2010-01-10 Tom LaneImprove plpgsql parsing to report "foo is not a known...
2010-01-10 Tom LaneImprove plpgsql's handling of record field references...
2010-01-10 Simon RiggsDocs for behaviour change of drop database during Hot...
2010-01-10 Magnus HaganderUpdate Windows installation notes.
2010-01-10 Simon RiggsDuring Hot Standby, fix drop database when sessions...
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-10 Robert HaasRemove partial, broken support for NULL pointers when...
2010-01-10 Robert HaasDocument pg_tablespace.spcoptions.
2010-01-09 Tom LaneMake ExecEvalFieldSelect throw a more intelligible...
2010-01-09 Simon RiggsDuring Hot Standby, set DatabasePath correctly during...
2010-01-09 Andrew DunstanProvide regression testing for plperlu, and for plperl...
2010-01-09 Andrew DunstanBuild perlchunks.h for plperl on MSVC
2010-01-09 Tom LaneFix makefile so it works for VPATH case.
2010-01-09 Andrew DunstanTidy up and refactor plperl.c.
2010-01-08 Michael MeskesAlso update ChangerLog file.
2010-01-08 Tom LaneFix oversight in EvalPlanQualFetch: after failing to...
2010-01-08 Itagaki TakahiropgBufferUsage needs PGDLLIMPORT for pg_stat_statements...
2010-01-08 Itagaki TakahiroAdd buffer access counters to pg_stat_statements.
2010-01-07 Robert HaasDocument why we copy reloptions into CacheMemoryContext...
2010-01-07 Tom LaneFix 3-parameter form of bit substring() to throw error...
2010-01-07 Tom LaneMake bit/varbit substring() treat any negative length...
2010-01-07 Tom LaneFix (some of the) breakage introduced into query-cancel...
2010-01-07 Bruce MomjianUse -Z for vacuumdb --analyze-only, rather than -o.
2010-01-07 Bruce MomjianRename new vacuumdb option to --analyze-only from ...
next