summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-12Update release notes for 2006-02-14 releaseBruce Momjian
2006-01-21Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane
2006-01-12We neglected to apply domain constraints on UNKNOWN parameters toNeil Conway
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-12Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-06Fix failure to apply domain constraints to a NULL constant that's added toTom Lane
2006-01-06Release-note updates and copy editing.REL7_4_11Tom Lane
2006-01-06Generate back-branch configure scripts with the appropriate version of autoconf.Tom Lane
2006-01-05New pgcrypto item wording.Bruce Momjian
2006-01-05Wording improvements.Bruce Momjian
2006-01-05Improve markup.Bruce Momjian
2006-01-05*** empty log message ***Bruce Momjian
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
2006-01-03When the remote query result has a different number of columnsJoe Conway
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-24Fix long standing Asian multibyte charsets bug.Tatsuo Ishii
2005-12-22Adjust string comparison so that only bitwise-equal strings are consideredTom Lane
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-12-09Translation updatesREL7_4_10Peter Eisentraut
2005-12-09Stamp 7.4.10.Tom Lane
2005-12-09Add release notes for back branches (7.3 and up).Tom Lane
2005-12-08Documentation fix: s/event_object_name/event_object_table/gPeter Eisentraut
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-12-06In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfoTom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-12-03Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane
2005-12-01Check for overflow in strtol() while parsing datetime inputs.Tom Lane
2005-11-18Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane
2005-11-16Properly document return value of strpos().Bruce Momjian
2005-11-10When in transaction-aborted state, reject Bind message for portals containingTom Lane
2005-11-03Fix longstanding race condition in transaction log management: there was aTom Lane
2005-10-25Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane
2005-10-20Prevent core dump in contrib version of autovacuum when a table has beenTom Lane
2005-10-20Don't convert debug/notice/warning messages into errors just becauseTom Lane
2005-10-14Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane
2005-10-14[ Backpatch to 7.4.X.]Bruce Momjian
2005-10-12Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane
2005-10-11Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway
2005-10-03COPY's test for read-only transaction was backward; it prohibited COPY TOREL7_4_9Tom Lane
2005-10-03Stamp release 7.4.9.Tom Lane
2005-10-03Update release notes for pending back-branch releases.Tom Lane
2005-09-28Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane
2005-09-25[ Patch to 7.4.X.]Bruce Momjian
2005-09-15Update Snowball. I have to update it because ofTeodor Sigaev
2005-09-12Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr.Neil Conway
2005-09-03Translation updatePeter Eisentraut