index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
1
-0
/
+2
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
1
-2
/
+2
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-10
/
+10
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-10
/
+10
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-1
/
+1
*
Use min/max bounds defined by Zstd for compression level
Michael Paquier
2022-09-22
1
-1
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+280
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
1
-21
/
+84
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
1
-9
/
+43
*
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-13
3
-11
/
+13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
2
-2
/
+2
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
1
-32
/
+7
*
Speed up lexing of long JSON strings
John Naylor
2022-09-02
1
-3
/
+10
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-3
/
+1
*
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
1
-3
/
+4
*
Don't bother to set sockaddr_un.sun_len.
Thomas Munro
2022-08-24
1
-14
/
+0
*
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
1
-1
/
+1
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
1
-2
/
+0
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
1
-11
/
+0
*
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
1
-23
/
+0
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
1
-0
/
+4
*
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-07-28
1
-0
/
+16
*
Add output directory argument to generate-unicode_norm_table.pl
Andres Freund
2022-07-18
1
-6
/
+13
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-3
/
+1
*
Improve error reporting from validate_exec().
Tom Lane
2022-07-12
1
-2
/
+14
*
Fix out-of-bounds read in json_lex_string
John Naylor
2022-07-12
1
-8
/
+10
*
Build de-escaped JSON strings in larger chunks during lexing
John Naylor
2022-07-11
1
-19
/
+39
*
Simplify json lexing state
John Naylor
2022-07-08
1
-15
/
+8
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-24
/
+24
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-2
/
+1
*
logging: Also add the command prefix to detail and hint messages
Peter Eisentraut
2022-05-30
1
-2
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
3
-3
/
+4
*
Clear the OpenSSL error queue before cryptohash operations
Daniel Gustafsson
2022-05-06
2
-0
/
+13
*
Inhibit mingw CRT's auto-globbing of command line arguments
Andrew Dunstan
2022-04-25
1
-0
/
+5
*
Add missing error handling in pg_md5_hash().
Tom Lane
2022-04-18
1
-0
/
+13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-3
/
+0
*
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
1
-0
/
+4
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
2
-34
/
+34
*
Add color support for new frontend detail/hint messages
Peter Eisentraut
2022-04-11
1
-0
/
+13
*
Improve frontend error logging style.
Tom Lane
2022-04-08
4
-62
/
+49
*
Fix possible NULL-pointer-deference in backup_compression.c.
Robert Haas
2022-03-30
1
-2
/
+10
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
1
-0
/
+16
*
Make update-unicode target work in vpath builds
Peter Eisentraut
2022-03-25
1
-4
/
+4
*
In get_bc_algorithm_name, add a dummy return statement.
Robert Haas
2022-03-23
1
-0
/
+1
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
2
-0
/
+270
*
Use bitwise rotate functions in more places
John Naylor
2022-02-20
1
-2
/
+2
*
Suppress integer-overflow compiler warning for inconsistent sun_len.
Tom Lane
2022-02-14
1
-1
/
+11
*
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-17
1
-25
/
+25
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
3
-17
/
+205
*
Fix incorrect comments in hmac.c and hmac_openssl.c
Michael Paquier
2022-01-13
2
-6
/
+2
[next]