Commit Graph

  • 507f2347e7 Fix right-anti-joins when the inner relation is proven unique Richard Guo 2024-07-08 10:30:28 +09:00
  • cccab85c2b Fix right-anti-joins when the inner relation is proven unique Richard Guo 2024-07-08 10:17:12 +09:00
  • 0ffc0acaf3 Fix right-anti-joins when the inner relation is proven unique Richard Guo 2024-07-08 10:11:46 +09:00
  • 74b8e6a698 Re-enable autoruns for cmd.exe on Windows Michael Paquier 2024-07-08 09:43:59 +09:00
  • fa1a63dffc Re-enable autoruns for for cmd.exe on Windows Michael Paquier 2024-07-08 09:35:10 +09:00
  • 7fff5e2e8b Add hypothetical Router listening for shards francupp9-12 2024-07-07 18:05:01 -03:00
  • e28f345c96 [WIP] distribution handler AldoRastrelli 2024-07-07 16:23:53 -03:00
  • cf519043af Change execution command AldoRastrelli 2024-07-07 16:23:19 -03:00
  • 1d55ac144e Update .gitignore: clusters folder added AldoRastrelli 2024-07-07 16:12:32 -03:00
  • 13876e02aa Change .sh files AldoRastrelli 2024-07-07 16:10:43 -03:00
  • 23d0299d04
    Merge pull request #5 from isoprophlex/pgresult-playground AldoRastrelli 2024-07-07 16:10:27 -03:00
  • 4089181427 Remove comment NContinanza 2024-07-06 18:25:52 -03:00
  • bb7813dd77 Remove unused fn from common.h NContinanza 2024-07-06 18:25:10 -03:00
  • 232d692220 Restore changes in common.c NContinanza 2024-07-06 18:24:24 -03:00
  • fecf2636e1 Restore changes in client.res NContinanza 2024-07-06 18:13:39 -03:00
  • 34a5432984 Remove logging files from gitignore NContinanza 2024-07-06 18:12:53 -03:00
  • fd11a22d79 Clear build.rs NContinanza 2024-07-06 18:10:10 -03:00
  • e204c1beda Remove logfile NContinanza 2024-07-06 18:08:19 -03:00
  • 24d548ebf0 Move cluster creation to 'clusters' folder and ignore it AldoRastrelli 2024-07-06 17:59:50 -03:00
  • ebf9725da5 Add ports file and select first available port AldoRastrelli 2024-07-06 17:44:21 -03:00
  • 1e4556b316 Add exclusions to .gitignore NContinanza 2024-07-06 17:35:27 -03:00
  • 2ab6632222 cargo clean in scripts before building NContinanza 2024-07-06 17:29:22 -03:00
  • 60cdbe68ab Fix conflict NContinanza 2024-07-06 17:28:55 -03:00
  • 04990ebbd6 Merge branch 'pgresult-playground' of github.com:isoprophlex/distributed-postgres into pgresult-playground NContinanza 2024-07-06 17:28:37 -03:00
  • 3220e56560 print rows data NContinanza 2024-07-06 17:27:17 -03:00
  • d0b0374dd6 Get user dynamically AldoRastrelli 2024-07-06 17:03:47 -03:00
  • b8f7b6382a Delete my_db dir. Format crate NContinanza 2024-07-06 16:38:54 -03:00
  • fb6633b13f [FIX] Change makefile to fix Mac run AldoRastrelli 2024-07-06 16:32:33 -03:00
  • 066e8ac6ea Use xmlAddChildList not xmlAddChild in XMLSERIALIZE. Tom Lane 2024-07-06 15:16:13 -04:00
  • 04bcf9e19a Adjust tuplestore.c not to allocate BufFiles in generation context David Rowley 2024-07-06 17:40:05 +12:00
  • 49e29cbe8c Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley 2024-07-06 14:00:29 +12:00
  • 84a9d38006 Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley 2024-07-06 14:00:06 +12:00
  • 97651b0139 Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley 2024-07-06 13:59:34 +12:00
  • 9c273679b3 Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 31423bc448 Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 467d77bb16 Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • c2342a925b Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 440aedc0fb Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 274a8195d4 Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 2a5ef09830 Cope with <regex.h> name clashes. Thomas Munro 2024-07-06 10:24:49 +12:00
  • 8212625e53 Fix placement of "static". Tom Lane 2024-07-05 17:32:55 -04:00
  • 8af6958957 doc PG 17 relnotes: fix psql connection cancelation item Bruce Momjian 2024-07-05 16:51:56 -04:00
  • 0b1fe1413e Remove check hooks for GUCs that contribute to MaxBackends. Nathan Bossart 2024-07-05 14:42:55 -05:00
  • ba8f00eef6 Improve PL/Tcl's method for choosing Tcl names of procedures. Tom Lane 2024-07-05 14:14:42 -04:00
  • aaab3ee9c6 Doc: minor improvements for our "Brief History" chapter. Tom Lane 2024-07-05 13:12:34 -04:00
  • e270322f72
    Remove 'percona_tde.pg_tde_key_provider' user catalog (#230) Muhammad Usama 2024-07-05 18:12:59 +05:00
  • 4b211003ec Support loading of injection points Michael Paquier 2024-07-05 17:41:49 +09:00
  • 98347b5a3a Lift limitation that PGPROC->links must be the first field Heikki Linnakangas 2024-07-05 11:21:46 +03:00
  • 590b045c37 Improve memory management and performance of tuplestore.c David Rowley 2024-07-05 17:51:27 +12:00
  • 53abb1e0eb Fix newly introduced issue in EXPLAIN for Materialize nodes David Rowley 2024-07-05 16:56:16 +12:00
  • 18501841bc Add simple codepoint redirections to unaccent.rules. Thomas Munro 2024-07-05 15:25:31 +12:00
  • 1eff8279d4 Add memory/disk usage for Material nodes in EXPLAIN David Rowley 2024-07-05 14:05:08 +12:00
  • aa86129e19 Support "Right Semi Join" plan shapes Richard Guo 2024-07-05 09:26:48 +09:00
  • ada951ff7b Merge branch 'pgresult-playground' of https://github.com/isoprophlex/distributed-postgres into pgresult-playground francupp9-12 2024-07-04 20:41:23 -03:00
  • 926311d6f1 Add row printing in psql.rs francupp9-12 2024-07-04 20:40:59 -03:00
  • 5029adb9c8 Add linker fix for mac AldoRastrelli 2024-07-04 20:35:32 -03:00
  • 39e4fdb96e [WIP] handle_query AldoRastrelli 2024-07-04 19:40:16 -03:00
  • 5c25f34d4d Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • 7961cd49e2 Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • b261649c0a Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • cfac450378 Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • ac2ec6c57b Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • 7f9c715191 Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • 5a519abedd Doc: small improvements in discussion of geometric data types. Tom Lane 2024-07-04 13:23:32 -04:00
  • e72f841cbe
    Fix copy/paste mistake in comment Alvaro Herrera 2024-07-04 13:57:47 +02:00
  • 2ef575c780
    Fix copy/paste mistake in comment Alvaro Herrera 2024-07-04 13:57:47 +02:00
  • 3a9d0d774d
    Remove bogus assertion in pg_atomic_monotonic_advance_u64 Alvaro Herrera 2024-07-04 13:25:31 +02:00
  • 768f0c3e21
    Remove bogus assertion in pg_atomic_monotonic_advance_u64 Alvaro Herrera 2024-07-04 13:25:31 +02:00
  • 1c9acb14ae doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 12:10:12 +02:00
  • 678b545583 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • 0e3df0e3c9 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • f699ce8577 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • fbe039fa61 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • 65b51c7541 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • ab0ae64320 doc: Specify when ssl_prefer_server_ciphers was added Daniel Gustafsson 2024-07-04 11:38:37 +02:00
  • 4564f1cebd Add pg_get_acl() to get the ACL for a database object Michael Paquier 2024-07-04 17:09:06 +09:00
  • 290a6d800d SQL/JSON: Fix some obsolete comments. Amit Langote 2024-06-28 15:09:59 +09:00
  • 7768b6569d SQL/JSON: Fix some obsolete comments. Amit Langote 2024-06-28 15:09:59 +09:00
  • 3a8a1f3254 SQL/JSON: Fix some obsolete comments. Amit Langote 2024-06-28 15:09:59 +09:00
  • 7ff4d7d695 WIP: use rust-postgres driver to send a query to the backend NContinanza 2024-07-03 22:27:31 -03:00
  • b81a71aa05 Assign error codes where missing for user-facing failures Michael Paquier 2024-07-04 09:48:40 +09:00
  • 619f76cce1 Fix typo in GetRunningTransactionData() Alexander Korotkov 2024-07-04 02:05:27 +03:00
  • 6897f0ec02 Optimize memory access in GetRunningTransactionData() Alexander Korotkov 2024-07-04 02:05:37 +03:00
  • 6c1af5482e Fix typo in GetRunningTransactionData() Alexander Korotkov 2024-07-04 02:05:27 +03:00
  • 4331a11c62 Remove incorrect Asserts in buffile.c David Rowley 2024-07-04 09:44:34 +12:00
  • 2329cad1b9 Improve performance of binary_upgrade_set_pg_class_oids(). Nathan Bossart 2024-07-03 14:21:50 -05:00
  • 6e1c4a03a9 Remove is_index parameter from binary_upgrade_set_pg_class_oids(). Nathan Bossart 2024-07-03 10:58:26 -05:00
  • 95219c020c Avoid 0-length memcpy to NULL with EXEC_BACKEND Heikki Linnakangas 2024-07-03 15:58:14 +03:00
  • 1906b1e0ad Tighten check for --forkchild argument when spawning child process Heikki Linnakangas 2024-07-03 15:53:30 +03:00
  • f3412a61f3 Avoid 0-length memcpy to NULL with EXEC_BACKEND Heikki Linnakangas 2024-07-03 15:58:14 +03:00
  • a06e8f84a1 Tighten check for --forkchild argument when spawning child process Heikki Linnakangas 2024-07-03 15:53:30 +03:00
  • ae395f0f7e Fix the testcase introduced in commit 81d20fbf7a. Amit Kapila 2024-07-03 15:04:59 +05:30
  • 14387ab065 Fix the testcase introduced in commit 81d20fbf7a. Amit Kapila 2024-07-03 14:57:07 +05:30
  • 9fd0252579 Replace hardcoded identifiers of pgstats file by #defines Michael Paquier 2024-07-03 13:09:20 +09:00
  • dd569214aa Clean up more unused variables in perl code Michael Paquier 2024-07-03 12:43:57 +09:00
  • dec9d4acdb Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. Nathan Bossart 2024-07-02 13:03:58 -05:00
  • eb21f5bc67 Remove redundant SetProcessingMode(InitProcessing) calls Heikki Linnakangas 2024-07-02 20:14:40 +03:00
  • 4d22173ec0 Move bgworker specific logic to bgworker.c Heikki Linnakangas 2024-07-02 20:12:05 +03:00
  • 8213df9eff pg_dump: Remove some unused return values. Nathan Bossart 2024-07-02 11:22:06 -05:00
  • e930c872b6 Use safe string copy routine Daniel Gustafsson 2024-07-02 11:16:56 +02:00