aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Improve error message for misuse of TZ, tz, OF formatting patterns.Tom Lane2017-02-20
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane2017-02-09
* Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane2017-02-08
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Reindent table partitioning code.Robert Haas2017-01-24
* Don't invoke arbitrary code inside a possibly-aborted transaction.Robert Haas2017-01-24
* Relocate static function declarations to be after typedefs in jsonfuncs.c.Tom Lane2017-01-22
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-19
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Remove unnecessary includePeter Eisentraut2017-01-17
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* Fix handling of phrase operator removal while removing tsquery stopwords.Tom Lane2016-12-19
* Improve documentation around TS_execute().Tom Lane2016-12-16
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-16
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* Implement table partitioning.Robert Haas2016-12-07
* Improve eqjoinsel_semi's behavior for small inner relations with no stats.Tom Lane2016-11-29
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Fix typo in commentMagnus Hagander2016-11-14
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Save redundant code for pseudotype I/O functionsPeter Eisentraut2016-11-07
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-19
* Fix cidin() to handle values above 2^31 platform-independently.Tom Lane2016-10-18
* Fix assorted integer-overflow hazards in varbit.c.Tom Lane2016-10-14
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-13
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04