summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-25Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-25Improve error message about valid value for distance in phrase operator.Fujii Masao
2021-08-25ecpg: Remove trailing period from error message.Fujii Masao
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-08-23Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier
2021-08-22psql: Improve portability of query cancel testPeter Eisentraut
2021-08-22Fix broken regression test caused by 22c4e88ebDavid Rowley
2021-08-22Allow parallel DISTINCTDavid Rowley
2021-08-21Improve error messages about misuse of SELECT INTO.Tom Lane
2021-08-20Fix performance bug in regexp's citerdissect/creviterdissect.Tom Lane
2021-08-20Remove --quiet option from pg_amcheckDaniel Gustafsson
2021-08-20psql: Add test for query cancelingPeter Eisentraut
2021-08-20pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut
2021-08-20pg_amcheck: Fix block number parsing on command linePeter Eisentraut
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-19Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
2021-08-19Fix typo in protocol.sgml.Amit Kapila
2021-08-19Improve performance of float overflow checks in btree_gistMichael Paquier
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-18Doc: Fix typo in logical decoding exampleDaniel Gustafsson
2021-08-18Fix pg_amcheck --skip option parameter handlingDaniel Gustafsson
2021-08-17Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane
2021-08-17Reduce assumptions about locale's behavior in new regex tests.Tom Lane
2021-08-17Improve regex compiler's arc moving/copying logic.Tom Lane
2021-08-17Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-08-17doc: \123 and \x12 escapes in COPY are in database encoding.Heikki Linnakangas
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-16Reduce memory consumption for pending invalidation messages.Tom Lane
2021-08-16Emit namespace in the post-copy errmsgDaniel Gustafsson
2021-08-16Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor
2021-08-16Clarify initdb --sync-only help message and docsDaniel Gustafsson
2021-08-16Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier
2021-08-13Un-break s_lock_test.Tom Lane
2021-08-13Add RISC-V spinlock support in s_lock.h.Tom Lane
2021-08-13pg_amcheck: Message style and structuring improvementsPeter Eisentraut
2021-08-13Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund
2021-08-13Fix typo.Andres Freund
2021-08-13Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes
2021-08-13Fix sslsni connparam boolean checkDaniel Gustafsson
2021-08-13Fix incorrect hash table resizing code in simplehash.hDavid Rowley
2021-08-12Make EXEC_BACKEND more convenient on macOS.Thomas Munro
2021-08-12Use appropriate tuple descriptor in FDW batchingTomas Vondra