summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-24Defend against stack overrun in a few more places.Tom Lane
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Add BackendType for standalone backendsAndres Freund
2022-08-23pgstat: Acquire lock when reading variable-numbered statsAndres Freund
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-11Optimize xid/subxid searches in XidInMVCCSnapshot().John Naylor
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-08-06Fix function-defined-but-not-used warning.Tom Lane
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-05Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-07-31Fix trim_array() for zero-dimensional array argument.Tom Lane
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
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-27Fix read_relmap_file() concurrency on Windows.Robert Haas
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-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-26Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-19Clean up temp file from refactored dtrace rulePeter Eisentraut
2022-07-18Refactor dtrace postprocessing make rulesAndres Freund
2022-07-18Add output file argument to generate-errcodes.plAndres Freund
2022-07-18Add another SQL/JSON error codePeter Eisentraut
2022-07-17Fix omissions in support for the "regcollation" type.Tom Lane
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut