summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-03-27Improve error handling of column references in expression transformationMichael Paquier
2019-03-26Fix typoMagnus Hagander
2019-03-25Doc: clarify that REASSIGN OWNED doesn't handle default privileges.Tom Lane
2019-03-25pgbench: Remove \csetAlvaro Herrera
2019-03-25Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas
2019-03-24Transaction chainingPeter Eisentraut
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-23Add option -N/--no-sync to pg_checksumsMichael Paquier
2019-03-23Add options to enable and disable checksums in pg_checksumsMichael Paquier
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-21Add DNS SRV support for LDAP server discovery.Thomas Munro
2019-03-20Allow amcheck to re-find tuples using new search.Peter Geoghegan
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2019-03-19Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth
2019-03-18Fix typos in sgml docs about RefetchForeignRow().Andres Freund
2019-03-16Numeric error suppression in jsonpathAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2019-03-15During pg_upgrade, conditionally skip transfer of FSMs.Amit Kapila
2019-03-14Sync commentary in transam.h and bki.sgml.Tom Lane
2019-03-14Use condition variables to wait for checkpoints.Thomas Munro
2019-03-13Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas
2019-03-13Remove extra commaMagnus Hagander
2019-03-13Rename pg_verify_checksums to pg_checksumsMichael Paquier
2019-03-12Add support for hyperbolic functions, as well as log10().Tom Lane
2019-03-12Remove remaining hard-wired OID references in the initial catalog data.Tom Lane
2019-03-12Create a script that can renumber manually-assigned OIDs.Tom Lane
2019-03-11Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane
2019-03-11Tweak wording on VARIADIC array doc patch.Andrew Dunstan
2019-03-11Document incompatibility of comparison expressions with VARIADIC array argumentsAndrew Dunstan
2019-03-11pgbench: increase the maximum number of variables/argumentsAndrew Dunstan
2019-03-10Fix documentation on partitioning vs. foreign tablesAlvaro Herrera
2019-03-10Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.Tom Lane
2019-03-10Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-03-09Simplify release-note links to back branches.Tom Lane
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-03-08Fix function signatures of pageinspect in documentationMichael Paquier
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-03-07Fix broken markupAlvaro Herrera
2019-03-07Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLEAlvaro Herrera
2019-03-07pg_dump: allow multiple rows per insertAlvaro Herrera
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-03-06Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan
2019-03-04pg_partition_ancestorsAlvaro Herrera
2019-03-01Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund