OSDN Git Service

Silence compiler warning about uninitialized variables. This initialization
[pg-rex/syncrep.git] / src /
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-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...
2010-01-02 Tom LaneFix similar_escape() to convert parentheses to non...
2010-01-02 Tom Lanecheck_exclusion_constraint didn't actually work correct...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderSilence compiler warning about size of size_t being...
2010-01-02 Magnus HaganderSet proper sizes for size_t and void* on 64-bit Windows...
2010-01-02 Magnus HaganderSupport 64-bit shared memory when building on 64-bit...
2010-01-02 Magnus HaganderFix one more cast for _open_osfhandle().
2010-01-02 Magnus HaganderFix cast for _open_osfhandle().
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2010-01-01 Magnus HaganderSilence compiler warning on 64-bit windows build
2010-01-01 Magnus HaganderDetect a 64-bit build environment on Windows, and gener...
2010-01-01 Magnus HaganderDelete solution cache file on clean, if it exists.
2010-01-01 Peter EisentrautUpdate SQL features supported list
2010-01-01 Magnus HaganderMake the win32 putenv() override update *all* present...
2009-12-31 Tom LaneSuppress compiler warning, per buildfarm member narwhal
2009-12-31 Tom LaneSuppress compiler warning (pid_t isn't int everywhere)
2009-12-31 Tom LaneAdd missing 'static' tag.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-31 Peter EisentrautUpdate SQL features list for aggregate ORDER BY support
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-31 Andrew Dunstanenable examples to compile on Windows. patch from Hiros...
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-30 Tom LaneDept of second thoughts: recursive case in ANALYZE...
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-30 Peter EisentrautUpdate SQL conformance: search conditions on triggers...
2009-12-30 Magnus HaganderExclude part of the product name string that is localiz...
2009-12-30 Heikki LinnakangasReset minRecoveryPoint at checkpoints, so that we don...
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-30 Robert HaasReject invalid input in int2vectorin.
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-28 Bruce MomjianRemove non-ascii characters from source code.
2009-12-27 Tom LaneAvoid memory leak if pgstat_vacuum_stat is interrupted...
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-12-27 Magnus HaganderRemove now unreferenced variable.
2009-12-27 Magnus HaganderIf the MSVCRT module is not found in the current binary...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-25 Tom LaneFix brain fade in join-removal patch: a pushed-down...
2009-12-25 Andrew DunstanUpgrade to latest ppport.h. Patch from Tim Bunce.
2009-12-24 Bruce MomjianRename EnumValuesCreate() single-letter variable names...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-24 Tom LaneFix wrong WAL info value generated when gistContinueIns...
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneRemove code that attempted to rename index columns...
2009-12-23 Magnus HaganderAdd basic build support for Visual Studio 2008, without...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-23 Bruce MomjianRename pg_dump.c TypeInfo variable tinfo to tyinfo...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-22 Peter EisentrautIn CREATE SEQUENCE dump, put MINVALUE before MAXVALUE...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-20 Tom LaneThere is no good reason for the CREATE TABLE LIKE INCLU...
2009-12-19 Peter EisentrautTranslation updates
2009-12-19 Itagaki TakahiroAdd a whitespace to fix the query to dump large objects.
2009-12-19 Tom LaneBump catversion to reflect the fact that HS patch chang...
next