Commit Graph

37833 Commits (255ed90fd260061b4261569151539068be262b51)

Author SHA1 Message Date
Michael Paquier 3465113134 Add tab completion for EXPLAIN .. EXECUTE in psql 4 years ago
Fujii Masao 170aec63cd Avoid using ambiguous word "positive" in error message. 4 years ago
Fujii Masao 085400fee9 Improve error message about valid value for distance in phrase operator. 4 years ago
Fujii Masao 71fee6cfac ecpg: Remove trailing period from error message. 4 years ago
Tom Lane 65dc30ced6 Fix regexp misbehavior with capturing parens inside "{0}". 4 years ago
Amit Kapila 1046a69b30 Fix Alter Subscription's Add/Drop Publication behavior. 4 years ago
Tom Lane 9bbf6f7341 Prevent regexp back-refs from sometimes matching when they shouldn't. 4 years ago
Alvaro Herrera 515e3d84a0
Avoid creating archive status ".ready" files too early 4 years ago
Bruce Momjian f7bda63a48 Improve defaults shown in postgresql.conf.sample and pg_settings 4 years ago
Michael Paquier a3fcbcda75 Fix backup manifests to generate correct WAL-Ranges across timelines 4 years ago
Peter Eisentraut c818c25f44 psql: Improve portability of query cancel test 4 years ago
David Rowley 945f395aeb Fix broken regression test caused by 22c4e88eb 4 years ago
David Rowley 22c4e88ebf Allow parallel DISTINCT 4 years ago
Tom Lane 26ae660903 Improve error messages about misuse of SELECT INTO. 4 years ago
Tom Lane facce1da91 Fix performance bug in regexp's citerdissect/creviterdissect. 4 years ago
Daniel Gustafsson 9a9c8b9201 Remove --quiet option from pg_amcheck 4 years ago
Peter Eisentraut 5b3f471ff2 psql: Add test for query canceling 4 years ago
Peter Eisentraut 9a6345ed74 pg_resetwal: Improve numeric command-line argument parsing 4 years ago
Peter Eisentraut f1899f251d pg_amcheck: Fix block number parsing on command line 4 years ago
Tom Lane 8d2d6ec770 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. 4 years ago
Andres Freund bed5eac2d5 Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe. 4 years ago
Amit Kapila 4cd7a18968 Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP. 4 years ago
Michael Paquier 2576dcfb76 Revert refactoring of hex code to src/common/ 4 years ago
Tom Lane 2313dda9d4 Fix check_agg_arguments' examination of aggregate FILTER clauses. 4 years ago
Daniel Gustafsson 500256d953 Fix pg_amcheck --skip option parameter handling 4 years ago
Tom Lane 6b71c925cb Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership. 4 years ago
Tom Lane b66336c4e1 Reduce assumptions about locale's behavior in new regex tests. 4 years ago
Tom Lane 78a843f119 Improve regex compiler's arc moving/copying logic. 4 years ago
Michael Meskes f576de1db1 Improved ECPG warning as suggested by Michael Paquier and removed test case 4 years ago
Daniel Gustafsson 31f860a52b Set type identifier on BIO 4 years ago
Alvaro Herrera 6f8127b739
Revert analyze support for partitioned tables 4 years ago
Tom Lane 3aafc030a5 Reduce memory consumption for pending invalidation messages. 4 years ago
Daniel Gustafsson 069d33d0c5 Emit namespace in the post-copy errmsg 4 years ago
John Naylor 4864c8e8f1 Use direct function calls for pg_popcount{32,64} on non-x86 platforms 4 years ago
Daniel Gustafsson ea499f3d28 Clarify initdb --sync-only help message and docs 4 years ago
Michael Paquier e4ba1005c0 Refresh apply delay on reload of recovery_min_apply_delay at recovery 4 years ago
Tom Lane 0a208ed63f Un-break s_lock_test. 4 years ago
Tom Lane c32fcac56a Add RISC-V spinlock support in s_lock.h. 4 years ago
Peter Eisentraut 4279e5bc8c pg_amcheck: Message style and structuring improvements 4 years ago
Andres Freund 80a8f95b3b Remove support for background workers without BGWORKER_SHMEM_ACCESS. 4 years ago
Andres Freund 1d5135f004 Fix typo. 4 years ago
Michael Meskes 399edafa2a Fix connection handling for DEALLOCATE and DESCRIBE statements 4 years ago
Daniel Gustafsson 512f4ca6c6 Fix sslsni connparam boolean check 4 years ago
David Rowley 37450f2ca9 Fix incorrect hash table resizing code in simplehash.h 4 years ago
Thomas Munro 88cbbbfa3e Make EXEC_BACKEND more convenient on macOS. 4 years ago
Tomas Vondra 650663b4cb Use appropriate tuple descriptor in FDW batching 4 years ago
John Naylor ba958299ea Speed up generation of Unicode hash functions. 4 years ago
John Naylor b05f7ecec4 Fix grammar mistake in hash index README 4 years ago
Michael Paquier 710796f054 Avoid unnecessary shared invalidations in ROLLBACK PREPARED 4 years ago
Heikki Linnakangas c3928b467a Fix segfault during EvalPlanQual with mix of local and foreign partitions. 4 years ago