]> granicus.if.org Git - postgresql/history - src
Fix up some problems in handling of zic-style time zone names in datetime
[postgresql] / src /
2006-10-17 Tom LaneFix up some problems in handling of zic-style time...
2006-10-17 Tom LaneFix unexpected side-effect of changes for case insensit...
2006-10-16 Peter EisentrautRemove use of whrandom module, which was removed in...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2006-10-16 Bruce MomjianRemove use of '<' and '>' in SGML, use '&' escapes.
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
2006-10-15 Tom LaneAdjust plperl to ensure that all strings and hash keys...
2006-10-14 Tom LaneCode review for --no-data-for-failed-tables patch....
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-10-13 Bruce MomjianFix test_fsync compile on MinGW(win32)
2006-10-13 Teodor SigaevFix infinite sleep and failes of send in Win32.
2006-10-12 Tom LaneFix mishandling of after-trigger state when a SQL funct...
2006-10-12 Tom LaneUse Min() instead of min() in qsort, for consistency...
2006-10-12 Tom LaneRemove somebody's ill-considered free() call, per repor...
2006-10-11 Bruce MomjianUpdate pg_hba.conf comment about documentation section.
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-10 Bruce MomjianMSVC/BCC Win32 compiler fixes.
2006-10-10 Bruce MomjianTypo fix.
2006-10-10 Bruce MomjianAdd release checklist item:
2006-10-09 Tom LaneRevise psql pattern-matching switches as per discussion...
2006-10-09 Tom LaneMove processNamePattern into dumputils.c in preparation...
2006-10-08 Tom LaneUpdate Darwin dlopen() support to avoid deprecation...
2006-10-08 Bruce MomjianAdd include needed for new getrusage() call.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-10-08 Bruce MomjianUpdate comments for pgcvslog, -r BASE does not work...
2006-10-07 Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-07 Peter EisentrautAdded missing entry (CASCADED) in keywords table.
2006-10-07 Tom LaneFix thinko in comment.
2006-10-07 Peter EisentrautThe -X option in pg_dump was supposed to be a workaroun...
2006-10-07 Tom LaneWhen planning a query at Bind time, be careful to pass...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-07 Tom LaneAdjust HINT for stack depth limit to mention checking...
2006-10-07 Tom LaneFix string_to_array() to correctly handle the case...
2006-10-06 Tom LaneFix bcc32.mak to create and remove pg_config_os.h prope...
2006-10-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-05 Tom LaneCleanup for pglz_compress code: remove dead code, const...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-05 Tom LaneWork around buggy strtod on (some versions of?) IRIX...
2006-10-05 Tom LaneSecond try at fixing libedit configuration for Bob...
2006-10-04 Bruce MomjianUpdate Solaris strtod() bug comment.
2006-10-04 Bruce MomjianUpdate Solaris strtol() bug comment.
2006-10-04 Tom LaneAdjust configure's handling of libedit to not look...
2006-10-04 Bruce MomjianExclude pgindent from affecting the ecpg regression...
2006-10-04 Tom LaneFix initdb's logic for picking shared_buffers/max_fsm_p...
2006-10-04 Tom LaneFix comment to agree with presentation.
2006-10-04 Tom LaneAdd qsort and qsort_arg to MSVC list of src/port files.
2006-10-04 Michael MeskesReverted changes made by pgindent
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-04 Bruce MomjianUdpate typedefs for pgindent.
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-10-03 Bruce Momjianpgevent fixes:
2006-10-03 Bruce MomjianUpdate typedef list for 8.2 pgindent run.
2006-10-03 Bruce MomjianFix yesno_prompt() memory leak in /script tools, report...
2006-10-03 Bruce MomjianImprove numeric overflow error message.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-10-03 Bruce MomjianCleanup pgwin32_open() 'if' test, and avoid possible...
2006-10-03 Tom LaneRearrange MSVC errcode hack, fix incorrect _MSC_VER...
2006-10-03 Bruce MomjianMove WIN32_ONLY_COMPILER define from c.h to win32.h...
2006-10-03 Bruce MomjianMention in postgresql.conf that autovacuum also needs
2006-10-02 Bruce MomjianAdd URL about strlcpy() creation history.
2006-10-02 Tom LaneProperly handle the case where strlcpy() exists in...
2006-10-01 Tom LaneMake some marginal performance improvements in reportEr...
2006-10-01 Tom LaneDo a CHECK_FOR_INTERRUPTS after emitting a message...
2006-10-01 Tom LaneFix overly enthusiastic Assert introduced in 8.1: it...
2006-09-30 Bruce MomjianBSD/OS doesn't have a prototype for strlcpy() but has...
2006-09-29 Tom LaneAllow assignment to array elements not contiguous with...
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-28 Tom LaneFix a couple other places that need to know about ...
2006-09-27 Tom LaneOops, forgot that libpq needs extra steps to make use...
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-27 Tom LaneAdd strlcpy() to the set of functions supported by...
2006-09-27 Tom LaneFix some misuses of strncat().
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-09-26 Alvaro HerreraDegrade the transaction-id wraparound point message...
2006-09-26 Michael MeskesAdded new files
2006-09-26 Michael MeskesAdded Joachim's changes for MinGW.
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-25 Tom LaneAdd a check to prevent overwriting valid data if smgrnb...
2006-09-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-09-24 Tom LaneFix incorrect mapping of fopen mode 'a' in recently...
2006-09-24 Tom LaneCause pg_regress to invoke the temporary postmaster...
2006-09-24 Tom LaneSuppress useless warning on pre-XP versions of Windows...
2006-09-23 PostgreSQL DaemonTag us Beta1 REL8_2_BETA1
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-22 Tom LaneSurely this temp buffer needn't be static.
2006-09-22 Peter EisentrautRearrange yes/no prompting code so that the prompts...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-09-19 Tom LaneFix shared library creation to work properly on AIX...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-18 Tom LaneFix problems with column name list of CREATE TABLE...
2006-09-18 Tom LaneFix CREATE TABLE ... AS VALUES ... to work rather than...
2006-09-17 Tom LaneChange ANALYZE to take ShareUpdateExclusiveLock not...
2006-09-17 Tom LaneMarginal cleanup in arrangements for ensuring StrategyH...
next