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