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-02-28
Remove AIX support
Heikki Linnakangas
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
Remove last NULL element in config_group_names[]
Michael Paquier
2024-02-28
Refactor AllocSetAlloc(), separating hot and cold paths
David Rowley
2024-02-27
Use C99-designated initializer syntax for more arrays
Michael Paquier
2024-02-27
Fix comments for the dshash_parameters struct.
Nathan Bossart
2024-02-27
Rationalize and improve error messages for some jsonpath items
Andrew Dunstan
2024-02-27
Remove unnecessary array object_classes[] in dependency.c
Michael Paquier
2024-02-27
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-02-26
Fix comment thinko in sequence.c
Michael Paquier
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-02-26
slru.c: Reduce scope of variables in 'for' blocks
Alvaro Herrera
2024-02-26
Group more closely cache updates for backends in sequence.c
Michael Paquier
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2024-02-26
Fix incorrect format placeholder
Peter Eisentraut
2024-02-25
Promote assertion about !ReindexIsProcessingIndex to runtime error.
Tom Lane
2024-02-25
Improve documentation and GUC description for transaction_timeout
Alexander Korotkov
2024-02-23
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-23
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-23
Fix compiler warning on typedef redeclaration
Heikki Linnakangas
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-23
Fix mistake in SQL features list
Peter Eisentraut
2024-02-22
Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected input
Michael Paquier
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
pgindent fix
Peter Eisentraut
2024-02-22
Remove custom Constraint node read/write implementations
Peter Eisentraut
2024-02-22
Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.
Amit Kapila
2024-02-22
Speed up uuid_out() by not relying on a StringInfo
Michael Paquier
2024-02-21
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-21
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-21
Fix typo
Alvaro Herrera
2024-02-21
Remove extra check_stack_depth() from dropconstraint_internal()
Alexander Korotkov
2024-02-20
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-20
Minor corrections for partition pruning
David Rowley
2024-02-20
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
2024-02-19
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
Pass correct count to WALRead().
Jeff Davis
2024-02-16
Add assert to WALReadFromBuffers().
Jeff Davis
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-16
Fix the incorrect format specifier used in commit 7a424ece48.
Amit Kapila
2024-02-16
Add more LOG and DEBUG messages for slot synchronization.
Amit Kapila
2024-02-16
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
[next]