Commit Graph

52219 Commits (026ed8efd6b1d774924937baf3209b676df4531f)
 

Author SHA1 Message Date
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
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
Tom Lane a6bd28beb0 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Daniel Gustafsson 72bbff4cd6 Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 318df80235 Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Daniel Gustafsson 152c2e0ae1 Remove unused regression test certificate server-ss 4 years ago
Michael Paquier e2ce88b58f Add tab completion for DECLARE .. ASENSITIVE in psql 4 years ago
Michael Paquier 1e3445237b Fix regression test output of sepgsql 4 years ago
Michael Paquier 7b565843a9 Add call to object access hook at the end of table rewrite in ALTER TABLE 4 years ago
Tom Lane 18bac60ede Let regexp_replace() make use of REG_NOSUB when feasible. 4 years ago
Andres Freund e12694523e Fix bogus assertion in BootstrapModeMain(). 4 years ago
Tom Lane 0e6aa8747d Avoid determining regexp subexpression matches, when possible. 4 years ago
David Rowley 76ad24400d Remove some special cases from MSVC build scripts 4 years ago
David Rowley deb6ffd4fd Doc: Fix misleading statement about VACUUM memory limits 4 years ago
David Rowley 4a3d806f38 Use ExplainPropertyInteger for queryid in EXPLAIN 4 years ago
Amit Kapila c9229d3d2b Fix typo in 022_twophase_cascade.pl. 4 years ago
David Rowley 2e281249af Add POPCNT support for MSVC x86_64 builds 4 years ago
Bruce Momjian d8a75b1308 doc: mention pg_upgrade extension script 4 years ago
Peter Eisentraut ae03a7c739 Remove some unnecessary casts in format arguments 4 years ago
Tom Lane cf5ce5aa70 Doc: remove bogus <indexterm> items. 4 years ago
Peter Eisentraut c1132aae33 Check the size in COPY_POINTER_FIELD 4 years ago
Peter Eisentraut 18fea737b5 Change NestPath node to contain JoinPath node 4 years ago
Peter Eisentraut 2226b4189b Change SeqScan node to contain Scan node 4 years ago