OSDN Git Service

pg-rex/syncrep.git
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-30 Magnus HaganderMake sure FD_SETSIZE is set before we include any Windows
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneFix time_part and timetz_part (ie, EXTRACT() for those...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-29 Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-07-28 Teodor SigaevCorrect calculations of overlap and contains operations...
2009-07-28 Teodor SigaevFix incorrect cleanup of tsquery in ts_rewrite(). Per...
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-27 Magnus HaganderFix minor memory leak in Win32 SID handling functions...
2009-07-27 Magnus HaganderEnable the use of multiple CPUs/cores when building...
2009-07-27 Tom LaneAdd s_lock support for SuperH architecture.
2009-07-27 Tom LaneImprove comment, per gripe from Alvaro.
2009-07-27 Tom LaneFix pg_stat_statements for EXEC_BACKEND case.
2009-07-27 Tom LaneExperiment with using EXPLAIN COSTS OFF in regression...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Tom LaneCode review for FORCE QUOTE * patch: fix error checking...
2009-07-25 Andrew DunstanSmall stylistic improvement in recent FORCE QUOTE ...
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-24 Tom LaneAssorted minor refactoring in EXPLAIN.
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-07-24 Peter EisentrautDocument \dg+ and \du+
2009-07-24 Tom LaneAvoid extra system calls to block SIGPIPE if the platfo...
2009-07-24 Tom LaneAdd commentary about Cygwin's broken erand48, per repor...
2009-07-23 Andrew DunstanForce use of our erand48 on Cygwin
2009-07-23 Tom LaneTeach pg_dump to dump comments attached to the columns...
2009-07-23 Tom LaneSave a few cycles in EXPLAIN and related commands by...
2009-07-23 Tom LaneIn a non-hashed Agg node, reset the "aggcontext" at...
2009-07-23 Tom LaneFix another thinko in join_is_legal's handling of semij...
2009-07-23 Andrew DunstanUpdate location to download flex for building on Windows.
2009-07-22 Peter EisentrautClarify NULLIF example
2009-07-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-07-22 Magnus HaganderFix mismatch in const:ness of parameters.
2009-07-22 Joe ConwayReplace PLpgSQL_dstring by StringInfo.
2009-07-22 Tom LaneTweak TOAST code so that columns marked with MAIN stora...
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-07-21 Peter EisentrautChange pg_listener attribute number constants to match...
2009-07-21 Tom LaneSpeed up AllocSetFreeIndex, which is a significant...
2009-07-21 Peter EisentrautRemove translated FAQs
2009-07-21 Peter EisentrautAdd a further customization to the SGML Emacs mode...
2009-07-21 Tom LaneFix another semijoin-ordering bug. We already knew...
2009-07-20 Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
2009-07-20 Alvaro HerreraInstall src/include/utils/fmgroids.h on VPATH builds...
2009-07-20 Peter EisentrautSmall additional clean from the rearrangement of the...
2009-07-20 Peter EisentrautUse errcontext mechanism in PL/Python
2009-07-20 Tom LaneRemove unnecessary and version-sensitive dependence...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-20 Tom LaneTeach simplify_boolean_equality to simplify the forms...
2009-07-19 Tom LaneRewrite GEQO's gimme_tree function so that it always...
2009-07-19 Tom LaneFix a thinko in join_is_legal: when we decide we can...
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-07-17 Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-07-16 Heikki Linnakangaspg_standby doesn't need to be linked with libpq. Fujii...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-14 Peter EisentrautRearrangement of the HTML docs build rules
2009-07-14 Tom LaneRemove duplicate definition of TYPECAST token.
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-14 Tom LaneDo a conditional SPI_push/SPI_pop when replanning a...
2009-07-13 Bruce Momjianvacuumlo query cleanups
2009-07-13 Peter EisentrautUpdate information schema to SQL:2008
2009-07-13 Tom LaneMake the configure messages rejecting old bison and...
2009-07-13 Tom LaneAlthough the flex documentation avers that yyalloc...
2009-07-13 Tom LaneConvert the core lexer and parser into fully reentrant...
2009-07-13 Tom LaneAdvance the minimum required version of "flex" from...
2009-07-13 Bruce MomjianStamp minor library version numbers for 8.5; sorry...
2009-07-13 Tom LaneFix up PGDLLIMPORT marking for standard_conforming_stri...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-07-11 Peter EisentrautCorrect what ISO stands for
2009-07-11 Tom LaneFix set_rel_width() to do something reasonable with...
2009-07-10 Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-07-08 Tom LaneRemove no-longer-necessary transmission of postmaster...
2009-07-08 Heikki LinnakangasNeed to use pg_perm_setlocale when setting LC_CTYPE...
2009-07-08 Tom LaneAdd missing HOUR TO SECOND option to list of possible...
2009-07-08 Peter EisentrautWhen calling unsupported "make check" with a pgxs modul...
2009-07-07 Tom LaneJust a little more schema-qualification ...
2009-07-07 Peter Eisentrautpsql backward compatibility fix
2009-07-07 Tom LaneDon't use 'return' where you should use 'PG_RETURN_xxx'.
2009-07-07 Tom LaneQuery in SQL function still not schema-safe; add a...
2009-07-07 Peter EisentrautSort child tables by name instead of OID in \d+ display
2009-07-07 Tom LaneFix typo in comment.
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-07-07 Tom LaneCode review for patch to show definition of index colum...
2009-07-06 Tom LaneUse floor() not rint() when reducing precision of fract...
2009-07-06 Heikki LinnakangasFix ancient bug in handling of to_char modifier 'TH...
2009-07-06 Tom LaneFix set_append_rel_pathlist() to deal intelligently...
2009-07-06 Peter EisentrautShow definition of index columns in \d on index
2009-07-06 Tom LanePer SQL spec (in particular, the grammar in SQL:2008...
2009-07-06 Tom LaneFix handling of changed-Param signaling for CteScan...
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-07-03 Peter EisentrautHave \d show child tables that inherit from the specifi...
2009-07-02 Tom LaneFix up pg_dump's --binary-upgrade option so that it...
2009-07-02 Peter EisentrautUpgrade to Autoconf 2.63
2009-07-02 Peter EisentrautRegression test for XML mapping functionality
2009-07-01 Tom LaneRemove useless References column for pg_listener catalo...
2009-07-01 Tom LaneStamp HEAD as 8.5devel.
2009-06-30 Tom LaneAdd missed src/include/foreign subdirectory to the...
next