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
Age
Commit message (
Expand
)
Author
2024-01-19
Teach autoprewarm to use the dynamic shared memory registry.
Nathan Bossart
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
doc: Reorganize section for shared memory and LWLocks.
Nathan Bossart
2024-01-19
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
doc: Update compiler for FreeBSD specific instructions
Daniel Gustafsson
2024-01-19
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
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-19
psql: Add ignore_slash_options in bind's inactive branch
Michael Paquier
2024-01-19
Fix incorrect placeholder in walreceiver.c
Michael Paquier
2024-01-19
Improve some documentation about the bootstrap superuser.
Nathan Bossart
2024-01-18
Fix buildfarm error from commit 5c31669058.
Jeff Davis
2024-01-18
Fix broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
2024-01-18
Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command.
Tom Lane
2024-01-18
Remove LVPagePruneState.
Robert Haas
2024-01-18
Move VM update code from lazy_scan_heap() to lazy_scan_prune().
Robert Haas
2024-01-18
Clarify language in incremental backup glossary entry.
Robert Haas
2024-01-18
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
More documentation updates for incremental backup.
Robert Haas
2024-01-18
Rework text in replication slots documentation
Alvaro Herrera
2024-01-18
Error message capitalisation
Peter Eisentraut
2024-01-18
Fix an issue in PostgreSQL::Test::Cluster:psql()
Peter Eisentraut
2024-01-18
Improve handling of dropped partitioned indexes for REINDEX INDEX
Michael Paquier
2024-01-18
Add try_index_open(), conditional variant of index_open()
Michael Paquier
2024-01-18
seg: Add test "security" in meson.build
Michael Paquier
2024-01-17
Remove the flaky check in event_trigger_login regression test
Alexander Korotkov
2024-01-17
Fix spelling in notice
Alexander Korotkov
2024-01-17
Fix incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-17
Close socket in case of errors in setting non-blocking
Daniel Gustafsson
2024-01-17
Fix description of DecodeInsert() in decode.c
Michael Paquier
2024-01-17
Remove some comments related to pqPipelineSync() and PQsendPipelineSync()
Michael Paquier
2024-01-17
Add support for parsing of large XML data (>= 10MB)
Michael Paquier
2024-01-16
xml2: Replace deprecated routines with recommended ones
Michael Paquier
2024-01-16
Fix format specifier for NOTICE in copyfrom.c
Alexander Korotkov
2024-01-16
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
Fix REALLOCATE_BITMAPSETS code
David Rowley
2024-01-16
Be more consistent about whether to update the FSM while vacuuming.
Robert Haas
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-16
Decorate WITH with literal markup tags
Daniel Gustafsson
2024-01-16
Add missing PGDLLIMPORT markings
Heikki Linnakangas
2024-01-16
struct XmlTableRoutine: use C99 designated initializers
Alvaro Herrera
2024-01-16
Don't test already-referenced pointer for nullness
Alvaro Herrera
2024-01-16
doc: Add Identity Column section under Data Definition chapter
Peter Eisentraut
2024-01-16
Assert that partition inherits from only one parent in MergeAttributes()
Peter Eisentraut
2024-01-16
doc: Decorate PostgreSQL with productname tag
Peter Eisentraut
2024-01-16
libpq: Add PQsendPipelineSync()
Michael Paquier
2024-01-16
Fix a typo and some doc indentation related to libpq pipeline functions
Michael Paquier
[next]