Commit Graph

46630 Commits (2fadf24e249bd72fc517663a91a233437460671c)
 

Author SHA1 Message Date
Peter Eisentraut 2fadf24e24 Reorder identity regression test 7 years ago
Tom Lane de57004799 Fix some oversights in commit 2455ab488. 7 years ago
Peter Eisentraut 61dc407893 Improve code comment 7 years ago
Peter Eisentraut 8bee36708f Remove unused #include 7 years ago
Peter Eisentraut b13a913607 Add BKI_DEFAULT to pg_class.relrewrite 7 years ago
Tom Lane 0a9d7e1f6d Ensure dummy paths have correct required_outer if rel is parameterized. 7 years ago
Robert Haas 2455ab4884 Defend against leaks into RelationBuildPartitionDesc. 7 years ago
Peter Eisentraut c6ff0b892c Refactor ParamListInfo initialization 7 years ago
Peter Eisentraut 1226d932b4 Fix volatile vs. pointer confusion 7 years ago
Michael Paquier 6eebfdc38b Fix thinko when bumping on temporary directories in pg_checksums 7 years ago
Tom Lane 401b87a24f Sync commentary in transam.h and bki.sgml. 7 years ago
Michael Paquier 364298be22 Fix race condition in recently-added TAP test for recovery consistency 7 years ago
Tom Lane c015f853bf Adjust the tests for the hyperbolic functions. 7 years ago
Tom Lane c6f153dcfe Rethink how to test the hyperbolic functions. 7 years ago
Thomas Munro c6c9474aaf Use condition variables to wait for checkpoints. 7 years ago
Robert Haas 5655565c07 Revert setting client_min_messages to 'debug1' in new tests. 7 years ago
Peter Eisentraut f177660ab0 Include all columns in default names for foreign key constraints 7 years ago
Robert Haas bbb96c3704 Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans. 7 years ago
Magnus Hagander 95fa9f1a13 Remove extra comma 7 years ago
Michael Paquier b0825d28ea Add TAP test to check consistency of minimum recovery LSN 7 years ago
Michael Paquier 6dd263cfaa Rename pg_verify_checksums to pg_checksums 7 years ago
Michael Paquier c9ae7f704c Fix cross-version compatibility checks of pg_verify_checksums 7 years ago
Peter Geoghegan 3f34283973 Correct obsolete nbtree page split comment. 7 years ago
Tom Lane f1d85aa98e Add support for hyperbolic functions, as well as log10(). 7 years ago
Tom Lane 3aa0395d4e Remove remaining hard-wired OID references in the initial catalog data. 7 years ago
Tom Lane a6417078c4 Create a script that can renumber manually-assigned OIDs. 7 years ago
Etsuro Fujita b5afdde6a7 Fix testing of parallel-safety of scan/join target. 7 years ago
Amit Kapila 6f918159a9 Add more tests for FSM. 7 years ago
Michael Paquier ce6afc6823 Add routine able to update the control file to src/common/ 7 years ago
Tom Lane 1a83a80a2f Allow fractional input values for integer GUCs, and improve rounding logic. 7 years ago
Andrew Dunstan fe0b2c12c9 Tweak wording on VARIADIC array doc patch. 7 years ago
Andrew Dunstan 5e74a42785 Document incompatibility of comparison expressions with VARIADIC array arguments 7 years ago
Andres Freund 32b8f0b033 Remove spurious return. 7 years ago
Tom Lane d9c5e9629b Give up on testing guc.c's behavior for "infinity" inputs. 7 years ago
Andres Freund 8cacea7a72 Ensure sufficient alignment for ParallelTableScanDescData in BTShared. 7 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 7 years ago
Andrew Dunstan a478415281 pgbench: increase the maximum number of variables/arguments 7 years ago
Amit Kapila a6e48da088 Fix typos in commit 8586bf7ed8. 7 years ago
Alvaro Herrera af38498d4c Move hash_any prototype from access/hash.h to utils/hashutils.h 7 years ago
Tom Lane b212245f96 In guc.c, ignore ERANGE errors from strtod(). 7 years ago
Michael Meskes 08cecfaf60 Fix potential memory access violation in ecpg if filename of include file is 7 years ago
Michael Meskes 98bdaab0d9 Fix ecpglib regression that made it impossible to close a cursor that was 7 years ago
Peter Eisentraut 3c06715447 Remove unused macro 7 years ago
Peter Eisentraut 27f3dea648 psql: Add documentation URL to \help output 7 years ago
Michael Paquier f2d84a4a6b Adjust error message for partial writes in WAL segments 7 years ago
Alvaro Herrera fc84c05acd Fix documentation on partitioning vs. foreign tables 7 years ago
Tom Lane cbccac371c Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. 7 years ago
Tom Lane 52985e4fea Revert "Increase the default vacuum_cost_limit from 200 to 2000" 7 years ago
Tom Lane caf626b2cd Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 7 years ago
Tom Lane 28a65fc360 Include GUC's unit, if it has one, in out-of-range error messages. 7 years ago