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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2024-12-17
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-12-17
Tweak some comments related to variable-numbered stats in pgstat.c
Michael Paquier
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-15
Declare a couple of variables inside not outside a PG_TRY block.
Tom Lane
2024-12-14
Refactor some SQL/JSON error messages
Álvaro Herrera
2024-12-14
Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024-12-11
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-04
Fix dead code
Peter Eisentraut
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-03
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
Perform provider-specific initialization in new functions.
Jeff Davis
2024-12-03
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
Fix #include order in timestamp.c.
Dean Rasheed
2024-12-02
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-11-29
Small indenting fixes in jsonpath_scan.l
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
Remove redundant relam initialization
Álvaro Herrera
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
Require ucrt if using MinGW.
Thomas Munro
2024-11-27
Support LIKE with nondeterministic collations
Peter Eisentraut
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-20
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
2024-11-14
Replace postmaster.c's own backend type codes with BackendType
Heikki Linnakangas
2024-11-13
Fix comment in injection_point.c
Michael Paquier
2024-11-11
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
Add two attributes to pg_stat_database for parallel workers activity
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-05
Clear padding of PgStat_HashKey when handling pgstats entries
Michael Paquier
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
[next]