summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-03Add missing newlines at the end of two SQL filesMichael Paquier
2024-11-03Suppress new "may be used uninitialized" warning.Noah Misch
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-02Move I/O before the index_update_stats() buffer lock region.Noah Misch
2024-11-01doc: clarify text around MVCC example queryBruce Momjian
2024-11-01doc: remove useless MERGE exampleBruce Momjian
2024-11-01doc: improve tablespace example query and link to helper funcs.Bruce Momjian
2024-11-01doc: fix ALTER DOMAIN domain_constraint to spell out optionsBruce Momjian
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-11-01doc: Add link to listen_addresses as cause of connection failureBruce Momjian
2024-11-01Update contrib/sepgsql regression tests for commit 89e51abcb.Tom Lane
2024-11-01doc: improve build for non-Latin1 charactersBruce Momjian
2024-11-01Clarify nbtree array preprocessing comment.Peter Geoghegan
2024-11-01doc: remove mention of ActiveState for Perl and Tcl on WindowsBruce Momjian
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-11-01Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31Fix refreshing physical relfilenumber on shared indexHeikki Linnakangas
2024-10-31Remove duplicate words in commentsDaniel Gustafsson
2024-10-31Split RelationClearRelation into three different functionsHeikki Linnakangas
2024-10-31Simplify call to rebuild relcache entry for indexesHeikki Linnakangas
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-30injection_points: Improve comment about disabled isolation permutationMichael Paquier
2024-10-30nbtree: assert no scheduled primscan between pages.Peter Geoghegan
2024-10-30Clarify nbtree array exhaustion comments.Peter Geoghegan
2024-10-30Optimize sifting down in binaryheap.Nathan Bossart
2024-10-30Stabilize jsonb_path_query test case.Tom Lane
2024-10-30Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-30meson: Add missing dependency to unicode test programsPeter Eisentraut
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-29Add missing CommandCounterIncrement() in stats import functions.Jeff Davis
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-29Update time zone data files to tzdata release 2024b.Tom Lane
2024-10-29Reduce variable scope and possibly useless pallocDavid Rowley
2024-10-29Doc: add detail about EXPLAIN's "Disabled" propertyDavid Rowley
2024-10-29Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-29Doc: clarify enable_indexscan=off also disabled Index Only ScansDavid Rowley
2024-10-28Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier
2024-10-28Ensure we have a snapshot when updating pg_index in index_drop().Nathan Bossart
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-10-28Guard against enormously long input in pg_saslprep().Tom Lane
2024-10-28Strip Windows newlines from extension script files manually.Tom Lane
2024-10-28Fix WAL_DEBUG buildPeter Eisentraut
2024-10-28nbtree: Minor sibling link traversal tweaks.Peter Geoghegan