]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-12-03  Heikki LinnakangasIf pg_stop_backup() is called just after switching...
2008-12-02  Magnus HaganderDocumentation for wildcard certificates patch
2008-12-02  Heikki LinnakangasUse PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in...
2008-12-02  Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-12-02  Alvaro HerreraMinor code embellishments.
2008-12-01  Tom LaneFix an oversight in the code that makes transitive...
2008-12-01  Heikki LinnakangasModify the new to_timestamp implementation so that...
2008-12-01  Tom LaneEnsure that the contents of a holdable cursor don't...
2008-12-01  Tom LaneRemove the last traces of --temp-port.
2008-12-01  Michael MeskesRemoved port testing.
2008-12-01  Peter EisentrautAdd braces to clarify syntax synopsis
2008-12-01  Peter EisentrautSmall correction
2008-12-01  Peter Eisentrauttypo
2008-12-01  Tom LaneRefactor crosstab() to build and return a tuplestore...
2008-11-30  Tom LaneFix dblink and tablefunc to not return with the wrong...
2008-11-30  Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-30  Tom LaneAdd a "LIKE = typename" clause to CREATE TYPE for base...
2008-11-30  Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-11-29  Tom LaneFix recently-added array_agg tests to ensure they produ...
2008-11-29  Tom LaneMake sure we give an appropriate user-facing error...
2008-11-28  Tom LanePartial fix for fallout from temp-port changes. ecpg...
2008-11-28  Tom LaneFix an oversight in uninstall_isn.sql: must drop operat...
2008-11-28  Tom LaneMy recent fix for semijoin planning didn't actually...
2008-11-28  Tom LaneCosmetic cleanups in contrib/isn (doesn't fix the passb...
2008-11-28  Magnus HaganderSupport regular expressions in pg_ident.conf.
2008-11-28  Peter EisentrautReduce risk of accidentally running temp-install regres...
2008-11-27  Heikki LinnakangasFix bug in the tsvector stats collection function,...
2008-11-27  Heikki LinnakangasFix obsolete comment regarding FSM truncation.
2008-11-27  Heikki LinnakangasDon't force creation of the FSM on searches. It will...
2008-11-27  Peter EisentrautAdd that PL/Java is an implementation of SQL/JRT, and...
2008-11-27  Peter EisentrautDrop CLI related features from the list, since we don...
2008-11-27  Peter EisentrautMark features related to WITH/SELECT as supported.
2008-11-27  Heikki LinnakangasFix #ifdeffed debugging code to work with relation...
2008-11-27  Tom LaneTweak wording of DISCARD ALL description to avoid givin...
2008-11-27  Tom LaneFix minor memory leak introduced in recent SQL-function...
2008-11-26  Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-26  Michael Meskesinterval.c needs limits.h
2008-11-26  Michael MeskesApplied patch by Ron Mayer <rm_pg@cheapcomplexdevices...
2008-11-26  Tom LaneTweak new PQExpBufferBroken macro to suppress warnings...
2008-11-26  Michael MeskesRemoved strchrnul
2008-11-26  Tom LaneLet's see if using -c instead of -- style fixes the...
2008-11-26  Michael MeskesWhen creating a varchar struct name braces must be...
2008-11-26  Peter Eisentrautconfigure check for docbook2man program, used in the...
2008-11-26  Peter EisentrautFeature F442 "Mixed column references in set functions...
2008-11-26  Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-26  Tom LaneMake DISCARD ALL discard advisory locks, too. Marko...
2008-11-26  Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-11-25  Tom Laneinformation_schema.key_column_usage.position_in_unique_...
2008-11-25  Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
2008-11-25  Tom LaneRemove PGINTERVALSTYLE from the set of special environm...
2008-11-25  Tom LaneOmit src/port/pipe.c on non-Windows platforms. It...
2008-11-25  Peter EisentrautIf pg_ctl stop fails, print an error message and exit...
2008-11-24  Magnus HaganderDisable FNM_CASEFOLD. Need a proper solution later...
2008-11-24  Peter EisentrautMove FAQ_AIX information to installation instructions.
2008-11-24  Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-24  Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-23  Tom LaneTeach RequestCheckpoint() to wait and retry a few times...
2008-11-22  Tom LaneSwitch the planner over to treating qualifications...
2008-11-21  Tom LaneMinor copy-editing.
2008-11-21  Magnus HaganderFix a few more format argument warnings.
2008-11-21  Magnus HaganderDocument which GUC settings are enums and not strings...
2008-11-21  Magnus HaganderDocs update for enumvals patch.
2008-11-21  Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-21  Peter EisentrautInclude the platform "FAQs" into the installation instr...
2008-11-21  Peter EisentrautUse relation_expr for TABLE command, requested by Tom.
2008-11-20  Tom LaneNote that the example aggregate array_accum is comparab...
2008-11-20  Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-20  Tom LaneFix breakage of bitmap scan plan creation for special...
2008-11-20  Magnus HaganderDon't pass strings directly to errdetail() and errhint...
2008-11-20  Magnus HaganderSilence compiler warning about ignored return value...
2008-11-20  Peter EisentrautTABLE command
2008-11-20  Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20  Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-19  Peter EisentrautAdd WITH as a refname to the SELECT reference page.
2008-11-19  Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-19  Teodor SigaevFix compiler warning "res may be used uninitialized...
2008-11-19  Peter EisentrautChange this script to Perl 5 style. Add support for...
2008-11-19  Bruce MomjianAdd "Most Common Implementation" row to high availablit...
2008-11-19  Tom LaneAdd auto-explain contrib module for automatic logging...
2008-11-19  Tom LaneFix define_custom_variable so that SUSET custom variabl...
2008-11-19  Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-18  Magnus HaganderAdd required include to build with cygwin.
2008-11-18  Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-11-17  Bruce MomjianDocument that Bucardo is an example of mulit-master...
2008-11-17  Teodor SigaevReplace plain-memory ordered array by binary tree in...
2008-11-16  Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15  Tom LaneAdd missing dependencies to preproc.y build rule
2008-11-15  Andrew DunstanAdd missing semicolon, per grip from Alex Hunsaker.
2008-11-15  Peter EisentrautFix crash of xmlconcat(NULL)
2008-11-15  Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14  Tom LaneDocument a gotcha that happens on Windows when using...
2008-11-14  Magnus HaganderExclude contrib/intagg from the list of MSVC project...
2008-11-14  Tom LaneOne more hack to see if we can get the cygwin machines...
2008-11-14  Tom LaneSecond try at fixing DLLIMPORT problem for pg_crc.h...
2008-11-14  Tom LaneReduce contrib/intagg to a thin wrapper around the...
2008-11-14  Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-11-14  Tom Laneecpg's preproc.y is now generated as needed, so remove...
2008-11-14  Tom LaneMake CREATE CONVERSION verify that a putative encoding...
2008-11-14  Tom LaneImprove comment about when to clean generated files.
2008-11-14  Michael MeskesEnable script to generate preproc.y in build process.
next