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
Age
Commit message (
Expand
)
Author
2024-08-13
All POSIX systems have langinfo.h and CODESET.
Thomas Munro
2024-08-12
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-12
Add user-callable CRC functions.
Nathan Bossart
2024-08-12
Fix outdated comments
David Rowley
2024-08-12
Fix a series of typos and outdated references
David Rowley
2024-08-12
Remove "parent" column from pg_backend_memory_contexts
David Rowley
2024-08-10
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-09
Refactor code to handle death of a backend or bgworker in postmaster
Heikki Linnakangas
2024-08-09
Make BackgroundWorkerList doubly-linked
Heikki Linnakangas
2024-08-09
Remove obsolete RECHECK keyword completely
Peter Eisentraut
2024-08-07
Improve file header comments for astramer code.
Robert Haas
2024-08-07
Introduce hash_search_with_hash_value() function
Alexander Korotkov
2024-08-06
Constify fields and parameters in spell.c
Heikki Linnakangas
2024-08-06
Make nullSemAction const, add 'const' decorators to related functions
Heikki Linnakangas
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-08-06
Fix datatypes in comments in instr_time.h
Heikki Linnakangas
2024-08-06
Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"
Heikki Linnakangas
2024-08-06
Fix comments in instr_time.h and remove an unneeded cast to int64
Heikki Linnakangas
2024-08-05
Move astreamer (except astreamer_inject) to fe_utils.
Robert Haas
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
Fix typo in bufpage.h.
Amit Kapila
2024-08-05
Add helper routines to retrieve data for custom fixed-numbered pgstats
Michael Paquier
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-01
Fix outdated comment; all running bgworkers are in BackendList
Heikki Linnakangas
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
Update comment in portal.h.
Etsuro Fujita
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-08-01
Evaluate arguments of correlated SubPlans in the referencing ExprState
Andres Freund
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-31
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-30
Remove leftover function declaration
Heikki Linnakangas
2024-07-30
Require memory barrier support.
Thomas Munro
2024-07-30
Require compiler barrier support.
Thomas Munro
2024-07-30
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
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
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
Reduce memory used by partitionwise joins
Richard Guo
2024-07-28
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
Fix macro placement in pg_config.h.in
Daniel Gustafsson
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
Disable all TLS session tickets
Daniel Gustafsson
[next]