OSDN Git Service

pg-rex/syncrep.git
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 ...
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-07 Bruce MomjianMore tablespace.c comment improvements.
2010-01-07 Bruce MomjianClarify tablespace.c::TablespaceCreateDbspace() comments.
2010-01-07 Robert HaasFurther fixes for per-tablespace options patch.
2010-01-07 Tom LaneFail in a nicer way if we have --with-perl and no Perl.
2010-01-07 Robert HaasImprove a couple of comments relating to large object...
2010-01-07 Tom LaneMake configure check the version of Perl we're building...
2010-01-07 Tom LaneAlter the configure script to fail immediately if the...
2010-01-06 Bruce MomjianPG_MAJORVERSION:
2010-01-06 Tom LaneFix spccache.c to not suppose that a cache entry will...
2010-01-06 Tom LaneAccess hash entry before freeing it, not after.
2010-01-06 Tom LaneMake error messages for bad --set-version argument...
2010-01-06 Tom LaneMake the makefile pass $MAJORVERSION to genbki.pl,...
2010-01-06 Tom LaneFix missing <manvolnum> markers in dblink reference...
2010-01-06 Tom LaneAdd missing 'static' keywords.
2010-01-06 Bruce MomjianCorrected CVS entry:
2010-01-06 Michael MeskesReplaced int64_t with int64 as Andrew suggested.
2010-01-06 Michael MeskesRemove __FUNCTION__ keyword that is not recognized...
2010-01-06 Michael MeskesRemoved test case using nan as float value because...
2010-01-06 Michael MeskesRemoved more inttypes.h stuff.
2010-01-06 Itagaki TakahiroSilence compiler warning about uninitialized variables...
2010-01-06 Michael MeskesApplied Zoltan's patch to remove hardware dependant...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-06 Bruce Momjianbinary upgrade:
2010-01-06 Bruce MomjianRemove erroneous comma added to pg_dumpall tablespace...
2010-01-06 Bruce MomjianUpdate catalog version for recent relfilenode patch...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-06 Bruce Momjianpg_dump --only-analyze
2010-01-06 Bruce MomjianRemove tabs in SGML.
2010-01-06 Bruce MomjianUse OIDCHARS:
2010-01-06 Itagaki TakahiroAdjust headers to allow pgbench to be built with PGXS.
2010-01-06 Itagaki TakahiroAdd verification of variable names in pgbench.
2010-01-05 Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-05 Tom LaneFix genbki.pl and Gen_fmgrtab.pl to use PID-specific...
2010-01-05 Michael MeskesAnd another one
2010-01-05 Michael MeskesAnd another one of the same problem.
2010-01-05 Michael MeskesAnd then forgot to commit the fixed files. ARGH!
2010-01-05 Michael MeskesAh, should read the file completely. I got so used...
2010-01-05 Michael MeskesThrid try. It seems my two checkouts need some cleaning up.
2010-01-05 Michael MeskesStill not correct.
2010-01-05 Michael MeskesAdjusted CVS headers.
2010-01-05 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-05 Magnus HaganderMove the default configuration for the MSVC build syste...
2010-01-05 Magnus HaganderDisable linker warning 4197 on Win64, that is caused...
2010-01-05 Magnus HaganderUse _mm_pause() for win64 spin_delay(), per note from...
2010-01-05 Tom LaneFurther code review for genbki.pl. Improve comments...
2010-01-05 Tom LaneFix a few places where we needed -I. in CPPFLAGS to...
2010-01-05 Tom LaneRemove too-smart-for-its-own-good optimization of not...
2010-01-05 Itagaki TakahiroVerify input in pg_read_file().
2010-01-05 Tom LaneFix parallel-make timing problem.
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-04 Andrew DunstanRemove sometimes inaccurate error hint about source...
2010-01-04 Andrew DunstanCheck values passed back from PLPerl to the database...
2010-01-04 Magnus HaganderAdd a Win64-specific spin_delay() function.
2010-01-04 Tom LaneImprove PGXS makefile system to allow the module's...
2010-01-04 Heikki LinnakangasWrite an end-of-backup WAL record at pg_stop_backup...
2010-01-04 Tom LaneWhen estimating the selectivity of an inequality "colum...
2010-01-04 Itagaki TakahiroSilence compiler warning about printf format for HANDLE.
2010-01-03 Tom LaneDept of second thoughts: my first cut at supporting...
2010-01-02 Magnus HaganderMake ssize_t 64-bit on Win64, for compatibility with...
2010-01-02 Tom LaneAdd missing schema-qualification in tab completion...
next