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
/
include
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
1
-0
/
+2
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
1
-1
/
+1
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
1
-1
/
+1
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
1
-0
/
+4
*
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-02-06
1
-0
/
+21
*
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-18
1
-21
/
+0
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
1
-0
/
+18
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
1
-0
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
36
-36
/
+36
*
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-20
1
-10
/
+21
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
1
-1
/
+1
*
Remove SHA256_HMAC_B from scram-common.h
Michael Paquier
2022-12-14
1
-3
/
+0
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
1
-0
/
+1
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
1
-7
/
+14
*
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-30
1
-0
/
+2
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
1
-0
/
+2
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
1
-0
/
+7
*
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
1
-1
/
+3
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-5
/
+2
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-2
/
+5
*
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-27
1
-0
/
+7
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
3
-4
/
+4
*
Update Unicode data to Unicode 15.0.0
Peter Eisentraut
2022-09-19
5
-2268
/
+2444
*
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-14
1
-2
/
+1
*
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
1
-1
/
+1
*
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-13
1
-12
/
+21
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-12
1
-0
/
+28
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
1
-1
/
+3
*
Fix mismatched file identifications
John Naylor
2022-08-09
1
-1
/
+1
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-12
/
+12
*
Remove PGDLLIMPORT marker from __pg_log_level
Michael Paquier
2022-05-13
1
-1
/
+1
*
Add some missing PGDLLIMPORT markings
Michael Paquier
2022-05-12
1
-1
/
+1
*
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
1
-38
/
+19
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
2
-46
/
+46
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-18
/
+97
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
5
-8
/
+8
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
1
-0
/
+2
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
1
-0
/
+44
*
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
1
-6
/
+0
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
2
-5
/
+10
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
2
-3
/
+7
*
Update copyright for 2022
Bruce Momjian
2022-01-07
35
-35
/
+35
*
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-11-29
2
-10
/
+0
*
Portability hack for pg_global_prng_state.
Tom Lane
2021-11-29
1
-0
/
+4
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-0
/
+60
*
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
1
-2
/
+13
*
Update Unicode data to Unicode 14.0.0
Peter Eisentraut
2021-09-15
5
-3208
/
+3426
*
Extend collection of Unicode combining characters to beyond the BMP
John Naylor
2021-08-26
1
-0
/
+102
*
Update display widths as part of updating Unicode
John Naylor
2021-08-26
1
-0
/
+120
*
Revert "Rename unicode_combining_table to unicode_width_table"
John Naylor
2021-08-26
1
-1
/
+1
[next]