Commit Graph

1561 Commits (b84dbc8eb80b43e554891c459a19969d9fbdefe5)

Author SHA1 Message Date
Noah Misch 34ff542a71 MSVC: Build ~35% faster by calling dumpbin just once per directory. 7 years ago
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 7 years ago
Andres Freund 86b85044e8 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. 7 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 7 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 7 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alexander Korotkov 0a02e2ae02 GIN support for @@ and @? jsonpath operators 7 years ago
Thomas Munro ad308058cc Use FullTransactionId for the transaction stack. 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s). 7 years ago
Andres Freund 558a9165e0 Compute XID horizon for page level index vacuum on primary. 7 years ago
Andres Freund 5db6df0c01 tableam: Add tuple_{insert, delete, update, lock} and use. 7 years ago
Michael Paquier ed308d7837 Add options to enable and disable checksums in pg_checksums 7 years ago
Alexander Korotkov 550b9d26f8 Get rid of jsonpath_gram.h and jsonpath_scanner.h 7 years ago
Alexander Korotkov 72b6460336 Partial implementation of SQL/JSON path language 7 years ago
Tom Lane a6417078c4 Create a script that can renumber manually-assigned OIDs. 7 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 7 years ago
Tom Lane a0b7626268 Simplify release-note links to back branches. 7 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 7 years ago
Tom Lane 02a6a54ecd Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 7 years ago
Alvaro Herrera 457aef0f1f Revert attempts to use POPCNT etc instructions 7 years ago
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