]> granicus.if.org Git - postgresql/history - src/include
Fix breakage by the wal_sync_method patch in installations that use
[postgresql] / src / include /
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-08 Magnus HaganderMake the new pg_stat_get_activity use OUT parameters...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-05-07 Tom LaneConvert the list of syscache names from a series of...
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-05-03 Andrew DunstanProvide for MSVC config equivalents of recently added...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-02 Tom LaneExtend yesterday's patch making BLCKSZ and RELSEG_SIZE...
2008-05-02 Tom LaneSigh ... pg_config.h.win32 needs to define BLCKSZ and...
2008-05-02 Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-04-29 Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-29 Alvaro HerreraFix volatility marking for the generate_series and...
2008-04-28 Alvaro HerreraBump the catversion for the previous patch.
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-04-22 Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21 Magnus HaganderClean up float4byval and float8byval handling by dealin...
2008-04-21 Tom LaneAdd FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17 Tom LaneFix a couple of oversights associated with the "physica...
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-04-04 Magnus HaganderConvert backslash_quote guc to use enum.
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-04-01 Tom LaneAdd SPI-level support for executing SQL commands with...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-03-24 Tom LaneAdjust the recent patch for reporting of deadlocked...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-21 Tom LaneReport the current queries of all backends involved...
2008-03-21 Tom LaneGet rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP condi...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-03-17 Magnus HaganderFix postgres --describe-config for guc enums, breakage...
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-13 Tom LaneFix heap_page_prune's problem with failing to send...
2008-03-11 Tom LaneMake TransactionIdIsInProgress check transam.c's single...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-03-10 Magnus HaganderBump catversion from guc enum patch, which I forgot...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
2008-03-08 Tom LaneRefactor heap_page_prune so that instead of changing...
2008-03-07 Tom LaneThis patch addresses some issues in TOAST compression...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-02-29 Alvaro HerreraRemove long-unused and broken TCL_ARRAYS.
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2008-02-17 Peter EisentrautUpgrade to Autoconf 2.61:
next