]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-11-26  Michael MeskesAdded dynamic cursor names to ecpg. Almost the whole...
2009-11-25  Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-24  Peter EisentrautFix syntax in extract() examples
2009-11-24  Michael MeskesMade function better readable.
2009-11-23  Peter EisentrautAdd PG_MODULE_MAGIC and some missing include files...
2009-11-23  Tom LaneUse diff's -w switch only on Windows, to avoid problems...
2009-11-23  Magnus HaganderAdd missing library to standalone libpq build on Win32.
2009-11-23  Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-11-22  Tom LaneAssorted wordsmithing on the documentation of \pset...
2009-11-22  Tom LaneAdjust expected-results spacing per buildfarm results.
2009-11-22  Tom LaneRemove -w (--ignore-all-space) option from pg_regress...
2009-11-22  Heikki LinnakangasRemove superfluous curly brace, fixing compilation...
2009-11-22  Tom LaneOoops, forgot to check the libxml cases for psql output...
2009-11-22  Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-21  Peter EisentrautIgnore UTF-8-encoded Unicode byte-order mark at the...
2009-11-21  Tom LaneRefactor ecpg grammar so that it uses the core grammar...
2009-11-20  Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-19  Peter EisentrautTypo: dump -> restore
2009-11-19  Tom LaneFix memory leak in syslogger: logfile_rotate() would...
2009-11-18  Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-16  Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-16  Tom LaneWhile doing the final setrefs.c pass over a plan tree...
2009-11-15  Peter EisentrautMake text search parser accept underscores in XML attri...
2009-11-15  Tom LaneImprove planning of Materialize nodes inserted atop...
2009-11-14  Tom LaneMake unaccent's install/uninstall scripts look more...
2009-11-14  Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-13  Tom LaneClean up a couple of bizarre code formatting choices...
2009-11-13  Tom LaneAvoid assuming that enum CreateStmtLikeOption is unsign...
2009-11-13  Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-13  Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
2009-11-13  Heikki LinnakangasWhen you do "ARRAY[...]::domain", where domain is a...
2009-11-13  Teodor SigaevFix multicolumn GIN's wrong results with fastupdate...
2009-11-12  Tom LaneThe recent patch to log changes in postgresql.conf...
2009-11-12  Tom LaneCheck for C/POSIX before assuming that nl_langinfo...
2009-11-12  Tom LaneMake initdb behave sanely when the selected locale...
2009-11-12  Tom LaneRemove pg_parse_string_token() --- not needed anymore.
2009-11-12  Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-11  Peter EisentrautIn psql \du, separate the role attributes by comma...
2009-11-11  Alvaro HerreraChange "name" nonterminal in cursor-related productions...
2009-11-11  Alvaro HerreraDocument the previous FETCH and MOVE changes.
2009-11-11  Alvaro HerreraSupport optional FROM/IN in FETCH and MOVE
2009-11-10  Tom LaneDo not build psql's flex module on its own, but instead...
2009-11-10  Tom LaneRevert the temporary patch to work around Snow Leopard...
2009-11-10  Bruce Momjianinterval_abs():
2009-11-10  Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-11-10  Bruce MomjianDIAGNOSTICS/FOUND wording
2009-11-10  Tom LaneMore incremental refactoring in plpgsql: get rid of...
2009-11-10  Bruce MomjianPL/pgSQL FOUND
2009-11-09  Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-09  Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-09  Tom LaneModernize plpgsql's handling of parse locations, making...
2009-11-07  Tom LaneRemove ancient text file containing plpgsql installatio...
2009-11-07  Tom LaneRearrange plpgsql parsing to simplify and speed it...
2009-11-06  Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-11-06  Tom LaneChange plpgsql from using textual substitution to inser...
2009-11-05  Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-05  Peter Eisentrautreenable -> re-enable
2009-11-05  Tom LaneRemove plpgsql's RENAME declaration, which has bizarre...
2009-11-05  Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-11-04  Tom LaneRename some encoding conversion modules to keep pathnam...
2009-11-04  Tom LaneMake expression locations for LIKE and SIMILAR TO const...
2009-11-04  Tom LaneAdd support for invoking parser callback hooks via...
2009-11-04  Heikki LinnakangasDisable triggering failover with a signal in pg_standby...
2009-11-04  Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-11-03  Peter EisentrautBuild bzip2 tarball in dist target as well
2009-11-03  Peter EisentrautFix regression tests for psql \d view patch
2009-11-03  Peter EisentrautImprove PL/Python elog output
2009-11-03  Peter EisentrautIn psql, show view definition only with \d+, not with \d
2009-11-03  Peter EisentrautFix obscure segfault condition in PL/Python
2009-11-01  Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01  Tom LaneFix two serious bugs introduced into hash indexes by...
2009-10-31  Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-10-31  Tom LaneImplement parser hooks for processing ColumnRef and...
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...
next