Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Alvaro Herrera 711bab1e4d Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes 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
Alvaro Herrera d357a16997 Blind attempt at fixing Windows build 7 years ago
Tom Lane 1fb57af920 Create the infrastructure for planner support functions. 7 years ago
Andrew Dunstan 51b025933d Fix perl searchpath for gen_keywordlist.pl 7 years ago
Andrew Dunstan 592123efbb Unify searchpath and do file logic in MSVC build scripts. 7 years ago
Andrew Dunstan f83419b739 Fix included file path for modern perl 7 years ago
Tom Lane 527b5ed1ad Doc: in each release branch, keep only that branch's own release notes. 7 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Andres Freund 63746189b2 Change snapshot type to be determined by enum rather than callback. 7 years ago
Tomas Vondra d6ef7fe75c Revert "Add valgrind suppressions for wcsrtombs optimizations" 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Noah Misch 472e1e4cf6 Make Emacs perl-mode indent more like perltidy. 7 years ago
Tom Lane 52a301e0d9 Improve missing-program error handling in make_ctags and make_etags. 7 years ago
Tom Lane c64d0cd5ce Use perfect hashing, instead of binary search, for keyword lookup. 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Tom Lane d33faa285b Move the built-in conversions into the initial catalog data. 7 years ago
Tom Lane 814c9019aa Use symbolic references for pg_language OIDs in the bootstrap data. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Tom Lane 29180e5d78 Eliminate parallel-make hazard in ecpg/preproc. 7 years ago
Michael Paquier 431f1599a2 Add support for NO_INSTALLCHECK in MSVC scripts 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tomas Vondra d3bbc4b96a Add valgrind suppressions for wcsrtombs optimizations 7 years ago
Andrew Dunstan 12d5f39b15 Adjust valgrind fix in commit 517b0d0b5f 7 years ago
Andrew Dunstan 54ad7282fe Use parallel installcheck in vcregress.pl's upgrade test 7 years ago
Andrew Dunstan 517b0d0b5f Quiet valgrind complaints following pread/pwrite changes 7 years ago
Thomas Munro 3fd2a7932e Provide pg_pread() and pg_pwrite() for random I/O. 7 years ago
Magnus Hagander fbec7459aa Fix spelling errors and typos in comments 7 years ago
Peter Eisentraut a9e5f8e781 Exclude temporary directories from pgindent 7 years ago
Andrew Dunstan 1df92eeafe Fix perl searchpath for modern perl for MSVC tools 7 years ago
Andres Freund 2d10defa77 Remove timetravel extension. 7 years ago
Tom Lane 61f14cc8c8 Tweak MSVC build system to match changes in 7143b3e82. 7 years ago
Tom Lane 97c6852ff7 Tweak MSVC build system to match changes in 7143b3e82. 7 years ago
Tom Lane 26e9d4d4ef Convert elog.c's useful_strerror() into a globally-used strerror wrapper. 7 years ago
Tom Lane b09a64d602 Add missing pg_description strings for pg_type entries. 7 years ago
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules. 7 years ago
Tom Lane ed0cdf0e05 Install a check for mis-linking of src/port and src/common functions. 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Andres Freund d9dd406fe2 Require C99 (and thus MSCV 2013 upwards). 7 years ago
Noah Misch f3efef434f MSVC: Finish clean.bat tmp_check coverage. 7 years ago
Noah Misch a53f0edd64 MSVC: Remove any tmp_check directory before running a TAP test suite. 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 8 years ago
Bruce Momjian e2c0df7828 pgtest: run clean, build, and check stages separately 8 years ago
Bruce Momjian 96313bff29 pgtest: grab possible warnings from install.log 8 years ago
Michael Paquier 9ebe0572ce Refactor cluster_rel() to handle more options 8 years ago
Robert Haas 32df1c9afa Add subtransaction handling for table synchronization workers. 8 years ago
Peter Eisentraut 333224c99e Update documentation editor setup instructions 8 years ago
Peter Eisentraut 1f4ec89459 Remove obsolete documentation build tools for Windows 8 years ago