]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-07-16 Bruce MomjianAdd to TODO:
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 MomjianFix alignment of SGML array docs.
2008-07-15 Bruce MomjianAdd Swedish_Sweden.1252 Windows locale example to docs.
2008-07-15 Bruce MomjianAddendum: psql sequence value display patch was origin...
2008-07-15 Bruce MomjianAdd to TODO:
2008-07-15 Bruce MomjianAdd TODO:
2008-07-15 Bruce MomjianDone:
2008-07-15 Bruce MomjianHave psql \d show the value of sequence columns.
2008-07-15 Bruce MomjianClarify that locale names on Windows are more verbose.
2008-07-14 Bruce MomjianAdd comment about literal strings in our syntax not...
2008-07-14 Bruce MomjianAdd to TODO:
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 Bruce MomjianDone:
2008-07-14 Bruce MomjianAdd URL for:
2008-07-14 Bruce MomjianDone, per Simon:
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 Tom LaneFix a couple of stray misuses of "binary compatible".
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 Teodor SigaevAdd caching of query to GIN/GiST consistent function.
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 Heikki LinnakangasFix WAL file cutoff point calculation in pg_standby.
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-07 Peter EisentrautAdded documentation for function xmlagg.
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 Joe ConwayWhen an ERROR happens on a dblink remote connection...
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 Bruce MomjianDocumentation patch by Kevin L. McBride explaining...
2008-07-01 Tom LaneRemove GUC extra_desc strings that are redundant with...
2008-07-01 Bruce MomjianAdd URL for:
2008-07-01 Bruce MomjianAdd to TODO:
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 Bruce MomjianAdd psql TODO:
2008-06-30 Bruce MomjianAdd psql TODO item:
2008-06-30 Teodor Sigaevltree support for multibyte encodings. Patch was made by
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-27 Bruce MomjianMention actual function names in documentation of how...
2008-06-27 Bruce MomjianAdd to TODO:
2008-06-27 Tom LaneClarify plpgsql documentation by not treating IF THEN...
2008-06-27 Tom LaneModify the recently-added probe for -Wl,--as-needed...
2008-06-26 Bruce MomjianUse SGML table to show backslash string escapes, rather...
2008-06-26 Bruce MomjianAdd MERGE TODO URL:
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 MomjianAdd TODO about security:
2008-06-26 Bruce MomjianMore FAQ URL updates from Curtis Gallant.
2008-06-26 Bruce MomjianSimplify 'pg_ctl restart' detection of first argument in
2008-06-26 Bruce MomjianUpdate FAQ URLs as suggested by Curtis Gallant.
2008-06-26 Bruce MomjianAdd to TODO:
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 Bruce MomjianTODO item done:
2008-06-24 Tom LaneOops, make the MSVC build put fmgroids.h where it needs...
2008-06-23 Bruce MomjianAdd TODO:
2008-06-23 Bruce MomjianAdd URL for Merge.
2008-06-23 Bruce MomjianBackup wording improvement.
2008-06-23 Bruce MomjianAdd to TODO:
2008-06-23 Bruce MomjianAdd item:
2008-06-23 Bruce MomjianAdd libpq comment about how to determine the format...
next