]> granicus.if.org Git - postgresql/history - src/backend
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
[postgresql] / src / backend /
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-06-17 Tom LaneFix the code that adds regclass constants to a plan...
2008-06-15 Tom LaneMake DROP INDEX lock the parent table before locking...
2008-06-15 Tom LaneFix 64-bit problem in recent patch.
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-13 Tom LaneImprove the various elog messages in tuptoaster.c to...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-11 Bruce MomjianFix spelling mistake in postgresql.conf.
2008-06-11 Heikki LinnakangasFix bug in the WAL recovery code to finish an incomplet...
2008-06-09 Tom LaneFix unportable (and incorrect anyway) usage of LL const...
2008-06-09 Tom LaneFix datetime input functions to correctly detect intege...
2008-06-09 Neil ConwayFurther tweak for comment in CheckDeadLock(), per Tom.
2008-06-09 Neil ConwayFix typo in comment.
2008-06-08 Alvaro HerreraFix breakage caused by conflicting patches, as evidence...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-06-08 Tom LaneALTER AGGREGATE OWNER seems to have been missed by...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-06-06 Tom LaneFix pg_get_ruledef() so that negative numeric constants...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-06-05 Alvaro HerreraFix some string building in getObjectDescription.
2008-06-01 Tom LaneRefactor SPI_cursor_open/SPI_cursor_open_with_args...
2008-05-28 Magnus HaganderSet hidden field for guc enum missed in previous commit.
2008-05-28 Magnus HaganderAdd a field to guc enums to allow hiding of values...
2008-05-27 Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-26 Tom LaneFix an old corner-case bug in set_config_option: push_o...
2008-05-21 Michael MeskesLink in keywords file instead of copying it.
2008-05-20 Bruce MomjianSimplify code in formatting.c now that to upper/lower...
2008-05-19 Heikki LinnakangasRemove arbitrary 10MB limit on two-phase state file...
2008-05-19 Tom LaneMake to_char()'s localized month/day names depend on...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-17 Tom LaneFix a subtle bug exposed by recent wal_sync_method...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-17 Tom LaneAllow ALTER SEQUENCE START WITH to change the recorded...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-16 Tom LaneReduce unnecessary PANIC to ERROR, improve a couple...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-16 Tom LanePersuade GIN to react to control-C in a reasonable...
2008-05-15 Tom LaneAdd code to eval_const_expressions() to support const...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-05-14 Magnus HaganderRemove the special variable for open_sync_bit used...
2008-05-13 Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-13 Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
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...
next