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-08-06
Remove support for null pg_locale_t most places.
Jeff Davis
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
Optimize JSON escaping using SIMD
David Rowley
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-03
Fix incorrect format placeholders in pgstat.c
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-01
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-01
Add redo LSN to pgstats files
Michael Paquier
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-07-30
Relax check for return value from second call of pg_strnxfrm().
Jeff Davis
2024-07-30
Refactor getWeights to write to caller-supplied buffer
Heikki Linnakangas
2024-07-30
Replace static bufs with a StringInfo in cash_words()
Heikki Linnakangas
2024-07-30
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
Make collation not depend on setlocale().
Jeff Davis
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
Add more debugging information when failing to read pgstats files
Michael Paquier
2024-07-29
Do not return NULL from pg_newlocale_from_collation().
Jeff Davis
2024-07-29
Remove dead generators for cyrillic encoding conversion tables
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-28
Add missing pointer dereference in pg_backend_memory_contexts view
David Rowley
2024-07-28
Fix whitespace in commit 005c6b833f.
Jeff Davis
2024-07-28
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-28
Change collation cache to use simplehash.h.
Jeff Davis
2024-07-28
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
Add test for early backend startup errors
Heikki Linnakangas
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb
Amit Langote
2024-07-25
Fix -Wmissing-variable-declarations warnings for float.c special case
Peter Eisentraut
2024-07-25
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
Replace remaining strtok() with strtok_r()
Peter Eisentraut
2024-07-22
Replace some strtok() with strsep()
Peter Eisentraut
2024-07-22
Add new error code for "file name too long"
Michael Paquier
2024-07-19
Add overflow checks to money type.
Nathan Bossart
2024-07-18
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
Make write of pgstats file durable at shutdown
Michael Paquier
2024-07-15
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
Use atomics to avoid locking in InjectionPointRun()
Heikki Linnakangas
2024-07-12
Add assertion in pgstat_write_statsfile() about processes allowed
Michael Paquier
2024-07-12
Improve comment of pgstat_read_statsfile()
Michael Paquier
2024-07-11
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-10
Improve the numeric width_bucket() computation.
Dean Rasheed
2024-07-09
Suppress "chunk is not well balanced" errors from libxml2.
Tom Lane
[next]