Commit Graph

  • b6ed3cf4b0 SQL/JSON: Fix a paragraph in JSON_TABLE documentation Amit Langote 2024-07-16 14:11:10 +09:00
  • 884d791b21 SQL/JSON: Fix a paragraph in JSON_TABLE documentation Amit Langote 2024-07-16 14:10:58 +09:00
  • d2b74882ca Add tap test for pg_signal_autovacuum role Michael Paquier 2024-07-16 10:05:46 +09:00
  • ff3cae4875 Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:37 -07:00
  • 212b0262d6 Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:31 -07:00
  • 11441ad48d Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:28 -07:00
  • 3006fd8e6e Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:25 -07:00
  • 9d3a2b3cdf Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:22 -07:00
  • 69bdee12e4 Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:17:18 -07:00
  • 47ecbfdfcc Fix bad indentation introduced in 43cd30bcd1c Andres Freund 2024-07-15 15:11:56 -07:00
  • 4128453003 ci: Use newer LLVM version with gcc, to avoid compiler warnings Andres Freund 2024-07-15 15:04:15 -07:00
  • a15b0edb5d Add missing RestrictSearchPath() calls. Jeff Davis 2024-07-15 12:08:00 -07:00
  • 8e28778ce3 Add missing RestrictSearchPath() calls. Jeff Davis 2024-07-15 12:07:03 -07:00
  • ee89c4fa4b Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:03 -07:00
  • 2cf9bda76c Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:03 -07:00
  • 92f02c39c0 Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:03 -07:00
  • be0fa5ba00 ci: Upgrade to Debian Bookworm Andres Freund 2024-07-15 09:26:02 -07:00
  • 27004d6711 ci: Upgrade to Debian Bookworm Andres Freund 2024-07-15 09:26:02 -07:00
  • 2ad3b9350f Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:02 -07:00
  • b9f3db23b7 Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:02 -07:00
  • bd40ffd8af ci: Upgrade to Debian Bookworm Andres Freund 2024-07-15 09:26:01 -07:00
  • c8a6ec206a ci: Upgrade to Debian Bookworm Andres Freund 2024-07-15 09:26:01 -07:00
  • 9b047cc0b2 Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:01 -07:00
  • 43cd30bcd1 Fix type confusion in guc_var_compare() Andres Freund 2024-07-15 09:26:01 -07:00
  • 34f457e99a Doc: minor improvements for plpgsql "Transaction Management" section. Tom Lane 2024-07-15 11:59:43 -04:00
  • a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. Tom Lane 2024-07-15 11:59:43 -04:00
  • 8583b1f993 Run LLVM verify pass on IR in assert builds. Thomas Munro 2024-07-15 16:20:09 +12:00
  • 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable Heikki Linnakangas 2024-07-15 11:12:22 +03:00
  • b8bf76cbde Use atomics to avoid locking in InjectionPointRun() Heikki Linnakangas 2024-07-15 10:21:16 +03:00
  • 86db52a506 Use atomics to avoid locking in InjectionPointRun() Heikki Linnakangas 2024-07-15 10:21:16 +03:00
  • b5ef82966b
    Modified docker documentation (#233) Zsolt Parragi 2024-07-15 08:10:41 +01:00
  • 6a700da46e Fix unstable tests in partition_merge.sql and partition_split.sql. Fujii Masao 2024-07-15 14:09:30 +09:00
  • 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. Fujii Masao 2024-07-15 14:09:30 +09:00
  • 929390e4d8 Fix tablespace handling in MERGE/SPLIT partition commands. Fujii Masao 2024-07-15 13:11:51 +09:00
  • c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. Fujii Masao 2024-07-15 13:11:51 +09:00
  • 069d0ff022 Check lateral references within PHVs for memoize cache keys Richard Guo 2024-07-15 10:26:33 +09:00
  • 02b4f5e1f2 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • b020a866a2 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • 236b225ed4 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • 8fc4876147 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • e7f9f44e3b Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • cf588e10f6 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. Tom Lane 2024-07-14 13:49:46 -04:00
  • 46de1fa7bb Add backend attribute to avoid connect for each query AldoRastrelli 2024-07-13 17:31:50 -03:00
  • 6c5093a9ab Rename some vars AldoRastrelli 2024-07-13 17:31:35 -03:00
  • 5ea9f66616 Use correct collate.windows.win1252.out Andrew Dunstan 2024-07-13 16:19:10 -04:00
  • 80536e49aa Delete unnecessary config files AldoRastrelli 2024-07-13 17:02:18 -03:00
  • ce419c9348 Update router.rs AldoRastrelli 2024-07-13 17:00:20 -03:00
  • 337250ba39 [TAS-49] Add Communication Channels [merged from Franco's] AldoRastrelli 2024-07-13 16:54:48 -03:00
  • e68f5490cc Merge branch 'shard-leader-connection' into shard-leader-connection-router-struct AldoRastrelli 2024-07-13 15:27:29 -03:00
  • 1d7cf66ebb Delete unnecessary comments AldoRastrelli 2024-07-13 15:25:29 -03:00
  • 39919dba05 [TAS-49] Printing query rows AldoRastrelli 2024-07-13 15:03:21 -03:00
  • d08962d4a9 [WIP] Shard AldoRastrelli 2024-07-13 01:06:35 -03:00
  • 9620a4f296 [TAS-49] Router Singleton working AldoRastrelli 2024-07-13 00:18:57 -03:00
  • a3c4cfc449 [TAS-49] Router Basic Struct & initialization AldoRastrelli 2024-07-13 00:00:10 -03:00
  • e527886e42 Add color to println! and some fixes francupp9-12 2024-07-12 17:44:10 -03:00
  • a2e9803540 Add multiples connections with client francupp9-12 2024-07-12 17:12:06 -03:00
  • 42c48c6464 WIP: Connection between client and router francupp9-12 2024-07-11 18:28:30 -03:00
  • 898dd4c019 Add hypothetical Router listening for shards francupp9-12 2024-07-07 18:05:01 -03:00
  • 22c38f7265
    Merge pull request #7 from isoprophlex/execute-queries-once Franco Cuppari 2024-07-13 15:07:25 -03:00
  • 2b415e95a8 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 2024-07-13 08:09:33 -07:00
  • e81deeefca Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 2024-07-13 08:09:33 -07:00
  • 2b4a2a79ed Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 2024-07-13 08:09:33 -07:00
  • 0d3b35c367 Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch 2024-07-13 08:09:33 -07:00
  • f5bb46fb2e Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 2024-07-13 08:09:33 -07:00
  • d5e6891502 Fix new assertion for MERGE view_name ... DO NOTHING. Noah Misch 2024-07-13 08:09:33 -07:00
  • 7102070329 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 2024-07-13 08:09:33 -07:00
  • 53a14ec290 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • 2423c84d09 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • c5b15c4171 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • 6f55b4f112 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • 75f4ae2b80 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • dd12eb33af Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • 055891f374 Make sure to run pg_isready on correct port Andrew Dunstan 2024-07-12 18:29:15 -04:00
  • ba9fcac720 Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • 3554d841d2 Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • 894b497ac9 Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • 5546a834cc Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • a622095bcc Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • 3c1c82d406 Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • a8458f508a Fix lost Windows socket EOF events. Thomas Munro 2024-07-13 14:59:46 +12:00
  • 5dffda7573 Catch query in mainloop and send it to shard. Change the implementation of SendQueryToShard to return a boolean according to the result of the query NContinanza 2024-07-12 23:25:45 -03:00
  • 291c420747 Use diff --strip-trailing-cr in pg_regress.c Andrew Dunstan 2024-07-12 18:20:40 -04:00
  • b96d523aac Add color to println! and some fixes francupp9-12 2024-07-12 17:44:10 -03:00
  • e59d2c5fc9 Add multiples connections with client francupp9-12 2024-07-12 17:12:06 -03:00
  • 067cb6c5da
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 7898a494fd
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 2f50074597
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 9f0f72d89f
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 34eb37f792
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 0340eefd9b
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • 74e12db19c
    Add ORDER BY to new test query Alvaro Herrera 2024-07-12 13:44:19 +02:00
  • d0054432d4
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 0574825693
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 66aaa7a718
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 4ae09c59d6
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 00a40e33c0
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 30ca4e1ab1
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 8391779138
    Fix ALTER TABLE DETACH for inconsistent indexes Alvaro Herrera 2024-07-12 12:54:01 +02:00
  • 734c057a89 Add assertion in pgstat_write_statsfile() about processes allowed Michael Paquier 2024-07-12 15:09:53 +09:00