summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12relnotes: adjust several logical replication items and FK textBruce Momjian
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-05-12relnotes: mention non-exclusive backup mode was deprecatedBruce Momjian
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-12relnotes: add author to in-memory sorts itemBruce Momjian
2022-05-12relnotes: update for non-exclusive backup mode removalBruce Momjian
2022-05-12relnote: improve sorting entriesBruce Momjian
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11relnotes: adjustments from Álvaro HerreraBruce Momjian
2022-05-11relnotes: update foreign key partition and add sort itemsBruce Momjian
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add logging for excessive ProcSignalBarrier waits.Thomas Munro
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-11Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-11relnotes: more adjustmentsBruce Momjian
2022-05-11relnotes: logical replication permissions checked by subscrib.Bruce Momjian
2022-05-11relnotes: adjustmentsBruce Momjian
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-10configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane
2022-05-10relnotes: adjust sections for various itemsBruce Momjian
2022-05-10relnote: add ARM64 spinlock itemBruce Momjian
2022-05-10relnotes: remove sequence replication and update 'postgres -C'Bruce Momjian
2022-05-10relnote: extensive updatesBruce Momjian
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-05-10doc: Update SQL keywords for SQL:2016 technical corrigendaPeter Eisentraut
2022-05-10relnotes: "training" -> "trailing"Bruce Momjian
2022-05-10doc: first draft of PG 15 release notesBruce Momjian
2022-05-10Fix several issues with the TAP tests of pg_upgradeMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-09Add missing source files to nls.mkPeter Eisentraut
2022-05-08Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-05-08Fix race in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-07Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-07Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-05-06pgcrypto: remove questionmark from error messageDaniel Gustafsson
2022-05-06pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson
2022-05-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-05-06Fix typo in origin.cMichael Paquier
2022-05-06Update SQL featuresPeter Eisentraut
2022-05-06Fix some whitespace in documentation markupPeter Eisentraut
2022-05-06doc: Fix typosPeter Eisentraut