Commit Graph

46437 Commits (48e24ba6b7fd3bfd156b51e8d768fd48df0d288b)
 

Author SHA1 Message Date
Noah Misch 48e24ba6b7 Import changes from IMath versions (1.3, 1.29]. 7 years ago
Noah Misch d1299aabbd Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization. 7 years ago
Tom Lane 608b167f9f Allow user control of CTE materialization, and change the default behavior. 7 years ago
Andrew Gierth 79730e2a9b Fix previous MinGW fix. 7 years ago
Michael Meskes bd7c95f0c1 Add DECLARE STATEMENT support to ECPG. 7 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
Andrew Gierth 72880ac182 Cygwin and Mingw floating-point fixes. 7 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 7 years ago
Tom Lane e89f14e2bb Refactor index cost estimation functions in view of IndexClause changes. 7 years ago
Alvaro Herrera fc6c72747a Fix compiler builtin usage in new pg_bitutils.c 7 years ago
Peter Eisentraut b060e6c1f5 doc: Update README.links 7 years ago
Peter Eisentraut 8f27a14b1b Use standard diff separator for regression.diffs 7 years ago
Michael Paquier 331a613e9d Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE 7 years ago
Thomas Munro 6c0fb94189 Fix race in dsm_attach() when handles are reused. 7 years ago
Tom Lane 8fd3fdd85a Simplify the planner's new representation of indexable clauses a little. 7 years ago
Peter Eisentraut 86eea78694 Get rid of another unconstify through API changes 7 years ago
Peter Eisentraut 4b3b07fd5d Resolve one unconstify use 7 years ago
Tom Lane 49fa99e54e Move pattern selectivity code from selfuncs.c to like_support.c. 7 years ago
Alvaro Herrera 109de05cbb Fix portability issues in pg_bitutils 7 years ago
Andrew Gierth 80c468b4a4 Remove a stray subnormal value from float tests. 7 years ago
Alvaro Herrera d0b4663c23 Add -mpopcnt to all compiles of pg_bitutils.c 7 years ago
Andrew Gierth da6520be7f More float test and portability fixes. 7 years ago
Alvaro Herrera 711bab1e4d Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes 7 years ago
Andrew Gierth 754ca99314 Fix an overlooked UINT32_MAX. 7 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Andrew Gierth f397e08599 Use strtof() and not strtod() for float4 input. 7 years ago
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Peter Eisentraut cf40dc65b6 Remove useless casts 7 years ago
Michael Paquier 6ea95166a0 Fix comment related to calculation location of total_table_pages 7 years ago
Thomas Munro 7215efdc00 Fix rare dsa_allocate() failures due to freepage.c corruption. 7 years ago
Tom Lane 75c46149fc Clean up planner confusion between ncolumns and nkeycolumns. 7 years ago
Alvaro Herrera 8c67d29fd5 Relax overly strict assertion 7 years ago
Alvaro Herrera d357a16997 Blind attempt at fixing Windows build 7 years ago
Alvaro Herrera fe33a196de Use Getopt::Long for catalog scripts 7 years ago
Tom Lane 232a8e233f Fix erroneous error reports in snapbuild.c. 7 years ago
Michael Paquier b7ec820559 Fix description of WAL record XLOG_PARAMETER_CHANGE 7 years ago
Tom Lane b07c695d9c Fix header inclusion issue. 7 years ago
Michael Paquier ea05b221c2 Clarify docs about limitations of constraint exclusion with partitions 7 years ago
Tom Lane 74dfe58a59 Allow extensions to generate lossy index conditions. 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 years ago
Tom Lane 1d92a0c9f7 Redesign the partition dependency mechanism. 7 years ago
Alvaro Herrera c603b392c3 Fix misleading PG_RE_THROW commentary 7 years ago
Peter Eisentraut 256fc004af Adjust gratuitously different error message wording 7 years ago
Peter Eisentraut 78b0cac74d Remove unused macro 7 years ago
Tom Lane 6bdc3005b5 Fix indexable-row-comparison logic to account for covering indexes. 7 years ago
Tom Lane 72d71e0356 Add per-test-script runtime display to pg_regress. 7 years ago
Alvaro Herrera cb90de1aac Fix trigger drop procedure 7 years ago
Tom Lane 068503c765 Solve cross-version-upgrade testing problem induced by 1fb57af92. 7 years ago
Tom Lane 4dbe196907 Repair unsafe/unportable snprintf usage in pg_restore. 7 years ago
Tom Lane a391ff3c3d Build out the planner support function infrastructure. 7 years ago