]> granicus.if.org Git - postgresql/history - src
Use FROM clause in example UPDATE commands where appropriate. Also
[postgresql] / src /
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-12-26 Tom LaneRepair bug #2836: SPI_execute_plan returned zero if...
2006-12-24 Tom LaneMake HISTCONTROL=ignoredups work again (broken by misor...
2006-12-24 Tom LaneBring some order and sanity to error handling in the...
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneSuppress various compiler warnings in new xml code.
2006-12-23 Bruce MomjianRemove unnecessary parentheses in if() statements.
2006-12-23 Bruce MomjianFor GUC values, check for partial string matches on...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautFix expected file.
2006-12-21 Peter EisentrautCatalog version bump for SQL/XML changes.
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-19 Andrew DunstanInterpret a dbName param to PQsetdbLogin as a conninfo...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-12-18 Andrew Dunstanfix thinko in placement of TimeValStruct typedef in...
2006-12-16 Andrew Dunstanenable \timing oputput for \copy commands
2006-12-15 Tom LaneFix some planner bugs exposed by reports from Arjen...
2006-12-15 Tom LanePut JST back into the default set of timezone abbreviat...
2006-12-14 Tom LaneMake --with-ldap build on Unixware, per Olivier Prenant.
2006-12-14 Peter EisentrautRemove Windows port^W^Wobsolete template file.
2006-12-14 Peter EisentrautActivate WIN32_STACK_RLIMIT override only on platforms...
2006-12-13 Tom LanePut back yet another improperly-removed #include, per...
2006-12-12 Tom LaneFix planner to do the right thing when a degenerate...
2006-12-12 Peter EisentrautAllow augmenting CPPFLAGS from the configure command...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-12-08 Tom LaneRemove the logId/logSeg fields from pg_control, because...
2006-12-08 Neil ConwayFix the build for when SHOW_MEMORY_STATS is defined...
2006-12-08 Tom LaneAvoid double free of _SPI_current->tuptable. AtEOSubXa...
2006-12-07 Tom LaneRepair incorrect placement of WHERE clauses when there...
2006-12-06 Tom LaneFix planning of SubLinks to ensure that Vars generated...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-12-06 Neil ConwayVarious improvements to the GUC description strings...
2006-12-04 Bruce MomjianFix pg_dump linking on Win32 with MSVS win32.mak:
2006-12-04 Bruce MomjianPatch of Win32 Encoding problem for server messages...
2006-12-04 Tom LaneRefactor ExecGetJunkAttribute to avoid searching for...
2006-12-03 Tom LaneFix LIMIT/OFFSET for null limit values. This worked...
2006-12-02 Bruce MomjianStamp 8.2, except configure.in.
2006-12-02 Peter EisentrautTranslation updates
2006-12-01 Tom LaneMake the bgwriter's error recovery path do smgrcloseall...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-30 Teodor SigaevFix bug with page deletion. If inner page is removed...
2006-11-29 Alvaro HerreraFix Makefile problem which prevented installation on...
2006-11-29 Tom LaneMore MSVC build support from Magnus.
2006-11-29 Peter EisentrautSpelling fix
2006-11-28 Tom LaneUpdate timezone data to tzdata2006p zic distribution...
2006-11-28 Tom LaneMark to_char(timestamp without timezone) as stable...
2006-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
2006-11-28 Peter EisentrautAdd workaround for localizing May and abbreviated May...
2006-11-28 Michael MeskesAlso install ecpg_config.h
2006-11-28 Tom LaneAdd $(CFLAGS) to the simplified build rule for .so...
2006-11-28 Andrew Dunstanprotect vfprintf from hijacking by Windows gettext...
2006-11-27 Peter EisentrautFix gratuitous message spelling differences
2006-11-25 PostgreSQL Daemonupdate for rc1 REL8_2_RC1
2006-11-25 Bruce MomjianCopy fsync() defines into test_fsync.c, someday place...
2006-11-24 Tom LaneFix psql's \copy command to ensure that it cycles libpq...
2006-11-24 Bruce MomjianRevert (too late in beta):
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-11-24 Peter EisentrautTranslation updates
2006-11-24 Peter EisentrautSeparate release preparation jobs for all releases...
2006-11-24 Bruce MomjianFix to_char() locale handling to honor LC_TIME, not...
2006-11-24 Peter EisentrautKB -> kB
2006-11-23 Bruce MomjianRevert out:
2006-11-23 Bruce MomjianUpdate fsync test to match new O_DIRECT behavior.
2006-11-23 Tom LaneUn-break ecpg regression test.
2006-11-23 Neil ConwayAdd a comment noting that heap_copytuple_with_tuple...
2006-11-23 Bruce MomjianUpdate lock comments for concurrent index creation...
2006-11-23 Bruce MomjianMake ecpg test variable 'times' static so as not to...
2006-11-23 Tom LaneSeveral changes to reduce the probability of running...
2006-11-21 Tom LaneGet rid of retail definitions of HAVE_STRDUP and HAVE_V...
2006-11-21 Tom LaneTranslate Windows' GMT Standard Time/GMT Daylight Time...
2006-11-21 Tom LanePrevent intratransaction memory leak when a subtransact...
2006-11-21 Tom LaneSuppress timezone (%Z) part of timestamp display when...
2006-11-21 Tom LaneFix plpython to work (or at least pass its regression...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Neil ConwayVC build patch from Magnus:
2006-11-21 Andrew Dunstanremove duplicate declaration, per report from Magnus...
2006-11-21 Tom LaneIf SSL negotiation fails and SSLMODE is 'prefer', then...
2006-11-21 Tom LaneChange the default setting for log_min_error_statement...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-11-20 Tom LaneMore MSVC build fixes:
2006-11-20 Tom LaneWhen truncating a relation in-place (eg during VACUUM...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-17 Peter EisentrautSmall message equalization fix
2006-11-16 Peter EisentrautMessage fix
2006-11-16 Peter EisentrautString fix
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-11-12 Neil ConwayFix some typos in comments.
2006-11-11 Tom LaneSuppress a few 'uninitialized variable' warnings that...
2006-11-10 Tom LaneFix pg_get_serial_sequence(), which could incorrectly...
2006-11-10 Tom LaneClean up some misleading references to %p being a full...
2006-11-10 Tom LaneFix errors in key_column_usage.position_in_unique_const...
2006-11-10 Tom LaneFix set_joinrel_size_estimates() to estimate outer...
2006-11-08 Tom LaneChange Windows rename and unlink substitutes so that...
2006-11-08 Tom LaneModify aset.c to track the next intended block allocati...
2006-11-08 Tom LaneTweak accumArrayResult() to double the size of its...
2006-11-08 Tom LaneFix performance issues in replace_text(), replace_text_...
2006-11-08 Michael MeskesApplied patch by Peter Harris to free auto_mem structur...
next