summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-04MSVC: Build ~35% faster by calling dumpbin just once per directory.Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-28Use FullTransactionId for the transaction stack.Thomas Munro
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-22Add options to enable and disable checksums in pg_checksumsMichael Paquier
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-12Create a script that can renumber manually-assigned OIDs.Tom Lane
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-09Simplify release-note links to back branches.Tom Lane
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth
2019-02-12Blind attempt at fixing Windows buildAlvaro Herrera
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-07Fix perl searchpath for gen_keywordlist.plAndrew Dunstan
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2019-02-05Doc: in each release branch, keep only that branch's own release notes.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
2019-01-19Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-13Make Emacs perl-mode indent more like perltidy.Noah Misch
2019-01-13Improve missing-program error handling in make_ctags and make_etags.Tom Lane
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-01Eliminate parallel-make hazard in ecpg/preproc.Tom Lane
2018-11-29Add support for NO_INSTALLCHECK in MSVC scriptsMichael Paquier
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund