aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix use-after-free introduced in 55ed3defc966Alvaro Herrera2019-06-27
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Fix thinkos in LookupFuncName() for function name lookupsMichael Paquier2019-06-25
* 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
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-19
* Translation updatesPeter Eisentraut2019-06-17
* Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Silence compiler warningAlvaro Herrera2019-06-14
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* In walreceiver, don't try to do ereport() in a signal handler.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
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila2019-06-07
* Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane2019-06-03
* Make error logging in extended statistics more consistentTomas Vondra2019-05-30
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-23
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-19
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-16
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-16
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-14
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-13
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* 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
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Translation updatesPeter Eisentraut2019-05-06
* Fix tuple printing in error message of tuple routing for partitionsMichael Paquier2019-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 style violations in syscache lookups.Tom Lane2019-05-05
* Add check for syscache lookup failure in update_relispartition().Tom Lane2019-05-05
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Fix potential catalog corruption with temporary identity columnsPeter Eisentraut2019-04-29
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24