aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Fix typoAlvaro Herrera2019-08-21
* Fix bogus commentAlvaro Herrera2019-08-20
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Translation updatesPeter Eisentraut2019-08-05
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-26
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix error in commit e6feef57.Jeff Davis2019-07-18
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix thinko in construction of old_conpfeqop list.Tom Lane2019-07-16
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch2019-06-30
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro2019-06-28
* Update reference to sampling algorithm in analyze.cTomas Vondra2019-06-27
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Remove obsolete comments about sempahores from proc.c.Thomas Munro2019-06-21
* Translation updatesPeter Eisentraut2019-06-17
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-10
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Translation updatesPeter Eisentraut2019-05-06
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17