aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Stamp 12rc1.REL_12_RC1Tom Lane2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Replace xlc __fetch_and_add() with inline asm.Noah Misch2019-09-13
* Fix under-parenthesized macro definitionsAlvaro Herrera2019-09-13
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Stamp 12beta4.REL_12_BETA4Tom Lane2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Fix typoAlvaro Herrera2019-08-21
* Stamp 12beta3.REL_12_BETA3Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-18
* tableam: comment improvements.Andres Freund2019-07-17
* Fix few typos and minor word smithing in tableam comments.Amit Kapila2019-07-10
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* pgindent run prior to branching v12.Tom Lane2019-07-01
* 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
* Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier2019-06-27
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-25
* Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut2019-06-24
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-22
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Use OpenSSL-specific ifdefs in sha2.hMichael Paquier2019-06-14
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* Fix double-word typosAlvaro Herrera2019-06-13