]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-10-12  Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12  Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10  Tom LaneImprove similar_escape() in two different ways:
2009-10-10  Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-09  Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08  Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-08  Alvaro HerreraAdd the new psql command \drds to the psql docs, help...
2009-10-08  Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-08  Tom LaneUpdate plhandler.sgml to describe validators and inline...
2009-10-08  Tom LaneSupport use of function argument names to identify...
2009-10-07  Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07  Alvaro HerreraFix snapshot management, take two.
2009-10-06  Peter EisentrautClean up the clean rules of the documentation
2009-10-06  Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-06  Alvaro HerreraReally unbreak maintainer-clean.
2009-10-05  Alvaro HerreraUnbreak doc/src/sgml maintainer-clean rule on VPATH...
2009-10-05  Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-03  Bruce MomjianDocument the purpose of the GUC listen_addresses.
2009-10-03  Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-03  Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02  Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02  Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02  Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-10-02  Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-10-01  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-10-01  Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-30  Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30  Tom LaneAssorted improvements in contrib/hstore.
2009-09-29  Peter EisentrautAdd tooltips to the header links, and make title a...
2009-09-29  Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
2009-09-29  Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-28  Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-28  Michael MeskesAdded some explanation about how the parser is generate...
2009-09-27  Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27  Tom LaneReplace the array-style TupleTable data structure with...
2009-09-27  Tom LaneMake libpq reject non-numeric and out-of-range port...
2009-09-27  Tom LaneSync psql's scanner with recent changes in backend...
2009-09-27  Tom LaneOoops, fix to Genbki.pm for ROWTYPE_OID wasn't quite...
2009-09-27  Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26  Tom LaneHmm, seems a lot of the buildfarm is running versions...
2009-09-26  Tom LaneRevert my ill-considered change that made formrdesc...
2009-09-26  Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-26  Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-09-25  Peter EisentrautPrevent isolated second surrogate in U& syntax
2009-09-25  Peter EisentrautRemove backup states from Unicode escapes patch
2009-09-23  Tom LaneImprove example for DO, per Petr Jelinek.
2009-09-22  Peter EisentrautUnicode escapes in E'...' strings
2009-09-22  Tom LaneImplement the DO statement to support execution of...
2009-09-22  Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21  Peter EisentrautSurrogate pair support for U& string and identifier...
2009-09-21  Bruce Momjianfsync test files
2009-09-21  Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-20  Tom LaneAllow plpgsql IN parameters to be assigned to. Since...
2009-09-19  Tom LaneRemove a couple hundred lines of ugly and tedious-to...
2009-09-19  Tom Lanesql_help.c needs to be cvsignore'd.
2009-09-19  Tom LaneRename new subroutine, per discussion with Robert Haas.
2009-09-19  Peter EisentrautMake the placeholder naming in the synopses of the...
2009-09-19  Andrew DunstanFix MSVC build breakage from psql help changes. Per...
2009-09-18  Tom LaneA bit more wordsmithing on the COPY CSV NULL business.
2009-09-18  Tom LaneMarginal code cleanup in joinpath.c: factor out clause...
2009-09-18  Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-18  Michael MeskesAdded patch by Bernd Helmle <bernd.helmle@credativ...
2009-09-18  Peter EisentrautEasier to translate psql help
2009-09-17  Bruce MomjianCSV NULL Documentation
2009-09-17  Peter EisentrautImprove wording of error message when a postgresql...
2009-09-17  Bruce MomjianCVS NULL Documentation
2009-09-17  Peter EisentrautWhen reloading postgresql.conf, log what parameters...
2009-09-17  Tom LaneImplement "join removal" for cases where the inner...
2009-09-16  Peter Eisentrauterrcontext support in PL/Perl
2009-09-15  Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-09-15  Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-09-15  Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-09-14  Peter EisentrautPrint builds don't actually depend on html target ...
2009-09-13  Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-13  Peter EisentrautFix Unicode support in PL/Python
2009-09-13  Peter EisentrautDocument that autovacuum_max_workers can only be set...
2009-09-13  Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-12  Joe Conwayplug dblink resource leak
2009-09-12  Peter EisentrautAdd Unicode support in PL/Python
2009-09-12  Tom LaneRewrite the planner's handling of materialized plan...
2009-09-12  Tom LaneImprove GRANT reference page's description of object...
2009-09-12  Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-12  Peter EisentrautRemove TODO file; it has been added to the main Todo...
2009-09-12  Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-11  Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-11  Peter EisentrautRemove claim that this chapter discusses rules and...
2009-09-10  Alvaro HerreraAdd note that the logging collector can block backends...
2009-09-10  Tatsuo Ishiipgbench has #defines for number of branches, tellers...
2009-09-10  Heikki LinnakangasOn Windows, when a file is deleted and another process...
2009-09-09  Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-09  Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08  Tom LaneRemove any -arch switches given in ExtUtils::Embed...
2009-09-08  Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08  Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-09-08  Tom LaneRemove outside-the-scanner references to "yyleng".
2009-09-07  Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-06  Tom LaneUpdate the tznames reference files, and add IDT (Israel...
2009-09-05  Tom LaneAdd a note warning that COPY BINARY is very datatype...
2009-09-05  Tom LanePut back "ifeq ($(PORTNAME), solaris)", this time with...
2009-09-04  Tom LaneRevert ill-considered restriction of dtrace support...
next