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
/
utils
Age
Commit message (
Expand
)
Author
2023-07-27
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
Some refactoring to export json(b) conversion functions
Amit Langote
2023-07-20
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
Add notBefore and notAfter to SSL cert info display
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-17
Remove db_user_namespace.
Nathan Bossart
2023-07-16
Shrink memory contexts struct sizes
David Rowley
2023-07-14
Improve error message for MaxAllocSize overrun in accumArrayResult.
Tom Lane
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
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
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-13
Simplify some conditions related to [LW]Lock in generate-wait_event_types.pl
Michael Paquier
2023-07-11
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-10
Don't expose Windows' mbstowcs_l() and wcstombs_l().
Thomas Munro
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-08
All supported systems have locale_t.
Thomas Munro
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-06
Add GUC parameter "huge_pages_status"
Michael Paquier
2023-07-06
Add newline at the end of header generated by generate-wait_event_types.pl
Michael Paquier
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-07-05
Rename EVT cache hash to make context name unique
Daniel Gustafsson
2023-07-05
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-04
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-06-29
Error message wording improvements
Peter Eisentraut
2023-06-26
Change "..." to cstring in old input/output function comments.
Heikki Linnakangas
2023-06-21
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-06-21
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-15
Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.
Masahiko Sawada
2023-06-12
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
Remove a few unused global variables and declarations.
Heikki Linnakangas
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-08
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-05-23
Use lower case for icu_validation_level values
Peter Eisentraut
2023-05-23
Punctuation improvement in postgresql.conf.sample
Peter Eisentraut
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
Fix remaining references to gss_accept_deleg.
Nathan Bossart
[next]