]> granicus.if.org Git - postgresql/history - src/backend/utils/adt
Update copyright for 2014
[postgresql] / src / backend / utils / adt /
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-05 Tom LaneCache catalog lookup data across groups in ordered...
2014-01-04 Tom LaneFix header comment for bitncmp().
2013-12-27 Andrew DunstanProperly detect invalid JSON numbers when generating...
2013-12-27 Kevin GrittnerFix misplaced right paren bugs in pgstatfuncs.c.
2013-12-24 Tom LaneFix ANALYZE failure on a column that's a domain over...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
2013-12-02 Robert HaasMake NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros...
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-23 Peter EisentrautFix thinko in SPI_execute_plan() calls
2013-11-23 Peter EisentrautAvoid potential buffer overflow crash
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-11 Tom LaneFix failure with whole-row reference to a subquery.
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-06 Tom LaneSupport default arguments and named-argument notation...
2013-11-03 Tom LaneGet rid of more cases of the "must detoast before outpu...
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-11-01 Tom LaneRemove internal uses of CTimeZone/HasCTZSet.
2013-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-25 Tom LaneSuppress -0 in the C field of lines computed by line_co...
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Peter EisentrautMake use of psprintf() in recent changes
2013-10-22 Tom LaneFix blatantly broken record_image_cmp() logic for pass...
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-10-18 Robert HaasRemove IRIX port.
2013-10-16 Bruce MomjianAllow 5+ digit years for non-ISO timestamp/date strings...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Kevin GrittnerFix several possibly non-portable gaffs in record_image...
2013-10-10 Kevin GrittnerFix bug in record_image_ops on big endian machines.
2013-10-10 Andrew Dunstanjson_typeof function.
2013-10-10 Peter EisentrautRevive line type
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-01 Bruce MomjianAdjust C comments that would be wrap-able.
2013-09-25 Heikki LinnakangasPlug memory leak in range_cmp function.
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-09 Peter EisentrautMessage punctuation and pluralization fixes
2013-08-08 Peter EisentrautMessage style improvements
2013-08-03 Tom LaneMake sure float4in/float8in accept all standard spellin...
2013-07-31 Tom LaneFix regexp_matches() handling of zero-length matches.
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-25 Robert HaasChange currtid functions to use an MVCC snapshot, not...
2013-07-25 Robert HaasDon't use SnapshotNow in get_actual_variable_range.
2013-07-24 Tom LaneFix booltestsel() for case where we have NULL stats...
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneFurther hacking on ruleutils' new column-alias-assignme...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-07-22 Alvaro HerreraSilence compiler warning on an unused variable
2013-07-22 Robert HaasAdd infrastructure for mapping relfilenodes to relation...
2013-07-20 Peter EisentrautClean up new JSON API typedefs
2013-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
2013-07-17 Heikki LinnakangasFix end-of-loop optimization in pglz_find_match() function.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-07-09 Peter EisentrautFix bool abuse
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-07-01 Bruce MomjianAdd timezone offset output option to to_char()
2013-07-01 Heikki LinnakangasOptimize pglz compressor for small inputs.
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-06-15 Tom LaneUse WaitLatch, not pg_usleep, for delaying in pg_sleep().
2013-06-12 Noah MischAvoid reading past datum end when parsing JSON.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-06-12 Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-08 Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-06-03 Stephen FrostAdditional spelling corrections
2013-06-01 Stephen FrostMinor spelling fixes
2013-06-01 Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-05-11 Tom LaneFix to_number() to correctly ignore thousands separator...
2013-05-10 Tom LaneGuard against input_rows == 0 in estimate_num_groups().
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-01 Andrew DunstanUse correct length to convert json unicode escapes.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-15 Andrew DunstanCorrect handling of NULL arguments in json funcs.
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-04 Andrew DunstanFix off by one error in JSON extract path code.
2013-04-03 Tom LaneAvoid updating our PgBackendStatus entry when track_act...
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-21 Heikki LinnakangasFix "element <@ range" cost estimation.
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-15 Tom LaneExtend format() to handle field width and left/right...
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-05 Tom LaneFix to_char() to use ASCII-only case-folding rules...
2013-03-04 Tom LaneFix overflow check in tm2timestamp (this time for sure).
2013-03-04 Tom LaneFix map_sql_value_to_xml_value() to treat domains like...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
next