summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-11Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-03-04Minor teak.Tatsuo Ishii
2006-03-04Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii
2006-02-20Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway
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-21Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom 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-05Stamp release 7.3.13.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-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-15Back-patch 7.4 change to show that freebsd 5 and up don't needTom Lane
2005-12-13Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a duplicate-Tom Lane
2005-12-09Stamp 7.3.12.REL7_3_12Tom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom 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-14Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane
2005-10-12Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane
2005-10-03Stamp release 7.3.11.REL7_3_11Tom Lane
2005-08-30Fix missing rows in queryTeodor Sigaev
2005-08-26Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane
2005-08-16Reject operator names >= NAMEDATALEN characters. These will not workTom Lane
2005-07-18Fix bogus backslash sequences, per Kris Jurka.Tom Lane
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-07-17Adjust alter_table regression test to avoid conflicts with rangefuncsTom Lane
2005-07-16Mark the geometry regression test as an ignorable failure in the pre-7.4Tom Lane
2005-07-14Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane
2005-07-13Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-06-25Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane
2005-06-20plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane
2005-06-14The random selection in function linear() could deliver a value equal to maxTom Lane
2005-06-11Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii
2005-06-05Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-05-31Add test to WAL replay to verify that xl_prev points back to the previousTom Lane
2005-05-29expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane
2005-05-25Fix previous patch to exprTypmod.Tatsuo Ishii
2005-05-24Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane
2005-05-08Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane