aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera7 days
* Sort includes in alphabetical orderÁlvaro Herrera7 days
* Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane8 days
* Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch8 days
* aio: Use runtime arguments with injections points in testsMichael Paquier9 days
* injection_points: Add support and tests for runtime argumentsMichael Paquier9 days
* Add support for runtime arguments in injection pointsMichael Paquier9 days
* Skip RSA-PSS ssl test when using LibreSSL.Tom Lane9 days
* Hack one ssl test case to pass with current LibreSSL.Tom Lane9 days
* Centralize ssl tests' check for whether we're using LibreSSL.Tom Lane9 days
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas10 days
* Track the number of presorted outer pathkeys in MergePathRichard Guo11 days
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo11 days
* Remove pg_replication_origin's TOAST table.Nathan Bossart11 days
* Prevent premature nbtree array advancement.Peter Geoghegan11 days
* nbtree: tighten up array recheck rules.Peter Geoghegan11 days
* pg_dumpall: Add --sequence-data.Nathan Bossart11 days
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov12 days
* Remove some tabs in C string literalsPeter Eisentraut12 days
* Fix some comments related to IO workersMichael Paquier12 days
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch13 days
* Refactor test_escape.c for additional ways of testing.Noah Misch13 days
* Translation updatesPeter Eisentraut14 days
* Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov2025-05-03
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-03
* Fix memory allocation/copy mistakes.Etsuro Fujita2025-05-03
* Fix typos in comments.Etsuro Fujita2025-05-03
* Avoid treating nonrequired nbtree keys as required.Peter Geoghegan2025-05-02
* Fix memory leak in _gin_parallel_mergeTomas Vondra2025-05-02
* Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane2025-05-02
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* oauth: Correct SSL dependency for libpq-oauth.aJacob Champion2025-05-02
* Make "directory" setting work with extension_control_pathPeter Eisentraut2025-05-02
* oauth: Fix Autoconf build on macOSJacob Champion2025-05-01
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Adjust overstrong nbtree skip array assertion.Peter Geoghegan2025-04-30
* Convert strncpy to strlcpyDaniel Gustafsson2025-04-30
* vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart2025-04-30
* Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-04-30
* Update time zone data files to tzdata release 2025b.Tom Lane2025-04-30
* Typo and doc fixups for memory context reportingDaniel Gustafsson2025-04-30
* Add missing string terminatorDaniel Gustafsson2025-04-30
* Fix broken indentationDavid Rowley2025-04-30
* Fix a couple of comment typosDavid Rowley2025-04-30
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* oauth: Classify oauth_client_secret as a passwordJacob Champion2025-04-29
* Fix whitespace typo in stringPeter Eisentraut2025-04-29
* initdb: Do not report default autovacuum_worker_slots.Nathan Bossart2025-04-29
* Fixes for ChangeVarNodes_walker()Alexander Korotkov2025-04-29