index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
*
Add support for Visual Studio 2019 in build scripts
Michael Paquier
2019-07-03
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Exclude new src/test/modules/unsafe_tests directory from MSVC build.
Tom Lane
2019-06-30
*
Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts
Michael Paquier
2019-06-26
*
Remove last references to WAL segment size in MSVC scripts
Michael Paquier
2019-06-19
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
MSVC: Reconcile clean.bat with PostgreSQL 12 work.
Noah Misch
2019-06-09
*
Make cpluspluscheck more portable.
Tom Lane
2019-06-02
*
Un-break ecpg tests for Windows.
Tom Lane
2019-06-02
*
Improve coverage of cpluspluscheck.
Tom Lane
2019-05-31
*
Integrate cpluspluscheck into build system.
Andres Freund
2019-05-31
*
Make our perfect hash functions be valid C++.
Tom Lane
2019-05-31
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
*
In the pg_upgrade test suite, remove and recreate "tmp_check".
Noah Misch
2019-05-28
*
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Remove bug.template file
Peter Eisentraut
2019-05-20
*
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
MSVC: Build ~35% faster by calling dumpbin just once per directory.
Noah Misch
2019-05-03
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-04-01
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Add options to enable and disable checksums in pg_checksums
Michael Paquier
2019-03-23
*
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-20
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-12
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Simplify release-note links to back branches.
Tom Lane
2019-03-09
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
Blind attempt at fixing Windows build
Alvaro Herrera
2019-02-12
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
[next]