index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
common
Age
Commit message (
Expand
)
Author
2024-02-16
Introduce overflow-safe integer comparison functions.
Nathan Bossart
2024-02-08
Fix warnings in cpluspluscheck
John Naylor
2024-02-06
Further cosmetic review of hashfn_unstable.h
John Naylor
2024-02-06
Simplify initialization of incremental hash state
John Naylor
2024-01-19
Fixed misspelled byteswap function for big endian machines
John Naylor
2024-01-19
Add optimized C string hashing
John Naylor
2024-01-19
Add inline incremental hash functions for in-memory use
John Naylor
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-19
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas
2023-12-11
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-12-07
Shrink Unicode category table.
Jeff Davis
2023-11-09
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-08
Use a faster hash function in resource owners.
Heikki Linnakangas
2023-11-02
Additional unicode primitive functions.
Jeff Davis
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-09-18
Update Unicode data to Unicode 15.1.0
Peter Eisentraut
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-04-06
Support long distance matching for zstd compression
Tomas Vondra
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-02-23
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-01-18
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-19
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-14
Remove SHA256_HMAC_B from scram-common.h
Michael Paquier
2022-12-11
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-11-30
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-08
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-10-27
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-09-29
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-19
Update Unicode data to Unicode 15.0.0
Peter Eisentraut
2022-09-14
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-13
pg_clean_ascii(): escape bytes rather than lose them
Peter Eisentraut
2022-09-13
Treat Unicode codepoints of category "Format" as non-spacing
John Naylor
2022-09-12
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
[next]