OSDN Git Service

Add contrib/xml2/pgxml.sql to .gitignore
[pg-rex/syncrep.git] / src /
2010-09-23 Tom LaneProcessIncomingNotify *must* reset notifyInterruptOccur...
2010-09-23 Tom LanePrevent show_session_authorization from crashing when...
2010-09-23 Tom LaneAvoid sharing subpath list structure when flattening...
2010-09-23 Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23 Tom LaneMore fixes for libpq's .gitignore file.
2010-09-22 Tom LaneFix remaining stray references to CVS.
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-17 Marc G. Fourniertag v9.0.0 ... the big day approaches REL9_0_0
2010-09-16 Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
2010-09-16 Peter EisentrautTranslation updates for 9.0.0
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-14 Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-09-13 Heikki LinnakangasRemove prototype for non-existent function from walrece...
2010-09-13 Heikki LinnakangasProcess options from the startup packed in walsender...
2010-09-07 Bruce MomjianModify pg_upgrade to set/restore all environment variab...
2010-09-04 Tom LanePad the ps_status display with nulls, not blanks, on...
2010-09-02 Tom LaneFix up flushing of composite-type typcache entries...
2010-08-30 Tom LaneCosmetic fixes for KnownAssignedXidsGetOldestXmin,...
2010-08-30 Simon RiggsFix misleading DEBUG2 issued during RemoveOldXlogFiles()
2010-08-30 Simon RiggsTruncate subtrans after each restartpoint.
2010-08-30 Simon RiggsTeach GetOldestXmin() about KnownAssignedXids during...
2010-08-30 Heikki LinnakangasFix typo in comment.
2010-08-29 Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-27 Marc G. Fourniertag rc1 ... final stretch ...
2010-08-26 Tom LaneDocument the existence of the socket lock file under...
2010-08-26 Tom LaneUpdate time zone data files to tzdata release 2010l...
2010-08-26 Alvaro HerreraImprove wording for privilege description on certain...
2010-08-26 Alvaro HerreraRemove duplicate translatable phrase
2010-08-26 Peter EisentrautTranslation updates for 9.0rc1
2010-08-26 Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-08-25 Tom LaneImprove hint message for ENOMEM failure from shmget().
2010-08-25 Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-23 Tom LaneMarginal code cleanup for streaming replication.
2010-08-21 Tom LaneUse a non-locale-dependent definition of isspace()...
2010-08-21 Tom LaneImprove parallel restore's ability to cope with selecti...
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-19 Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19 Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19 Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19 Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-19 Tom LaneAllocate local buffers in a context of their own, rathe...
2010-08-19 Tom LaneFix possible corruption of AfterTriggerEventLists in...
2010-08-18 Tom LaneReset the per-output-tuple exprcontext each time throug...
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-18 Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-18 Heikki LinnakangasCoerce 'unknown' type parameters to the right type...
2010-08-17 Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postpi...
2010-08-16 Tom LaneFix psql's copy of utf2ucs() to match the backend's...
2010-08-14 Tom LaneFix planner to make a reasonable assumption about the...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-13 Robert HaasMake RecordTransactionCommit() respect wal_level.
2010-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-11 Heikki LinnakangasThe sanity check added to array_recv() wa a bit too...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-05 Tom LaneAdd a very specific hint for the case that we're unable...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-03 Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-03 Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
2010-08-02 Tom LaneDon't try to force use of -no-cpp-precomp on OS X....
2010-08-02 Tom LaneFix an ancient typo that prevented the detection of...
2010-08-01 Tom LaneBack-patch fix for renaming asyncCommitLSN to asyncXactLSN.
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-07-31 Tom LaneTweak tsmatchsel() so that it examines the structure...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-30 Marc G. Fourniertag for beta4
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-29 Tom LaneClean up some inconsistencies in the volatility marking...
2010-07-29 Peter EisentrautTranslation updates for 9.0beta4
2010-07-29 Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29 Robert HaasFix possible page corruption by ALTER TABLE .. SET...
2010-07-28 Tom LaneFix oversight in new EvalPlanQual logic: the second...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-28 Peter EisentrautShow psql timing output even in quiet mode
2010-07-27 Alvaro HerreraEnsure $_SHARED is declared in the main:: namespace...
2010-07-23 Peter EisentrautAdd more checks against altering typed tables
2010-07-23 Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-20 Bruce MomjianProperly replay CREATE TABLESPACE during crash recovery...
2010-07-18 Tom LaneRemove unnecessary "Not safe to send CSV data" complain...
2010-07-18 Tom LaneAllow ORDER BY/GROUP BY/etc items to match targetlist...
2010-07-14 Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-13 Heikki LinnakangasOops, in the previous fix to prevent a cursor that...
2010-07-09 Tom LaneAvoid an Assert failure in deconstruct_array() by makin...
2010-07-09 Tom LaneFix ruleutils' get_variable() to print something useful...
2010-07-09 Marc G. Fourniertag beta3
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
2010-07-08 Tom LaneMinor kibitzing on previous patch: no need to run check...
2010-07-08 Peter EisentrautInstall safeguard against running PL/Python 2 and 3...
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Tom LaneUpdate obsolete comment. Noted by Josh Tolley.
2010-07-08 Tom LaneFix variant float8 expected files to have exactly the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-08 Tom LaneFix "cannot handle unplanned sub-select" error that...
next