]> granicus.if.org Git - postgresql/history - src/backend
Update location to download flex for building on Windows.
[postgresql] / src / backend /
2009-07-22 Tom LaneChange do_tup_output() to take Datum/isnull arrays...
2009-07-22 Tom LaneTweak TOAST code so that columns marked with MAIN stora...
2009-07-21 Peter EisentrautChange pg_listener attribute number constants to match...
2009-07-21 Tom LaneSpeed up AllocSetFreeIndex, which is a significant...
2009-07-21 Tom LaneFix another semijoin-ordering bug. We already knew...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-20 Tom LaneTeach simplify_boolean_equality to simplify the forms...
2009-07-19 Tom LaneRewrite GEQO's gimme_tree function so that it always...
2009-07-19 Tom LaneFix a thinko in join_is_legal: when we decide we can...
2009-07-18 Tom LaneFix error cleanup failure caused by 8.4 changes in...
2009-07-17 Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-14 Tom LaneDo a conditional SPI_push/SPI_pop when replanning a...
2009-07-13 Peter EisentrautUpdate information schema to SQL:2008
2009-07-13 Tom LaneAlthough the flex documentation avers that yyalloc...
2009-07-13 Tom LaneConvert the core lexer and parser into fully reentrant...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-07-11 Tom LaneFix set_rel_width() to do something reasonable with...
2009-07-08 Tom LaneRemove no-longer-necessary transmission of postmaster...
2009-07-08 Heikki LinnakangasNeed to use pg_perm_setlocale when setting LC_CTYPE...
2009-07-07 Tom LaneDon't use 'return' where you should use 'PG_RETURN_xxx'.
2009-07-07 Tom LaneQuery in SQL function still not schema-safe; add a...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-07-06 Tom LaneUse floor() not rint() when reducing precision of fract...
2009-07-06 Heikki LinnakangasFix ancient bug in handling of to_char modifier 'TH...
2009-07-06 Tom LaneFix set_append_rel_pathlist() to deal intelligently...
2009-07-06 Tom LanePer SQL spec (in particular, the grammar in SQL:2008...
2009-07-06 Tom LaneFix handling of changed-Param signaling for CteScan...
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-26 Peter EisentrautTranslation updates for 8.4 release.
2009-06-25 Tom LaneAdd __attribute__((format_arg(1))) to the declaration...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-06-25 Heikki LinnakangasThe code to unlink dropped relations in FinishPreparedT...
2009-06-25 Magnus HaganderDisallow empty passwords in LDAP authentication, the...
2009-06-24 Peter EisentrautCorrect grammar in picksplit debug messages
2009-06-24 Magnus Haganderparse_ident_usermap() shuold use ereport(LOG) and not...
2009-06-23 Tom LaneFix an ancient error in dist_ps (distance from point...
2009-06-22 Tom LaneFor bulk write operations (eg COPY IN), use a ring...
2009-06-22 Tom LaneMake to_timestamp and friends skip leading spaces befor...
2009-06-22 Tom LaneRevert dubious message wording change.
2009-06-21 Peter EisentrautMessage fixes
2009-06-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-18 Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-17 Tom LaneExecAgg() failed to finish running out set-returning...
2009-06-13 Tom LaneFix get_sort_group_operators() so that it doesn't think...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Tom LaneSomebody seems to have thought they could get away...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-10 Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-10 Tom LaneKeep rs_startblock the same during heap_rescan, so...
2009-06-10 Tom LaneFix cash_in() to behave properly in locales where frac_...
2009-06-10 Peter EisentrautCorrect/improve the datetime_precision field in the...
2009-06-10 Tom LaneMake handling of INTERVAL DAY TO MINUTE and INTERVAL...
2009-06-10 Tom LaneEnsure xmlFree(NULL) is a no-op instead of a core dump...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-09 Alvaro HerreraFix typo, per Tom
2009-06-09 Tom LaneSwitch order of tests to avoid possible Assert failure for
2009-06-09 Alvaro HerreraDynamically set a lower bound on autovacuum nap time...
2009-06-09 Tom LaneFix failure to double-quote function argument names...
2009-06-08 Peter EisentrautFix map_sql_table_to_xmlschema() with dropped attributes.
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-06-06 Tom LaneFix a serious bug introduced into GIN in 8.4: now that...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-03 Tom LaneFix tsquerysel() to not fail on an empty TSQuery. ...
2009-06-03 Tom LaneImprove comment about 'if (1)' hack in copy.c macros.
2009-06-03 Bruce MomjianAdd comment about why "((void) 0)" is used in copy...
2009-06-02 Heikki LinnakangasOnly recycle normal files in pg_xlog as WAL segments...
2009-06-01 Tom LaneChange AdjustIntervalForTypmod to not discard higher...
2009-06-01 Tom LaneFix DecodeInterval to report an error for multiple...
2009-05-31 Tom LaneUpdate obsolete comment in index_drop(). When the...
2009-05-29 Michael MeskesChange macros to make gcc quiet when parsing.
2009-05-28 Heikki LinnakangasWhen archiving is enabled, rotate the last WAL segment...
2009-05-27 Magnus HaganderProperly return the usermap result when doing gssapi...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-05-27 Peter EisentrautFix compiler warnings on Sun Studio of the sort
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-26 Tom LaneRemove the useless and rather inconsistent return value...
2009-05-26 Tom LaneAdd range checks to time_recv() and timetz_recv(),...
2009-05-24 Tom LaneUse more-portable coding for the check on handing out...
2009-05-24 Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-21 Teodor SigaevResort tsvector's lexemes in tsvectorrecv instead of...
2009-05-21 Michael MeskesRemoved comparison of unsigned expression < 0.
2009-05-20 Heikki LinnakangasSilence a gcc compiler warning about non-literal format...
2009-05-19 Heikki LinnakangasUpdate relpages and reltuples estimates in stand-alone...
2009-05-19 Tom LaneFix bug #4814 (wrong subscript in consistent-function...
2009-05-18 Peter EisentrautUpdate SQL conformance entries for window functions...
2009-05-16 Tom LaneImprove comments in pg_ident.conf.sample.
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-05-14 Tom LaneInclude recovery_end_command in recovery.conf.sample.
2009-05-14 Alvaro HerreraTranslation updates
2009-05-14 Tom LaneImprove a couple of comments.
next