summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-08-04Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane
2022-08-04Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane
2022-08-04Rephrase comments to make them clearerDaniel Gustafsson
2022-08-04Fix formatting and comment typosJohn Naylor
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-08-01Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-08-01Check maximum number of columns in function RTEs, too.Tom Lane
2022-07-31Fix trim_array() for zero-dimensional array argument.Tom Lane
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-30Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-29Move related functions next to each other in pg_publication.c.Amit Kapila
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-28Improve speed of hash index build.Tom Lane
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-28Fix comment in procarray.c.Fujii Masao
2022-07-27Convert macros to static inline functions (buf_internals.h)Robert Haas
2022-07-27Fix read_relmap_file() concurrency on Windows.Robert Haas
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-27Split tuplesortvariants.c from tuplesort.cAlexander Korotkov
2022-07-27Split TuplesortPublic from TuplesortstateAlexander Korotkov
2022-07-27Move memory management away from writetup() and tuplesort_put*()Alexander Korotkov
2022-07-27Put abbreviation logic into puttuple_common()Alexander Korotkov
2022-07-27Add new Tuplesortstate.removeabbrev functionAlexander Korotkov
2022-07-27Remove Tuplesortstate.copytup functionAlexander Korotkov
2022-07-27Add overflow protection for block-related data in WAL recordsMichael Paquier
2022-07-26Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane
2022-07-26Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.Robert Haas
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-26Do not allow removal of superuser privileges from bootstrap user.Robert Haas
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-26Reduce overhead of renaming archive status files.Fujii Masao
2022-07-26Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier
2022-07-26Eliminate duplicate code in table.c.Amit Kapila
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-25Fix ReadRecentBuffer for local buffers.Heikki Linnakangas
2022-07-25Remove useless arguments in ReadCheckpointRecord().Fujii Masao
2022-07-23Remove dead getrusage replacement code.Thomas Munro
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-22Rework grammar for REINDEXAlvaro Herrera
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane