OSDN Git Service

pg-rex/syncrep.git
2005-04-16 Tom LaneMinor improvements to locale documentation.
2005-04-15 Tom LaneReduce PANIC to ERROR in several xlog routines that...
2005-04-15 Tom LaneModify MoveOfflineLogs/InstallXLogFileSegment to avoid...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-15 Neil ConwayThis patch changes the use of varargs.h to stdarg.h as
2005-04-15 Neil ConwayRemove an unused variable "waitingForSignal". From...
2005-04-14 Bruce MomjianDone
2005-04-14 Tom LaneMake equalTupleDescs() compare attlen/attbyval/attalign...
2005-04-14 Tom LanePut back blessing of record-function tupledesc, which...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-14 Tom LaneMust count '*' characters as potential arguments.
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Michael MeskesAdded patch by Philip Yarra <philip.yarra@internode...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-13 Tom LaneRevert yesterday's change to make pg_cast.h say 'OID...
2005-04-13 Neil ConwayMinor consistency improvement to the documentation...
2005-04-12 Tom LaneAdjust pg_cast.h so that the OIDs assigned to built...
2005-04-12 Tom LaneRemove unnecessary UPDATE commands to assign explicit...
2005-04-12 Peter EisentrautRevert mistaken renaming of UTF-8.
2005-04-12 Tom LaneFix oversight in MIN/MAX optimization: must not return...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-12 Tom LaneFix broken markup.
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-04-11 Tom LanePersistHoldablePortal must establish the correct value...
2005-04-10 Bruce MomjianUpdate to XHTML.
2005-04-10 Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-10 Tom LaneSplit out into a separate function the code in grouping...
2005-04-10 Tom LaneSQL functions returning pass-by-reference types were...
2005-04-09 Bruce MomjianDone:
2005-04-09 Bruce MomjianWe don't put URL's in ulink's because the URL is always...
2005-04-08 Tom LaneIf we're going to have a non-panic check for held_lwloc...
2005-04-08 Tom LaneUse an always-there test, not an Assert, to check for...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
2005-04-08 Neil ConwayUse fork_process() to avoid some fork()-related boilerp...
2005-04-07 Tom LaneUpdate and copy-edit release notes for 8.0.2.
2005-04-07 Tom LaneFix some issues with missing or too many newlines at
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-07 Neil ConwayMinor documentation tweak.
2005-04-07 Neil ConwayFix minor breakage to regression tests induced in previ...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Neil ConwayApply the "nodeAgg" optimization to more of the builtin...
2005-04-06 Tom LaneRemove test for NULL node in ExecProcNode(). No place...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-04-06 Bruce MomjianAttached patch cleans up the HTML code in tools/backend...
2005-04-06 Neil ConwayInclude information about a domain's CHECK constraint...
2005-04-06 Neil ConwayThis file was whacked by pgindent before it knew it...
2005-04-05 Tom LaneAdjust grammar for plpgsql's OPEN command so that a...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-04-05 Tom LaneFix broken markup.
2005-04-04 Neil ConwayThis patch changes int2_avg_accum() and int4_avg_accum...
2005-04-04 Neil ConwayMinor fixes for psql tab completion. Spell "absolute...
2005-04-04 Neil ConwayAdd a link to postgresql.org/download to the installati...
2005-04-04 Neil ConwayRemove an unused variable `ShmemBootstrap', and remove...
2005-04-04 Tom LaneIn cost_mergejoin, the early-exit effect should not...
2005-04-03 Tom LanePut back code mistakenly removed from copy of postmaster's
2005-04-02 Bruce MomjianFix release not typo.
2005-04-02 Bruce MomjianUpdate release notes for 8.0.2.
2005-04-01 Tom LaneSecond try at making examine_variable and friends behav...
2005-04-01 Tom LaneMake plperl work with OUT parameters.
2005-04-01 Tom LaneMinor improvements in the really-pretty-ad-hoc test...
2005-04-01 Tom LaneTeach pg_dump about OUT parameters.
2005-04-01 Bruce MomjianUpdate pgcvslog examples.
2005-04-01 Bruce MomjianFix wrong week returnded by date_trunc('week') for...
2005-04-01 Bruce MomjianUpdate pgcvslog examples.
2005-04-01 Neil ConwayRemove pg_buffercache_pages.h -- patch from Mark Kirkwood.
2005-04-01 Bruce MomjianAdjust pg_proc.proargtypes[0] tests in psql \df to...
2005-03-31 Tom LaneFlush any remaining statistics counts out to the collec...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-31 Teodor Sigaev1 fix various comparing functions
2005-03-31 Bruce MomjianAdjust SGML ulink tags to the URL is always displayed...
2005-03-31 Neil ConwayMinor code cleanup: ExecHash() was returning a null...
2005-03-31 Neil ConwayFix build error in pg_buffercache on Win32 (native...
2005-03-30 Neil ConwayDocument that the "-P" option to pg_autovacuum is insec...
2005-03-30 Neil ConwayMinor tweak to documentation.
2005-03-30 Neil ConwayFix typo.
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneFix grammar for IN/OUT/INOUT parameters. This commit...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Neil ConwayAdd SPI_getnspname(), including documentation.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneTeach const-expression simplification to simplify boole...
2005-03-27 Tom LaneEliminate duplicate hasnulls bit testing in index tuple...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-26 Tom LaneFix a pair of related issues with estimation of inequal...
2005-03-26 Tom LaneUse a bitmapset instead of a list for duplicate-column...
2005-03-26 Tom LaneRewrite rewriteTargetList() to avoid O(N^2) behavior...
2005-03-26 Tom LaneAdd Windows-specific variant comparison file.
2005-03-26 Tom LaneAdd another ORDER BY to rules test to eliminate platfor...
2005-03-26 Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-25 Bruce MomjianUse 'cp' and 'chmod' in place of 'install' to install...
2005-03-25 Bruce MomjianAdd
2005-03-25 Tom LaneRemove lazy_update_relstats; go back to having VACUUM...
next