Commit Graph

  • 3922c9e9f3 Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • f8d9a9f21e Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • d7e08ab4e0 Test CI NContinanza 2024-10-06 16:59:27 -03:00
  • 085a84f21a Test CI NContinanza 2024-10-06 16:51:07 -03:00
  • 58d272af73 Add libsharding.a NContinanza 2024-10-06 16:45:44 -03:00
  • ebf66b46bb Test CI NContinanza 2024-10-06 16:38:23 -03:00
  • e9040677c4 Test CI NContinanza 2024-10-06 16:33:57 -03:00
  • d4276bd5ed Test CI NContinanza 2024-10-06 16:30:37 -03:00
  • df00c831a5 Test CI NContinanza 2024-10-06 16:26:01 -03:00
  • 2621ae64b9 Test CI NContinanza 2024-10-06 16:25:19 -03:00
  • b2529b765d Unify integration tests, tidy up code NContinanza 2024-10-06 16:23:15 -03:00
  • 70fea390cf Move Cluster.pm initialization code to a more obvious place Andrew Dunstan 2024-10-06 10:34:45 -04:00
  • 430ce189fc libpq: Discard leading and trailing spaces for parameters and values in URIs Michael Paquier 2024-10-06 18:23:02 +09:00
  • fee8cb9473 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. Tom Lane 2024-10-05 14:46:44 -04:00
  • 68dfecbef2 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. Tom Lane 2024-10-05 14:46:44 -04:00
  • f9ecb57a50 Clean up WaitLatch calls that passed latch without WL_LATCH_SET Heikki Linnakangas 2024-10-05 15:31:06 +03:00
  • 094ae07160 Remove unneeded #include Heikki Linnakangas 2024-10-05 15:09:32 +03:00
  • 6c0c49f7d3 Remove unused latch Heikki Linnakangas 2024-10-05 15:09:27 +03:00
  • ce17de580f Reject non-ASCII locale names. Thomas Munro 2024-10-05 13:48:33 +13:00
  • 9c7acc3330 Reject non-ASCII locale names. Thomas Munro 2024-10-05 13:48:33 +13:00
  • adbb27ac89 Reject non-ASCII locale names. Thomas Munro 2024-10-05 13:48:33 +13:00
  • f22e84df1d ecpg: avoid adding whitespace around '&' in connection URLs. Tom Lane 2024-10-04 12:01:50 -04:00
  • ddbba3aac8 Rename PageData to GenericXLogPageData Peter Eisentraut 2024-10-04 12:47:35 +02:00
  • 9428c001f6 Speed up numeric division by always using the "fast" algorithm. Dean Rasheed 2024-10-04 09:49:24 +01:00
  • 4dd3087300 Remove assertion checking query ID in execMain.c Michael Paquier 2024-10-04 12:51:17 +09:00
  • 259a0a99fe Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 13:48:32 +01:00
  • 34ae54af92 Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 13:45:37 +01:00
  • dddb5640c6 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 12:53:03 +01:00
  • d7d297f844 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 12:50:38 +01:00
  • 19531968e8 Replace Unicode apostrophe with ASCII apostrophe Amit Langote 2024-10-03 19:51:38 +09:00
  • e55f025b05 Refactor CopyFrom() in copyfrom.c. Fujii Masao 2024-10-03 15:59:16 +09:00
  • a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. Fujii Masao 2024-10-03 15:57:32 +09:00
  • e7834a1a25 Add log_verbosity = 'silent' support to COPY command. Fujii Masao 2024-10-03 15:55:37 +09:00
  • babb3993db Fix expression list handling in ATExecAttachPartition() Amit Langote 2024-10-03 11:59:09 +09:00
  • e2bab2d792 Remove support for unlogged on partitioned tables Michael Paquier 2024-10-03 10:55:02 +09:00
  • 554d3a18f3 Adjust json_manifest_per_file_callback API in one more place. Tom Lane 2024-10-02 20:27:45 -04:00
  • 47d8a15dea Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • 2120eda944 Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • bb8c89dbcd Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • e7af9b52f6 Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • 65f431affd Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • c7a201053e Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • 920d51979a Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • a683aa3505
    PG-979: Run SQL tests with both tde_heap and tde_heap_basic (#291) Zsolt Parragi 2024-10-02 18:08:02 +01:00
  • 3f007cac5d
    Merge pull request #12 from dutow/pextfix Zsolt Parragi 2024-10-02 16:51:16 +01:00
  • fef64fc19a Updated submodule pointer Zsolt Parragi 2024-10-02 15:20:15 +01:00
  • ae29fd7e52
    Add missing include (#301) Zsolt Parragi 2024-10-02 16:49:50 +01:00
  • e3018fca90
    Update macos version in CI up to 14 (#297) Artem Gavrilov 2024-10-02 17:45:09 +02:00
  • f4c065e125
    Fix lwlock compilation error (#300) Zsolt Parragi 2024-10-02 15:19:56 +01:00
  • d94cf5ca7f File size in a backup manifest should use uint64, not size_t. Robert Haas 2024-10-02 09:59:04 -04:00
  • 7b2822ecf9 doc: Missing markup, punctuation and wordsmithing Daniel Gustafsson 2024-10-02 14:50:56 +02:00
  • 4161e7ac1f
    variable fix for packages push (#299) Kai Wagner 2024-10-02 13:44:40 +02:00
  • 9c73395104 Add fastpaths for when no objects are found Daniel Gustafsson 2024-10-02 13:08:55 +02:00
  • 1a123e3b13 Remove superfluous PQExpBuffer resetting Daniel Gustafsson 2024-10-02 13:07:31 +02:00
  • 94902b146f doc: Add link to login event trigger example Daniel Gustafsson 2024-10-02 12:24:39 +02:00
  • 7b1da6178f
    Adding PG17 package builds (#298) Kai Wagner 2024-10-02 12:05:56 +02:00
  • 17cc5f666f Fix inconsistent reporting of checkpointer stats. Fujii Masao 2024-10-02 11:17:47 +09:00
  • e4859f857b doc: Clarify name of files generated by pg_waldump --save-fullpage Michael Paquier 2024-10-02 11:12:48 +09:00
  • 97dccefc36 doc: Clarify name of files generated by pg_waldump --save-fullpage Michael Paquier 2024-10-02 11:12:45 +09:00
  • 506eede711 doc: Clarify name of files generated by pg_waldump --save-fullpage Michael Paquier 2024-10-02 11:12:40 +09:00
  • afc6b53d99 fmt NContinanza 2024-10-01 22:16:16 -03:00
  • 170ce6243f Dummy commit to trigger CI NContinanza 2024-10-01 22:15:05 -03:00
  • 0cc64a5649 Fix project path in CI jobs NContinanza 2024-10-01 22:14:09 -03:00
  • 42d66e356f new CI NContinanza 2024-10-01 22:12:31 -03:00
  • 193ebe65fb Use client in insert and delete test NContinanza 2024-10-01 22:12:19 -03:00
  • e5d3e076cc Fix bug in router initializing. test_create_table passing NContinanza 2024-10-01 21:46:46 -03:00
  • 626103af36 Merge branch 'master' of github.com:isoprophlex/distributed-postgres into integration-tests-ci NContinanza 2024-10-01 21:02:23 -03:00
  • 0be57682fd Fix config files paths and use client in integration tests NContinanza 2024-10-01 21:02:07 -03:00
  • da8a4c1666 Reject a copy EOF marker that has data ahead of it on the same line. Tom Lane 2024-10-01 16:53:54 -04:00
  • 983a588e0b initdb: Add new option "--no-data-checksums" Peter Eisentraut 2024-10-01 10:27:39 -04:00
  • efd72a3d42 Tweak docs to reduce possible impact of data checksums Peter Eisentraut 2024-10-01 09:58:20 -04:00
  • 10b721821d Use macro to define the number of enum values Peter Eisentraut 2024-10-01 09:30:24 -04:00
  • 1fd1f1377b
    Merge pull request #22 from isoprophlex/TAS-73/manage-ids-between-shards AldoRastrelli 2024-10-01 10:25:59 -03:00
  • 99ff05f136
    PG-1040 Fix lwlocks usage (#290) Artem Gavrilov 2024-10-01 15:19:10 +02:00
  • aa915ac0ef
    Fix DELETE of out-of-line attributes (#295) Andrew Pogrebnoi 2024-10-01 16:16:49 +03:00
  • f97400152a
    Merge pull request #13 from dutow/ver2 Zsolt Parragi 2024-10-01 13:58:50 +01:00
  • e6c8113068 Changing the format of version string Zsolt Parragi 2024-10-01 13:29:52 +01:00
  • fc1b2ce0ee Fix some pg_verifybackup issues reported by Coverity. Robert Haas 2024-10-01 08:31:33 -04:00
  • 9c2a6c5a5f Simplify checking for xlocale.h Peter Eisentraut 2024-10-01 07:16:04 -04:00
  • ee4859123e jit: Use opaque pointers in all supported LLVM versions. Peter Eisentraut 2024-10-01 05:05:51 -04:00
  • 972c2cd288 jit: Require at least LLVM 14, if enabled. Peter Eisentraut 2024-10-01 04:49:11 -04:00
  • 1b4d52c355 doc: Mention the connstring key word for PGSERVICE Daniel Gustafsson 2024-10-01 10:20:14 +02:00
  • a94d5b3728 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:35:42 +09:00
  • 34d751ba7b Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:15 +09:00
  • 7bfaa46719 Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:14 +09:00
  • 5f15107875 Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:12 +09:00
  • 41ab456804 Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:11 +09:00
  • 7de9b64a51 Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:09 +09:00
  • f250cb29d9 Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:07 +09:00
  • cf4401fe6c Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:03 +09:00
  • 4f6d43c6f8 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:38:47 +09:00
  • ec33fdcb06 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:38:17 +09:00
  • de357039c0 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:37:37 +09:00
  • e183d72521 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:36:43 +09:00
  • 3b1a377def Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:34:34 +09:00
  • 5deb56387e Expand assertion check for query ID reporting in executor Michael Paquier 2024-10-01 08:56:21 +09:00
  • 102de3be73 Add missing command for pg_maintain in comment Daniel Gustafsson 2024-10-01 00:01:32 +02:00
  • 7702337489 Do not treat \. as an EOF marker in CSV mode for COPY IN. Tom Lane 2024-09-30 17:57:12 -04:00
  • 8d8acecd29 Expose percona_ext as a meson variable Zsolt Parragi 2024-09-30 18:50:53 +01:00
  • d715cb14f7
    Merge pull request #287 from dutow/pg952 Zsolt Parragi 2024-09-30 18:30:32 +01:00