Commit Graph

52041 Commits (c3928b467a4f0ed2b0ef21a33848e9fcdade37b4)
 

Author SHA1 Message Date
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
Andres Freund 0de13bbc47 Call pgwin32_signal_initialize() in postmaster as well. 4 years ago
Andres Freund 07bf378509 process startup: Centralize pgwin32_signal_initialize() calls. 4 years ago
Andres Freund f8dd4ecb0b process startup: Remove bootstrap / checker modes from AuxProcType. 4 years ago
Andres Freund 0a692109dc process startup: Move AuxiliaryProcessMain into its own file. 4 years ago
Andres Freund 27f7903466 process startup: auxprocess: reindent block 4 years ago
Andres Freund 5aa4a9d207 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. 4 years ago
Andres Freund 50017f7772 process startup: Rename postmaster's --forkboot to --forkaux. 4 years ago
Etsuro Fujita aa769f80ed postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Fujii Masao 93d573d865 Remove unused argument "txn" in maybe_send_schema(). 4 years ago