Commit Graph

52050 Commits (1d5135f0043b32a7d9fdc66a9553c2078900e240)
 

Author SHA1 Message Date
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
Tom Lane 00116dee5a Rethink regexp engine's backref-related compilation state. 4 years ago
David Rowley 75a2d132ea Remove unused function declaration 4 years ago
Tom Lane cb76fbd7ec Make regexp engine's backref-related compilation state more bulletproof. 4 years ago
Tom Lane cc1868799c Fix use-after-free issue in regexp engine. 4 years ago
Andres Freund 675c945394 Move temporary file cleanup to before_shmem_exit(). 4 years ago
Peter Eisentraut 256909c6c1 Remove T_MemoryContext 4 years ago
Peter Eisentraut 80dfbbf1b1 pg_amcheck: Message style improvements 4 years ago
Tom Lane 9179a82d7a Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. 4 years ago
Peter Eisentraut 789d8060f0 pg_amcheck: Add missing translation markers 4 years ago
Peter Eisentraut f4f4a649d8 Message style improvements 4 years ago
Andres Freund fb2c5028e6 pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit(). 4 years ago
Andres Freund a1bb3d5dbe Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). 4 years ago
Andres Freund fa91d4c91f Make parallel worker shutdown complete entirely via before_shmem_exit(). 4 years ago
Andres Freund ee3f8d3d3a pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. 4 years ago
Tom Lane 5c056b0c25 Don't elide casting to typmod -1. 4 years ago
Dean Rasheed 2642df9fac Adjust the integer overflow tests in the numeric code. 4 years ago
Peter Eisentraut ba4eb86cef Add missing message punctuation 4 years ago
Peter Eisentraut 05e60aece3 Fix wording 4 years ago
Andres Freund b406478b87 process startup: Always call Init[Auxiliary]Process() before BaseInit(). 4 years ago