summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-05-21Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-02-12Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crashTom Lane
2006-02-12Stamp releases for 2006-02-14 releaseBruce Momjian
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-05Stamp release 7.4.11.Bruce Momjian
2006-01-05Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane
2006-01-05Add port support for unsetenv() in back branches. Needed for localeTom Lane
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-12-09Stamp 7.4.10.Tom Lane
2005-10-03Stamp release 7.4.9.Tom Lane
2005-09-28Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane
2005-08-25Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-06-18When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-05-05Stamp release 7.4.8.Tom Lane
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-02-06Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane
2005-01-30Stamp release 7.4.7.Tom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2004-10-22Stamp release 7.4.6.REL7_4_6Tom Lane
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-08-18Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane
2004-08-15Stamp 7.4.4.REL7_4_4Tom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-06-11Stamp 7.4.3. Still need release notes.Bruce Momjian
2004-06-05Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitializedTom Lane
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-05Brand 7.4.2. Release notes still need work.Bruce Momjian
2004-03-02Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane
2004-02-24anyarray really needs to be declared with typalign = 'd', so that entriesTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-11Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian
2004-01-22Fix oversight in optimization that avoids an unnecessary projection stepTom Lane
2003-12-18Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane
2003-12-18Ensure set-returning functions in the targetlist of a plan node will beTom Lane
2003-12-13Stamp 7.4.1.Bruce Momjian
2003-12-03Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane
2003-12-02The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian
2003-11-25Install all the headers files that the ones that are already installedPeter Eisentraut
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-13Update win32 include file on 7.4 branch.Bruce Momjian
2003-11-11Fix thinko in reltime and tinterval operator classes that I added aTom Lane
2003-11-07Cause stats processes to detach from shared memory when started, so thatTom Lane