Commit Graph

52503 Commits (87bb606b20ae4e52fa45eda2d9914c19eb7eea5e)
 

Author SHA1 Message Date
John Naylor 78ab944cd4 Change mbbisearch to return the character range 4 years ago
John Naylor eb0d0d2c73 Rename unicode_combining_table to unicode_width_table 4 years ago
Tom Lane 373e08a9f7 Remove redundant test. 4 years ago
Robert Haas a780b2fcce Fix broken snapshot handling in parallel workers. 4 years ago
Peter Eisentraut 43d4dd8797 psql: Make cancel test more timing robust 4 years ago
Peter Eisentraut bb9ff46bc4 Fix typo 4 years ago
Michael Paquier 1387925a48 Fix incorrect merge in ECPG code with DECLARE 4 years ago
Amit Kapila 29b5905470 Fix toast rewrites in logical decoding. 4 years ago
Etsuro Fujita 255ed90fd2 Doc: Tweak function prototype indentation for consistency. 4 years ago
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
Amit Kapila 0ac1aee0d7 Fix typo in protocol.sgml. 4 years ago
Michael Paquier 32cf7f7acc Improve performance of float overflow checks in btree_gist 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 76987bad33 Doc: Fix typo in logical decoding example 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
Heikki Linnakangas e9a79c220b doc: \123 and \x12 escapes in COPY are in database encoding. 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