Commit Graph

46464 Commits (e04a3905e4f2e93bbd8fca08c3baeed7b15a48cf)
 

Author SHA1 Message Date
Tom Lane e04a3905e4 Improve planner's understanding of strictness of type coercions. 7 years ago
Tom Lane 1571bc0f06 Fix incorrect strictness test for ArrayCoerceExpr expressions. 7 years ago
Alvaro Herrera 5721b9b3ce Make object address handling more robust 7 years ago
Amit Kapila 29d108cdec Doc: Update the documentation for FSM behavior for small tables. 7 years ago
Dean Rasheed 41531e42d3 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. 7 years ago
Michael Paquier 56fadbedbd Mark correctly initial slot snapshots with MVCC type when built 7 years ago
Peter Eisentraut 90cfa49003 Use varargs macro for CACHEDEBUG 7 years ago
Tom Lane 315dcffb94 Fix omissions in ecpg/test/sql/.gitignore. 7 years ago
Andres Freund 22bc403029 Remove line duplicated during conflict resolution. 7 years ago
Tom Lane 93b5cc039e De-clutter display of script runtimes in pg_regress. 7 years ago
Andrew Dunstan af25bc03e1 Provide an extra-float-digits setting for pg_dump / pg_dumpall 7 years ago
Michael Meskes 8e6ab9f801 Properly end string to make sure ecpglib does not read beyond its boundaries. 7 years ago
Michael Meskes e81f0e3113 Sync ECPG's CREATE TABLE AS statement with backend's. 7 years ago
Michael Meskes 050710b369 Add bytea datatype to ECPG. 7 years ago
Etsuro Fujita 3fdc374b5d Save PathTargets for distinct/ordered relations in root->upper_targets[]. 7 years ago
Michael Paquier a916bdc496 Fix some issues with TAP tests of pg_basebackup and pg_verify_checksums 7 years ago
Michael Paquier f0cce9fcb5 Fix typo in transam.h for OIDs assigned by genbki.pl 7 years ago
Michael Paquier 0dd6ff0ac8 Avoid some unnecessary block reads in WAL reader 7 years ago
Thomas Munro 0b55aaacec Fix race in dsm_unpin_segment() when handles are reused. 7 years ago
Joe Conway bc6d7eb689 Fix documentation for dblink_error_message() return value 7 years ago
Tom Lane a32ca78836 Fix CREATE VIEW to allow zero-column views. 7 years ago
Joe Conway 290e3b77fd Mark pg_config() stable rather than immutable 7 years ago
Tatsuo Ishii 69e5247879 Doc: remove ancient comment. 7 years ago
Noah Misch 301de4f7d9 Fix CLogTruncationLock documentation. 7 years ago
Noah Misch faee6fae6d Suppress another case of MSVC warning 4146. 7 years ago
Noah Misch 04a87ae262 In imath.h, replace stdint.h usage with c.h equivalents. 7 years ago
Andrew Gierth 6ee89952d4 Remove float8-small-is-zero regression test variant. 7 years ago
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