summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-02Fix rarely-run test for message wording changePeter Eisentraut
2024-09-02Only perform pg_strong_random init when requiredDaniel Gustafsson
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02Cache typarray for fast lookups in binary upgrade modeDaniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-09-01Rename enum labels of PG_Locale_StrategyMichael Paquier
2024-08-31Fix unfairness in all-cached parallel seq scan.Thomas Munro
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-30Clarify restrict_nonsystem_relation_kind description.Masahiko Sawada
2024-08-30Make postgres_fdw's query_cancel test less flaky.Tom Lane
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-30Remove one memoize test case added by commit 069d0ff02.Tom Lane
2024-08-30Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Put generated_stored test objects in a schemaPeter Eisentraut
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-29Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier
2024-08-29Fixup for prefetching support on macOSPeter Eisentraut
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-29Doc: Fix the ambiguity in the description of failover slots.Amit Kapila
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-27Message style improvementsPeter Eisentraut
2024-08-27Fix misplaced translator commentsPeter Eisentraut
2024-08-26Fix identation.Masahiko Sawada
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-08-26Fix nbtree lookahead overflow bug.Peter Geoghegan
2024-08-26pg_upgrade: Message style improvementsPeter Eisentraut
2024-08-26Fix compiler warning in mul_var_short().Dean Rasheed
2024-08-25Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-25Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-24pg_createsubscriber: Message style improvementsPeter Eisentraut
2024-08-23Provide feature-test macros for libpq features added in v17.Tom Lane
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-23Rework new SLRU test with injection pointsMichael Paquier
2024-08-23injection_point: Add injection_points.statsMichael Paquier
2024-08-23injection_points: Add initialization of shmem state when loading moduleMichael Paquier
2024-08-22Doc: explain the log format of logical replication conflicts.Amit Kapila
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-08-22Fix attach of a previously-detached injection point.Noah Misch
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-22Small code simplificationRichard Guo
2024-08-22Create syscache entries for pg_extensionMichael Paquier
2024-08-21Fix obsolete comments in varstr_cmp().Jeff Davis