]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-10-30  Tom LaneMake the overflow guards in ExecChooseHashTableSize...
2009-10-29  Peter EisentrautRemove some leftovers of split tarball support
2009-10-28  Tom LaneUn-break EXPLAIN for Append plans. I messed this up...
2009-10-28  Tom LaneFix \df to re-allow regexp special characters in the...
2009-10-28  Tom LaneFix AcquireRewriteLocks to be sure that it acquires...
2009-10-28  Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27  Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-27  Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-27  Alvaro HerreraFix documentation on the toast.fillfactor reloption...
2009-10-26  Peter EisentrautSimplify a few makefile rules since install-sh can...
2009-10-26  Peter EisentrautCheck errors in for loop
2009-10-26  Heikki LinnakangasFix range check in date_recv that tried to limit accept...
2009-10-26  Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-23  Peter EisentrautWhen querying a table with child tables, do not check...
2009-10-21  Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21  Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-21  Peter EisentrautFinalize 8.5alpha2 release notes, with updates from...
2009-10-20  Peter EisentrautPreliminary release notes for 8.5alpha2
2009-10-20  Peter EisentrautTranslations update for 8.5alpha2
2009-10-20  Peter EisentrautUpdate translation updating procedure. This pertains...
2009-10-17  Magnus HaganderFix typo in previous release as reported by Itagaki...
2009-10-17  Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-10-16  Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-16  Heikki LinnakangasFREEZE and VERBOSE options were in wrong order in the...
2009-10-15  Tom LaneFirst committed version of plpython_unicode_0.out did...
2009-10-15  Michael MeskesMade ECPG more robust against applications freeing...
2009-10-14  Alvaro HerreraAvoid using trivial usernames in foreign_data regressio...
2009-10-14  Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-14  Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14  Peter EisentrautIn the configure check for the Python distutils module...
2009-10-14  Peter EisentrautAdd alternative expected file for unicode test for...
2009-10-14  Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-13  Peter EisentrautReplace unmatched " by " to avoid throwing off...
2009-10-13  Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-13  Tom LaneFix ts_stat's failure on empty tsvector.
2009-10-13  Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-13  Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12  Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12  Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
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....
next