summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-08-30Fix missing rows in queryTeodor Sigaev
2005-08-25Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane
2005-08-25Back-patch fix to correctly quote schema names in --no-owner mode.Tom Lane
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2005-08-16Reject operator names >= NAMEDATALEN characters. These will not workTom Lane
2005-08-15array_in() and array_recv() need to be more paranoid about validatingTom Lane
2005-08-15int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane
2005-08-07Fix count_usable_fds() to stop trying to open files once it reachesTom Lane
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-07-17Make pg_regress accept a command-line option for the temporary installation'sTom Lane
2005-07-17Back-patch recent changes to alter the order of -L flags inserted fromTom Lane
2005-07-16ecpglib depends on last_path_separator from src/port/path.c, so we'dTom Lane
2005-07-16Back-patch 8.0's tightening of ORDER BY clauses in join regression test,Tom Lane