Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 10, 2023
doc: clarify that SSPI and GSSAPI are interchangeable
Show description for 8a6d68fcommitteddoc: Move CREATE ROLE's IN GROUP and USER to deprecated
Show description for 8e78f0acommitteddoc: foreign servers with pushdown need matching collation
Show description for 914599ecommitteddoc: add SSL configuration section reference
Show description for 2cb69f6committeddoc: clarify how the bootstrap user name is chosen
Show description for 8209605committeddoc: document the need to analyze partitioned tables
Show description for 7454502committedFix bug in GenericXLogFinish().
Show description for ef74c71committedReplace has_multiple_baserels() with a bitmap test on all_baserels.
Show description for 14661bacommittedtest_decoding: Remove unnecessary table in twophase test
Show description for 98e8974committedpg_resetwal: Corrections around -c option
Show description for e3679bccommittedAdd const to values and nulls arguments
Show description for 1d91d24committedFix possible crash in add_paths_to_append_rel()
Show description for fc4089fcommittedRevert "Optimize various aggregate deserialization functions"
Show description for 4f3b56ecommittedworker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN
Show description for f483b20committed
Commits on Oct 9, 2023
Doc: use CURRENT_USER not USER in plpgsql trigger examples.
Show description for 64aad69committedRename StartBackgroundWorker() to BackgroundWorkerMain().
Show description for 637109dcommittedAllocate Backend structs in PostmasterContext.
Show description for 0bbafb5committedClarify the checks in RegisterBackgroundWorker.
Show description for 1ca3126committedOptimize various aggregate deserialization functions
Show description for 608fd19committedRemove duplicate words in docs and code comments.
Show description for 7cc2f59committedAmit KapilaStrip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path
Show description for d8a2953committedRemove debug_print_rel and replace usages with pprint
Show description for 77db132committed
Commits on Oct 7, 2023
Fix another typo in e0b1ee17dc
Show description for 82a7132committedRestore proper linkage of pg_char_to_encoding() and friends.
Show description for b6c7cfacommittedFix typos in e0b1ee17dc
Show description for e8c334ccommitted
Commits on Oct 6, 2023
Add test for checking the line length of --help output
Show description for ffb69b2committedRemove environment-variable-based defaults in psql --help
Show description for b433651committed- committedEtsuro Fujita
Skip checking of scan keys required for directional scan in B-tree
Show description for e0b1ee1committedFix crash on syslogger startup
Show description for 5da0a62committedworker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
Show description for fd4d93dcommittedworker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
Show description for 991bb0fcommitted
Commits on Oct 5, 2023
Push attcompression and attstorage handling into BuildDescForRelation()
Show description for 180e339committedMove BuildDescForRelation() from tupdesc.c to tablecmds.c
Show description for 04e4852committedPush attidentity and attgenerated handling into BuildDescForRelation()
Show description for 6d34140committed