aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Use a separate random seed for SQL random()/setseed() functions.Tom Lane2018-12-29
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-20
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-13
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier2018-12-12
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Improve our response to invalid format strings, and detect more cases.Tom Lane2018-12-06
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29
* Fix minor typo in dsa.c.Thomas Munro2018-11-29
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Only allow one recovery target settingPeter Eisentraut2018-11-28
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-23
* Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane2018-11-23
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* Refine some guc.c help textsPeter Eisentraut2018-11-20
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* geo_ops.c: Clarify comments and function argumentsAlvaro Herrera2018-11-15
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-14
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Apply RI trigger skipping tests also for DELETEPeter Eisentraut2018-11-10
* Remove dead foreign key optimization codePeter Eisentraut2018-11-10
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* GUC: adjust effective_cache_size SQL descriptionsBruce Momjian2018-11-06
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Apply unconstify() in more placesPeter Eisentraut2018-10-25
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Drop const cast from dlsym() callsPeter Eisentraut2018-10-23