]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-05-14  Magnus HaganderRemove the special variable for open_sync_bit used...
2008-05-14  Magnus HaganderMake the win32 implementation of getrusage() return...
2008-05-14  Bruce MomjianRemove odd duplicate wording in psql pager section.
2008-05-13  Tom LaneImprove plpgsql's RAISE command. It is now possible...
2008-05-13  Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-13  Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-05-13  Alvaro HerreraChange \du to use the new printTable API, improving...
2008-05-13  Alvaro HerreraFix a bug in the previous patch, which caused the title...
2008-05-12  Alvaro HerreraImprove psql's internal print.c code by introducing...
2008-05-12  Bruce MomjianTodo done:
2008-05-12  Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12  Magnus HaganderFix breakage by the wal_sync_method patch in installati...
2008-05-12  Michael MeskesCheck for non-existant connection in prepare statement...
2008-05-12  Alvaro HerreraDocument that "ROLLBACK TO savepoint" does not un-close...
2008-05-12  Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12  Magnus HaganderReport which WAL sync method we are trying to change...
2008-05-12  Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12  Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-10  Andrew DunstanRemaining pieces of fix for contrib makefiles
2008-05-10  Tom LaneRestore psql's former behavior that padding spaces...
2008-05-10  Bruce MomjianAdd URL for:
2008-05-10  Bruce MomjianAdd to TODO:
2008-05-10  Bruce MomjianAdd URL for:
2008-05-10  Bruce MomjianUpdate alternative output regression files for new...
2008-05-10  Bruce MomjianAdd TODO item:
2008-05-10  Bruce MomjianTODOs done:
2008-05-09  Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-09  Bruce MomjianAdjust power() error messages to be more descriptive.
2008-05-09  Andrew DunstanImprove logic for finding object files on OBJS lines...
2008-05-09  Tom LaneGive a warning if -s switch is used with a non-custom...
2008-05-09  Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-09  Bruce MomjianUpdate C comments to mention SQL:2003 handling of power...
2008-05-09  Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09  Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-05-09  Tom LaneFix bogus expected output that should have made it...
2008-05-09  Tom LaneFix memory stomp that's turning the whole buildfarm...
2008-05-09  Bruce MomjianAdd to TODO:
2008-05-08  Bruce MomjianAdd regression test for various power expressions with...
2008-05-08  Bruce MomjianHave numeric 0 ^ 4.3 return 1, rather than an error...
2008-05-08  Bruce MomjianHave psql output tab as the proper number of spaces...
2008-05-08  Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-05-08  Tom LaneFix contrib/xml2 makefile to not override CFLAGS, and...
2008-05-08  Tom LaneFix rules regression test for recent pg_stat_activity...
2008-05-08  Magnus HaganderMake the new pg_stat_get_activity use OUT parameters...
2008-05-08  Bruce MomjianUpdate TODO wording:
2008-05-08  Bruce MomjianAdd to TODO:
2008-05-08  Bruce MomjianAdd to TODO:
2008-05-08  Bruce MomjianRemove OID/foreign key mention in psql variable interpo...
2008-05-07  Alvaro HerreraAdd Simon Riggs' email address.
2008-05-07  Bruce MomjianMove Client Authentication right after Server Configura...
2008-05-07  Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-05-07  Bruce MomjianFix TODO typo.
2008-05-07  Bruce MomjianAdd URL for
2008-05-07  Bruce MomjianUpdate TODO wording:
2008-05-07  Bruce MomjianAdd item, make text search section:
2008-05-07  Bruce MomjianHave boolean pset values checked against typical boolea...
2008-05-07  Tom LaneThe CONSTROID syscache should show conrelid as a relati...
2008-05-07  Tom LaneConvert the list of syscache names from a series of...
2008-05-06  Bruce MomjianPoint to our download URL, rather than listing interfac...
2008-05-06  Bruce MomjianUpdate libpqxx URL in README.
2008-05-06  Bruce MomjianDone:
2008-05-06  Bruce MomjianDone:
2008-05-05  Magnus HaganderAdd more dependencies from libpgport required by
2008-05-05  Andrew DunstanDocument extra information provided by psql's \dT+...
2008-05-05  Andrew DunstanDisplay ACLS using multiple lines for psql's \z. Brenda...
2008-05-05  Andrew DunstanShow enum values in psql's \dt+. David Fetter.
2008-05-04  Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04  Tom LaneAdd pg_conf_load_time() function to report when the...
2008-05-04  Tom LaneUse new cstring/text conversion functions in some addit...
2008-05-04  Andrew Dunstanadd ; missing due to my carelessness
2008-05-04  Andrew DunstanPlace statement timeout more appropriately, per gripe...
2008-05-03  Andrew DunstanDisable statement timeouts while making or restoring...
2008-05-03  Tom LaneThe 8.2 patch that added support for an alias on the...
2008-05-03  Tom LaneFix plpython to not get totally confused by OUT argumen...
2008-05-03  Andrew DunstanProvide for MSVC config equivalents of recently added...
2008-05-03  Tom LaneSupport RETURN QUERY EXECUTE in plpgsql.
2008-05-02  Tom LaneUpdate documentation for psql relation-size-in-\dt...
2008-05-02  Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-02  Tom LaneExtend yesterday's patch making BLCKSZ and RELSEG_SIZE...
2008-05-02  Peter EisentrautMake the AWK default value also take effect if $AWK...
2008-05-02  Heikki LinnakangasShow relation size in verbose (e.g. \d+) output.
2008-05-02  Peter EisentrautOne-letter backslash commands now need a space before...
2008-05-02  Tom LaneSigh ... pg_config.h.win32 needs to define BLCKSZ and...
2008-05-02  Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-05-01  Tom LaneAdd SGT (Singapore time) to the default list of known...
2008-05-01  Tom LaneMake the minimum allowed value of work_mem be 64KB...
2008-04-30  Tom LaneFix nodeTidscan.c to not trigger an error if the block...
2008-04-30  Alvaro HerreraAdd example showing how to remove a password from a...
2008-04-29  Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29  Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-29  Alvaro HerreraRemove typename from A_Const.
2008-04-29  Alvaro HerreraFix volatility marking for the generate_series and...
2008-04-28  Tom LaneIncrease the statement_timeout value used in the prepar...
2008-04-28  Bruce MomjianUpdate comment for 8.4:
2008-04-28  Tom LaneFix broken configure test for libxslt: it was probing...
2008-04-28  Alvaro HerreraBump the catversion for the previous patch.
2008-04-28  Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-27  Alvaro HerreraAdd SGML ID attributes to the arrays subsections, and...
2008-04-26  Tom LaneCode review for recent patch to terminate online backup...
2008-04-25  Bruce MomjianAdd URL for:
next