OSDN Git Service

pg-rex/syncrep.git
2006-07-02 Bruce MomjianDone:
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-30 Alvaro HerreraFix memory leak introduced in the prior commit, detecte...
2006-06-30 Alvaro HerreraFix use-after-free error reported by Neil Conway.
2006-06-30 Bruce MomjianUpdate item for GUID:
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-29 Bruce MomjianChange URL for SITC:
2006-06-29 Bruce MomjianAdd:
2006-06-28 Neil ConwayAdd missing #include directive: pg_constraint.h declare...
2006-06-28 Neil ConwayFix typo in comment.
2006-06-28 Neil ConwayEditorialization for the additions to the CREATE TABLE...
2006-06-28 Bruce MomjianAdd URL for SITC
2006-06-28 Tom LaneImprove planner estimates for size of tuple hash tables.
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-28 Bruce MomjianUpdate:
2006-06-28 Bruce MomjianUpdate Russian FAQ.
2006-06-28 Teodor SigaevForget to add new file :((
2006-06-28 Teodor SigaevChanges
2006-06-27 Tom LaneRemove embedded newline in string literal --- seems...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-27 Tom LanePut #ifdef NOT_USED around posix_fadvise call. We...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-06-27 Bruce MomjianWill revert in next patch more cleanly.
2006-06-27 Bruce MomjianNot done:
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDone:
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-27 Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-27 Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-27 Bruce MomjianDone:
2006-06-27 Bruce MomjianAdd PQescapeIdentifier() to libpq
2006-06-26 Bruce MomjianFix blank line.
2006-06-26 Bruce MomjianAdd comment about the use of pg_config_paths.h.
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-26 Michael MeskesAdded missing braces to prevent a segfault after usage...
2006-06-26 Bruce MomjianUse Unix newlines, instead of DOS ones.
2006-06-26 Bruce MomjianUse Unix line endings instead of DOS ones, per Magnus.
2006-06-26 Bruce MomjianUpdate include files to Unix newline format, per report...
2006-06-26 Bruce MomjianUpdate comment description of geo routines and move...
2006-06-26 Michael MeskesAdded some more coverity report patches send in by...
2006-06-25 Bruce MomjianUpdate my info:
2006-06-25 Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-06-25 Bruce MomjianAdd:
2006-06-25 Michael MeskesMoved some free() calls that coverity correctly complai...
2006-06-25 Alvaro HerreraOur version of getopt_long does not set optarg upon...
2006-06-25 Bruce MomjianRemove individual user copyright because the code is...
2006-06-25 Bruce MomjianFix GEVHDRSZ for Win32.
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
2006-06-24 Bruce MomjianUpdate entry:
2006-06-24 Bruce MomjianAdd UPDATE entry for row reuse.
2006-06-24 Tom LaneFix re-inclusion of port header file on Windows, per...
2006-06-23 Michael MeskesClarified copyright notice
2006-06-22 Tom LaneRemove dllinit.c; it was only needed for long-obsolete...
2006-06-22 Tom Lanepg_stop_backup was calling XLogArchiveNotify() twice...
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-06-21 Tom LaneMove setup_cancel_handler() up near start of psql main...
2006-06-21 Tom LaneRemove ancient kluge that kept nodeAgg.c from crashing...
2006-06-21 Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-06-21 Tom LaneEliminate a gratuitously different wording of the ...
2006-06-21 Joe Conway- During dblink_open, if transaction state was IDLE...
2006-06-21 Tom LaneClean up psql variable code a little: eliminate unneces...
2006-06-21 Michael MeskesAdded some more coverity report patches send in by...
2006-06-21 Michael MeskesFixed small typo in changelog
2006-06-21 Michael MeskesAdded fixed from the coverity report send in by Joachim...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-19 Tom LaneSome editorial work on the documentation of the current...
2006-06-19 Michael MeskesDo not use already free'ed errmsg, bug found by Joachim...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-18 Bruce MomjianUpdate my email address.
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-06-18 Tom LaneFix saveHistory() to not emit bogus complaint during...
2006-06-18 Tom LaneIncrease timeout in statement_timeout test from 1 secon...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Tom LaneCode review for SELECT INTO STRICT patch: use saner...
2006-06-16 Tom LaneClean up after someone's curious idea that it'd be...
2006-06-16 Andrew Dunstandocs for DROP ... IF EXISTS for the following cases:
2006-06-16 Bruce MomjianAdd:
2006-06-16 Bruce MomjianAdd:
2006-06-16 Bruce MomjianDocument issues with non-default tablespaces and pg_dum...
2006-06-16 Bruce MomjianAdd URL for ISO dates:
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-16 Bruce MomjianAdd URL for currency type:
2006-06-16 Bruce MomjianAdd URL for updatable views:
2006-06-16 Bruce MomjianAdd:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-16 Bruce MomjianAdd URL to:
2006-06-16 Bruce MomjianAdd URL for freespace map filling.
2006-06-16 Bruce Momjian>
2006-06-16 Bruce Momjian> o Add PL/Python tracebacks
next