]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-12-15  Bruce MomjianImprove comment about why sleep is used by pg_standby...
2008-12-15  Bruce MomjianAdd documentation that pg_standby sleeps on Win32 becau...
2008-12-15  Bruce MomjianAdd comment about GNUWin32's cp not having the file...
2008-12-15  Tom LaneCode review for CREATE OR REPLACE VIEW patch. Do thing...
2008-12-15  Bruce MomjianAdd missing 'break' in Win32 switch statement, reported...
2008-12-15  Tom LaneFix cast-away-const problem as well as bogus calculatio...
2008-12-15  Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-15  Michael MeskesDo not try to change a const variable.
2008-12-15  Tom LaneReduce the scaling factor for attstattarget to number...
2008-12-15  Tom LaneRemove our dependencies on MB_CUR_MAX in favor of belie...
2008-12-15  Magnus HaganderSupport specifying filename for SSL certificate, key...
2008-12-14  Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-14  Magnus HaganderReplace both send and receive BIO routines in the SSL...
2008-12-13  Tom LaneIncrease the default value of default_statistics_target...
2008-12-13  Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13  Tom LaneFix failure to ensure that a snapshot is available...
2008-12-12  Alvaro HerreraReduce some rel.h inclusions, and add pg_list.h to...
2008-12-12  Michael MeskesUsing clause has to accept signed numeric constants...
2008-12-11  Tom LaneTo reduce confusion over whether VACUUM FULL is needed...
2008-12-11  Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-12-11  Peter EisentrautMove carefully obscured SunOS 4 specific #include out...
2008-12-11  Peter EisentrautAppend major version number and for libraries soname...
2008-12-10  Tom LaneTweak the tree descent loop in fsm_search_avail to...
2008-12-10  Bruce MomjianUpdate journaling performance docs based on comments...
2008-12-09  Tom LaneAdd a specific example of parenthesizing when extractin...
2008-12-09  Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09  Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-08  Magnus HaganderClearify how processes are started by autovacuum, and...
2008-12-08  Tom LaneTeach pgstat_vacuum_stat to not bother scanning pg_proc...
2008-12-08  Magnus HaganderAdd note that autovacuum can use up several times maint...
2008-12-08  Tom LaneDon't try to optimize EXISTS subqueries with empty...
2008-12-07  Alvaro HerreraDesultorily enclose programlisting tags in CDATA, to...
2008-12-07  Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-12-06  Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-06  Bruce MomjianDocument that non-data journaling is a recommended...
2008-12-06  Heikki LinnakangasMAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderDat...
2008-12-05  Peter EisentrautBetter descriptions in pg_get_keywords(), consistent...
2008-12-04  Peter EisentrautDefault values for function arguments
2008-12-04  Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-12-04  Magnus HaganderComment said we don't free the lockarray, and why....
2008-12-04  Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-12-04  Teodor SigaevInitialize GISTScanOpaque->qual_ok even if there is...
2008-12-04  Peter EisentrautCall genhtml with --prefix option so local build paths...
2008-12-04  Bruce MomjianFix typo in recent SSL unload patch.
2008-12-03  Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
2008-12-03  Heikki LinnakangasForgot to bump catalog version in the visibility map...
2008-12-03  Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-12-03  Peter EisentrautUpdate key words table to 8.4 and SQL:2008.
2008-12-03  Heikki LinnakangasSmall comment fixes.
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...
next