]> granicus.if.org Git - postgresql/history - src/backend
Fix breakage by the wal_sync_method patch in installations that use
[postgresql] / src / backend /
2008-05-12 Magnus HaganderFix breakage by the wal_sync_method patch in installati...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Magnus HaganderReport which WAL sync method we are trying to change...
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-09 Bruce MomjianAdjust power() error messages to be more descriptive.
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-09 Bruce MomjianUpdate C comments to mention SQL:2003 handling of power...
2008-05-09 Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09 Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-05-08 Bruce MomjianAdd regression test for various power expressions with...
2008-05-08 Bruce MomjianHave numeric 0 ^ 4.3 return 1, rather than an error...
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 LaneThe CONSTROID syscache should show conrelid as a relati...
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-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-05-03 Tom LaneThe 8.2 patch that added support for an alias on the...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-05-02 Peter EisentrautMake the AWK default value also take effect if $AWK...
2008-05-02 Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-05-01 Tom LaneMake the minimum allowed value of work_mem be 64KB...
2008-04-30 Tom LaneFix nodeTidscan.c to not trigger an error if the block...
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-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-24 Tom LaneRemove transformAlterTableStmt's kluge to replace Colum...
2008-04-24 Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-24 Magnus HaganderUpdate error messages, per notes from Tom.
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-22 Tom LaneIssue explicit error messages for attempts to use ...
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21 Tom LaneFix a couple of places in execMain that erroneously...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
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 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
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-17 Tom LaneAdd some code to EXPLAIN to show the targetlist (ie...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-04-16 Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
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 LaneClean up a few places where Datums were being treated...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-09 Bruce MomjianSmall wording improvements for source code READMEs.
2008-04-09 Bruce MomjianRevert README cleanups.
2008-04-09 Bruce MomjianRevert sentence removal from nickname in FAQ.
2008-04-08 Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
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-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Tom LaneRemove no-longer-used function assign_backslash_quote()
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-04-04 Magnus HaganderOops, change should go in scan.l to survive a clean...
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-03 Magnus HaganderOops, add proper #ifdef for systems without support...
2008-04-03 Magnus HaganderConvert syslog_facility guc to enum type.
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
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-31 Tom LaneFix my brain fade in TRUNCATE triggers patch: can't...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-29 Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-28 Tom LaneDepartment of second thoughts: the rule that ORDER...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
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...
next