aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix failure-to-compile-standalone in scripts_parallel.h.Tom Lane2019-08-18
* Fix failure-to-compile-standalone in ecpg's dt.h.Tom Lane2019-08-18
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Make deadlock-parallel isolation test more robust.Tom Lane2019-08-17
* Improve Assert outputPeter Eisentraut2019-08-17
* Add default_table_access_method to postgresql.conf.sample.Andres Freund2019-08-16
* Add missing fmgr.h include.Andres Freund2019-08-16
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Remove redundant prototypes for SQL callable functions.Andres Freund2019-08-16
* Remove useless bms_free() calls in build_child_join_rel().Etsuro Fujita2019-08-16
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Use a hash table to de-duplicate NOTIFY events faster.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Remove block number field from nbtree stack.Peter Geoghegan2019-08-14
* initdb: Remove obsolete locale handlingPeter Eisentraut2019-08-14
* Fix random regression failure in test case "collate.icu.utf8"Michael Paquier2019-08-14
* Remove obsolete nbtree README commentary.Peter Geoghegan2019-08-13
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Use PageIndexTupleOverwrite() within nbtree.Peter Geoghegan2019-08-13
* Don't constraint-exclude partitioned tables as muchAlvaro Herrera2019-08-13
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix random regression failure in test case "temp"Michael Paquier2019-08-13
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Remove EState.es_range_table_array.Tom Lane2019-08-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix string comparison in jsonpathAlexander Korotkov2019-08-12
* Partially revert "Insert temporary debugging output in regression tests."Tom Lane2019-08-11
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-11
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-10
* Rename tuplesort.c's SortTuple.tupindex field.Peter Geoghegan2019-08-09
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-09
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* Update obsolete tuplesort READTUP() comment.Peter Geoghegan2019-08-08
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-08
* initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut2019-08-08
* Remove unnecessary #include <limits.h>Alvaro Herrera2019-08-07
* Add comment on no default partition with hash partitioningAlvaro Herrera2019-08-07
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-07
* Fix typos in comments.Etsuro Fujita2019-08-07
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-07
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-06
* Fix typo in pathnode.cMichael Paquier2019-08-06
* Show specific OID suggestion in unused_oids output.Peter Geoghegan2019-08-05
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05