aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier2021-08-25
* Avoid using ambiguous word "positive" in error message.Fujii Masao2021-08-25
* Improve error message about valid value for distance in phrase operator.Fujii Masao2021-08-25
* ecpg: Remove trailing period from error message.Fujii Masao2021-08-25
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-24
* Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila2021-08-24
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-23
* Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier2021-08-23
* psql: Improve portability of query cancel testPeter Eisentraut2021-08-22
* Fix broken regression test caused by 22c4e88ebDavid Rowley2021-08-23
* Allow parallel DISTINCTDavid Rowley2021-08-22
* Improve error messages about misuse of SELECT INTO.Tom Lane2021-08-21
* Fix performance bug in regexp's citerdissect/creviterdissect.Tom Lane2021-08-20
* Remove --quiet option from pg_amcheckDaniel Gustafsson2021-08-20
* psql: Add test for query cancelingPeter Eisentraut2021-08-20
* pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut2021-08-20
* pg_amcheck: Fix block number parsing on command linePeter Eisentraut2021-08-20
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund2021-08-19
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-19
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane2021-08-18
* Fix pg_amcheck --skip option parameter handlingDaniel Gustafsson2021-08-18
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Reduce assumptions about locale's behavior in new regex tests.Tom Lane2021-08-17
* Improve regex compiler's arc moving/copying logic.Tom Lane2021-08-17
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-17
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Reduce memory consumption for pending invalidation messages.Tom Lane2021-08-16
* Emit namespace in the post-copy errmsgDaniel Gustafsson2021-08-16
* Use direct function calls for pg_popcount{32,64} on non-x86 platformsJohn Naylor2021-08-16
* Clarify initdb --sync-only help message and docsDaniel Gustafsson2021-08-16
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Un-break s_lock_test.Tom Lane2021-08-13
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* pg_amcheck: Message style and structuring improvementsPeter Eisentraut2021-08-13
* Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund2021-08-13
* Fix typo.Andres Freund2021-08-13
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* Fix sslsni connparam boolean checkDaniel Gustafsson2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-13
* Use appropriate tuple descriptor in FDW batchingTomas Vondra2021-08-12
* Speed up generation of Unicode hash functions.John Naylor2021-08-12
* Fix grammar mistake in hash index READMEJohn Naylor2021-08-12
* Avoid unnecessary shared invalidations in ROLLBACK PREPAREDMichael Paquier2021-08-12