aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix and improve SnapshotType comments.Andres Freund2019-05-19
* Remove RelationSetIndexList().Tom Lane2019-05-03
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut2019-03-23
* Add gitignore entries for jsonpath_gram.hPeter Eisentraut2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-19
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.Tom Lane2019-02-21
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Refactor index cost estimation functions in view of IndexClause changes.Tom Lane2019-02-15
* Move pattern selectivity code from selfuncs.c to like_support.c.Tom Lane2019-02-14
* Fix misleading PG_RE_THROW commentaryAlvaro Herrera2019-02-11
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21