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-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-06
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
Update comment about ExprState.escontext
Amit Langote
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
Optimize WindowAgg's use of tuplestores
David Rowley
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-29
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-28
Add prefetching support on macOS
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-23
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
Create syscache entries for pg_extension
Michael Paquier
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Remove _PG_fini()
Michael Paquier
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
Speed up Hash Join by making ExprStates support hashing
David Rowley
2024-08-15
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-08-15
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-14
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
Remove TRACE_SORT macro
Peter Eisentraut
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
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
[next]