summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-05-19Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples duringTom Lane
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-05-08Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian
2006-04-26Fix SELECT INTO and CREATE TABLE AS to create tables in the defaultBruce Momjian
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-04-13Fix similar_escape() so that SIMILAR TO works properly for patterns involvingTom Lane
2006-03-29TablespaceCreateDbspace should function normally even on platforms that do notTom Lane
2006-03-28Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane
2006-03-19Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes
2006-03-18The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04Minor teak.Tatsuo Ishii
2006-03-04Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian
2006-02-24make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan
2006-02-20Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway
2006-02-14Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane
2006-02-13Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom 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-02-10Check that SID is enabled while checking for Windows admin privileges.Tom Lane
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-09Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane
2006-02-09Reject out-of-range dates in date_in().Tom Lane
2006-02-05Fix pg_restore to properly discard COPY data when trying to continueTom Lane
2006-02-01Fix const cast in get_progname().Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2006-01-30Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane
2006-01-28Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan
2006-01-26Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane
2006-01-21Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.Bruce Momjian
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian
2006-01-19Avoid crashing if relcache flush occurs while trying to load data into anTom Lane
2006-01-19Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian
2006-01-19It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane
2006-01-17Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane
2006-01-15When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway
2006-01-14Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut
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-10Fix pg_tzset() to ensure that 'lclmem' (the static variable holdingTom Lane
2006-01-10In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-08Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan
2006-01-07Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane
2006-01-06Fix failure to apply domain constraints to a NULL constant that's added toTom Lane