index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Commit message (
Expand
)
Author
Age
*
Stamp 12.14.
REL_12_14
Tom Lane
2023-02-06
*
Re-allow building on Microsoft Visual Studio 2013.
Tom Lane
2022-11-10
*
Stamp 12.13.
REL_12_13
Tom Lane
2022-11-07
*
Use libc's snprintf, not sprintf, for special cases in snprintf.c.
Tom Lane
2022-10-16
*
Include c.h instead of postgres.h in src/port/*p{read,write}*.c
Andres Freund
2022-09-17
*
Stamp 12.12.
REL_12_12
Tom Lane
2022-08-08
*
Stamp 12.11.
REL_12_11
Tom Lane
2022-05-09
*
Stamp 12.10.
REL_12_10
Tom Lane
2022-02-07
*
Stamp 12.9.
REL_12_9
Tom Lane
2021-11-08
*
Stamp 12.8.
REL_12_8
Tom Lane
2021-08-09
*
Make printf("%s", NULL) print "(null)" instead of crashing.
Tom Lane
2021-07-24
*
Add fallback implementation for setenv()
Michael Paquier
2021-06-01
*
Stamp 12.7.
REL_12_7
Tom Lane
2021-05-10
*
pg_attribute_no_sanitize_alignment() macro
Tom Lane
2021-02-13
*
Stamp 12.6.
REL_12_6
Tom Lane
2021-02-08
*
Stamp 12.5.
REL_12_5
Tom Lane
2020-11-09
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2020-10-15
*
Stamp 12.4.
REL_12_4
Tom Lane
2020-08-10
*
Stamp 12.3.
REL_12_3
Tom Lane
2020-05-11
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Be more careful about extracting encoding from locale strings on Windows.
Tom Lane
2020-03-30
*
Fix our getopt_long's behavior for a command line argument of just "-".
Tom Lane
2020-03-23
*
Stamp 12.2.
REL_12_2
Tom Lane
2020-02-10
*
In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.
Tom Lane
2019-12-21
*
On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.
Tom Lane
2019-12-16
*
Handle ReadFile() EOF correctly on Windows.
Thomas Munro
2019-11-20
*
Stamp 12.1.
REL_12_1
Tom Lane
2019-11-11
*
Deal with yet another issue related to "Norwegian (Bokmål)" locale.
Tom Lane
2019-10-21
*
Improve what pg_strsignal prints if we haven't got strsignal(3).
Tom Lane
2019-08-27
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
ANSI-ify a few straggler K&R-style function definitions.
Tom Lane
2019-05-18
*
Assert that pgwin32_signal_initialize() has been called early enough.
Noah Misch
2019-04-03
*
Fix error handling of readdir() port implementation on first file lookup
Michael Paquier
2019-03-04
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-16
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Fix compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-15
*
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
*
Add -mpopcnt to all compiles of pg_bitutils.c
Alvaro Herrera
2019-02-13
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-29
*
Marginal performance hacking in erand48.c.
Tom Lane
2018-12-28
[next]