summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-20Avoid producing over-length specific_name outputs in information_schema.Tom Lane
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier
2018-12-06Fix some errhint and errdetail strings missing a periodMichael Paquier
2018-12-06Improve our response to invalid format strings, and detect more cases.Tom Lane
2018-11-29Add log_statement_sample_rate parameterAlvaro Herrera
2018-11-29Fix minor typo in dsa.c.Thomas Munro
2018-11-28Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan
2018-11-28Only allow one recovery target settingPeter Eisentraut
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-11-23Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-11-20Refine some guc.c help textsPeter Eisentraut
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15geo_ops.c: Clarify comments and function argumentsAlvaro Herrera
2018-11-15Use 64 bit type for BufFileSize().Thomas Munro
2018-11-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-11-10Apply RI trigger skipping tests also for DELETEPeter Eisentraut
2018-11-10Remove dead foreign key optimization codePeter Eisentraut
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2018-11-06Disable recheck_on_update optimization to avoid crashes.Tom Lane
2018-11-06GUC: adjust effective_cache_size SQL descriptionsBruce Momjian
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-11-01Adjust trace_sort log messages.Peter Geoghegan
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-25Apply unconstify() in more placesPeter Eisentraut
2018-10-23Remove get_attidentity()Peter Eisentraut
2018-10-23Remove get_atttypmod()Peter Eisentraut
2018-10-23Drop const cast from dlsym() callsPeter Eisentraut
2018-10-19Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-17Const-ify a few more large static tables.Tom Lane
2018-10-16Reorder FmgrBuiltin members, saving 25% in size.Andres Freund