aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Add fmgr.h include to selfuncs.h.Andres Freund2019-08-19
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Fix incidental warnings from cpluspluscheck.Tom Lane2019-08-18
* 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
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Remove more unreferenced function declarationsMichael Paquier2019-07-07
* Remove unreferenced function declarations.Tom Lane2019-07-05
* 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