]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-07-31 Tom LaneFix parser so that we don't modify the user-written...
2008-07-31 Bruce MomjianAdd URL to:
2008-07-31 Tom LaneRequire superuser privilege to create base types (but...
2008-07-30 Tom LaneAllow I/O conversion casts to be applied to or from...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneAdjust citext to make use of the new ability to declare...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-29 Tom LaneAdd a new, improved version of citext as a contrib...
2008-07-29 Magnus HaganderCleanup reference to config.pl so it makes sense not...
2008-07-29 Magnus HaganderDocument which versions of ActivePerl and ActiveTcl...
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-23 Peter EisentrautAbort if Tcl support was configured and no tcl shell...
2008-07-22 Tom LaneUpdate link to Oleg and Teodor's GIN page.
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 MomjianProperly document archive/restore command examples...
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-18 Bruce MomjianAdd URL for:
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-17 Bruce MomjianAdd to TODO:
2008-07-16 Bruce MomjianAdd URL for:
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 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...
next