aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-10
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix partition tuple routing with dropped attributesMichael Paquier2019-04-08
* Avoid fetching past the end of the indoption array.Tom Lane2019-04-07
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Update HINT for pre-existing shared memory block.Noah Misch2019-03-31
* Avoid crash in partitionwise join planning under GEQO.Tom Lane2019-03-30
* Fix off-by-one error in txid_status().Thomas Munro2019-03-27
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* Fix partitioned index creation bug with dropped columnsAlvaro Herrera2019-03-26
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Make current_logfiles use permissions assigned to files in data directoryMichael Paquier2019-03-24
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Restore RI trigger sanity checkAlvaro Herrera2019-03-20
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Fix memory leak in printtup.c.Tom Lane2019-03-18