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
Age
Commit message (
Expand
)
Author
2024-01-20
Add hint about not qualifying UPDATE...SET target with relation name.
Tom Lane
2024-01-20
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-19
Fix name collision in c64086b79dba
Alexander Korotkov
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
Add optimized C string hashing
John Naylor
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 broken Bitmapset optimization in DiscreteKnapsack()
David Rowley
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
Optimize vacuuming of relations with no indexes.
Robert Haas
2024-01-18
Error message capitalisation
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-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
Add support for parsing of large XML data (>= 10MB)
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
struct XmlTableRoutine: use C99 designated initializers
Alvaro Herrera
2024-01-16
Assert that partition inherits from only one parent in MergeAttributes()
Peter Eisentraut
2024-01-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
Avoid useless ReplicationOriginExitCleanup locking
Alvaro Herrera
2024-01-14
Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.
Tom Lane
2024-01-14
Remove useless Assert
Peter Eisentraut
2024-01-13
Re-pgindent catcache.c after previous commit.
Tom Lane
2024-01-13
Cope with catcache entries becoming stale during detoasting.
Tom Lane
2024-01-13
Make attstattarget nullable
Peter Eisentraut
2024-01-13
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-12
Refactor ATExecAddColumn() to use BuildDescForRelation()
Peter Eisentraut
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-11
Rework how logirep launchers are stopped during pg_upgrade
Michael Paquier
2024-01-11
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
Remove hastup from LVPagePruneState.
Robert Haas
2024-01-11
Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.
Robert Haas
2024-01-11
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-10
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-10
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
Handle WindowClause.runCondition in tree walker/mutator functions.
Tom Lane
2024-01-09
Cross-check lists of predefined LWLocks.
Nathan Bossart
2024-01-09
An addition to 8c441c08279
Alexander Korotkov
[next]