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
2023-07-20
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
Set fixed dates for test certificates validity
Daniel Gustafsson
2023-07-20
pg_upgrade: include additional detail in cluster check
Daniel Gustafsson
2023-07-20
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
Fix pg_recvlogical upon signal termination
Michael Paquier
2023-07-19
Doc: move unparenthesized syntaxes for a few commands.
Nathan Bossart
2023-07-19
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-19
Add psql \drg command to display role grants.
Tom Lane
2023-07-19
Doc: improve description of IN and row-constructor comparisons.
Tom Lane
2023-07-19
pg_archivecleanup: Add --clean-backup-history
Michael Paquier
2023-07-19
pg_archivecleanup: Refactor loop doing old segment removals
Michael Paquier
2023-07-19
Doc: Update the logical replication restriction w.r.t Replica Identity Full.
Amit Kapila
2023-07-18
Doc: fix out-of-date example of SPI usage.
Tom Lane
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-17
Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
Tom Lane
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-07-16
Shrink memory contexts struct sizes
David Rowley
2023-07-14
Simplify option handling in pg_ctl.
Nathan Bossart
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-14
Improve error message for MaxAllocSize overrun in accumArrayResult.
Tom Lane
2023-07-14
Add missing initializations of p_perminfo
Amit Langote
2023-07-14
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-14
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-14
Add information about line contents on parsing failure of wait_event_names.txt
Michael Paquier
2023-07-13
Remove double quotes from the second column of wait_event_names.txt
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-13
Remove unnecessary pfree() in g_intbig_compress().
Tom Lane
2023-07-13
Add missing const qualifier
Amit Langote
2023-07-13
Fix code indentation violation in commit b6e1157e7d
Amit Langote
2023-07-13
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
Remove duplicated assignment of LLVMJitHandle->lljit
Michael Paquier
2023-07-13
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-13
Teach in-tree getopt_long() to move non-options to the end of argv.
Nathan Bossart
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-07-13
Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl
Michael Paquier
2023-07-12
meson: Tie adding C++ support to the llvm Meson option
Andres Freund
2023-07-12
meson: Pass more feature option through to required kwargs
Andres Freund
2023-07-12
pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff
Andres Freund
2023-07-12
doc: Clarify the errhint example
Daniel Gustafsson
[next]