aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-14
* Fix thinko when bumping on temporary directories in pg_checksumsMichael Paquier2019-03-14
* Sync commentary in transam.h and bki.sgml.Tom Lane2019-03-14
* Fix race condition in recently-added TAP test for recovery consistencyMichael Paquier2019-03-14
* Adjust the tests for the hyperbolic functions.Tom Lane2019-03-13
* Rethink how to test the hyperbolic functions.Tom Lane2019-03-13
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14
* Revert setting client_min_messages to 'debug1' in new tests.Robert Haas2019-03-13
* Include all columns in default names for foreign key constraintsPeter Eisentraut2019-03-13
* Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas2019-03-13
* Remove extra commaMagnus Hagander2019-03-13
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-13
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-13
* Fix cross-version compatibility checks of pg_verify_checksumsMichael Paquier2019-03-13
* Correct obsolete nbtree page split comment.Peter Geoghegan2019-03-12
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-12
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-12
* Create a script that can renumber manually-assigned OIDs.Tom Lane2019-03-12
* Fix testing of parallel-safety of scan/join target.Etsuro Fujita2019-03-12
* Add more tests for FSM.Amit Kapila2019-03-12
* Add routine able to update the control file to src/common/Michael Paquier2019-03-12
* Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane2019-03-11
* Tweak wording on VARIADIC array doc patch.Andrew Dunstan2019-03-11
* Document incompatibility of comparison expressions with VARIADIC array argumentsAndrew Dunstan2019-03-11
* Remove spurious return.Andres Freund2019-03-11
* Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane2019-03-11
* Ensure sufficient alignment for ParallelTableScanDescData in BTShared.Andres Freund2019-03-11
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* pgbench: increase the maximum number of variables/argumentsAndrew Dunstan2019-03-11
* Fix typos in commit 8586bf7ed8.Amit Kapila2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* In guc.c, ignore ERANGE errors from strtod().Tom Lane2019-03-11
* Fix potential memory access violation in ecpg if filename of include file isMichael Meskes2019-03-11
* Fix ecpglib regression that made it impossible to close a cursor that wasMichael Meskes2019-03-11
* Remove unused macroPeter Eisentraut2019-03-11
* psql: Add documentation URL to \help outputPeter Eisentraut2019-03-11
* Adjust error message for partial writes in WAL segmentsMichael Paquier2019-03-11
* Fix documentation on partitioning vs. foreign tablesAlvaro Herrera2019-03-10
* Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.Tom Lane2019-03-10
* Revert "Increase the default vacuum_cost_limit from 200 to 2000"Tom Lane2019-03-10
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Include GUC's unit, if it has one, in out-of-range error messages.Tom Lane2019-03-10
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* pg_upgrade: Ignore TOAST for partitioned tablesAlvaro Herrera2019-03-10
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Simplify release-note links to back branches.Tom Lane2019-03-09
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09