]> granicus.if.org Git - postgresql/history - src
Document which versions of ActivePerl and ActiveTcl are required
[postgresql] / src /
2008-07-26 Tom LaneAs noted by Andrew Gierth, there's really no need any...
2008-07-24 Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-24 Tom LaneRemove some redundant tests and improve comments in...
2008-07-23 Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-07-21 Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-21 Tom LaneAdd comment about the two different query strings that...
2008-07-21 Tom LaneCode review for array_fill patch: fix inadequate check...
2008-07-20 Tom LaneAdd a pg_dump option --lock-wait-timeout to allow faili...
2008-07-20 Bruce MomjianRevert patch so .psqlrc can suppress startup banner:
2008-07-19 Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-07-18 Tom LaneProvide a function hook to let plug-ins get control...
2008-07-18 Bruce MomjianIn psql, run .psqlrc _after_ printing warnings and...
2008-07-18 Tom LaneFix a race condition that I introduced into sinvaladt...
2008-07-18 Tom LaneSuppress compiler warning, and not incidentally make...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-17 Alvaro HerreraAdd MSVC++ debug libraries to .cvsignore.
2008-07-17 Alvaro HerreraAvoid crashing when a table is deleted while we're...
2008-07-17 Tom LaneAdd dump support for SortBy nodes. Needed this while...
2008-07-16 Tom LaneFix previous patch so that it actually works --- consid...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Bruce MomjianAllow TRUNCATE foo, foo to succeed, per report from...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-15 Bruce MomjianAddendum: psql sequence value display patch was origin...
2008-07-15 Bruce MomjianHave psql \d show the value of sequence columns.
2008-07-14 Bruce MomjianAdd comment about literal strings in our syntax not...
2008-07-14 Bruce MomjianAdd column storage type to psql \d+ display.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-07-14 Tom LaneClean up buildfarm failures arising from the seemingly...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-12 Tom LaneDon't make --enable-cassert turn on RANDOMIZE_ALLOCATED...
2008-07-12 Tom LaneConst-ify the arguments of str_tolower() and friends...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-11 Neil ConwayFix a few typos in comments in snapmgr.c, and sort...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-07-09 Tom LaneIncrease PG_SYSLOG_LIMIT (the max line length sent...
2008-07-08 Tom LaneFix performance bug in write_syslog(): the code to...
2008-07-08 Neil ConwayMinor improvements to the Gin internal documentation.
2008-07-08 Bruce MomjianAdd comment for deadlock_timeout:
2008-07-07 Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-07-07 Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-07-06 Tom LanePrevent integer overflows during units conversion when...
2008-07-04 Teodor SigaevFix initialization of GinScanEntryData.partialMatch
2008-07-04 Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-07-03 Peter EisentrautDon't refer to the database name "regression" inside...
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.
2008-07-03 Peter EisentrautClean up weird whitespace. Separate patch to simplifiy...
2008-07-03 Tom LaneFix psql's \d and allied commands to work with all...
2008-07-03 Bruce MomjianUpdate source code comment about when to use gettext_no...
2008-07-03 Tom LaneFix transaction-lifespan memory leak in xpath(). Repor...
2008-07-01 Tom LaneRemove GUC extra_desc strings that are redundant with...
2008-07-01 Heikki LinnakangasMove volatility, language, etc. modifiers before functi...
2008-07-01 Heikki LinnakangasExtend VacAttrStats to allow typanalyze functions to...
2008-07-01 Magnus Hagander"debug" level was supposed to be hidden, since it's...
2008-07-01 Magnus HaganderSplit apart message_level_options into one set for...
2008-07-01 Tom LaneFix identify_system_timezone() so that it tests the...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-07-01 Bruce MomjianIssue psql connection warnings on connection start...
2008-06-30 Bruce MomjianFix recovery.conf boolean variables to take the same...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-29 Tom LaneRemove unnecessary coziness of GIN code with datum...
2008-06-28 Tom LaneIf pnstrdup is going to be promoted to a generally...
2008-06-27 Tom LaneConsider a clause to be outerjoin_delayed if it referen...
2008-06-27 Magnus HaganderFix standalone libpq build on win32.
2008-06-27 Tom LaneImprove planner's estimation of the size of an append...
2008-06-26 Bruce MomjianFix pg_ctl bug where detection of binary location from...
2008-06-26 Teodor SigaevFix bug "select lower('asd') = 'asd'" returns false...
2008-06-26 Michael MeskesSynced parser
2008-06-26 Bruce MomjianSimplify 'pg_ctl restart' detection of first argument in
2008-06-26 Bruce MomjianFix 'pg_ctl restart' to preserve command-line arguments.
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-26 Bruce MomjianRemove use of postmaster.opts.default by pg_ctl.
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-06-24 Tom LaneOops, make the MSVC build put fmgroids.h where it needs...
2008-06-23 Bruce MomjianAdd libpq comment about how to determine the format...
2008-06-23 Bruce MomjianMerge duplicate upper/lower/initcap() routines in oracl...
2008-06-23 Tom LaneFix Gen_fmgrtab.sh to not rely on hard-wired knowledge...
2008-06-20 Tom LaneSeems I was too optimistic in supposing that sinval...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-19 Tom LaneFix a few places that were non-multibyte-safe in tsearc...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-18 Tom LaneFix compiler warning introduced by recent patch. Tsk...
2008-06-18 Tom LaneImprove error reporting for problems in text search...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-06-17 Tom LaneRemove freeBackends counter from the sinval shared...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-06-17 Bruce MomjianAdd URL for introduction to multibyte programming in C.
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-06-17 Tom LaneFix the code that adds regclass constants to a plan...
2008-06-17 Tom LaneClean up a number of bogosities around pltcl's handling...
next