Commit Graph

  • 63909da978 Fix a typo in logicalrep_write_typ(). Amit Kapila 2024-07-12 10:20:59 +05:30
  • ae4e072bad Fix unstable test in 040_pg_createsubscriber. Amit Kapila 2024-07-12 09:35:46 +05:30
  • 9fd8b331df Fix unstable test in 040_pg_createsubscriber. Amit Kapila 2024-07-12 09:29:21 +05:30
  • 36faed6048 Move query capture to common.c>>SendQuery() NContinanza 2024-07-11 23:59:22 -03:00
  • 22d946b0f8 Consider materializing the cheapest inner path in parallel nestloop Richard Guo 2024-07-12 11:16:43 +09:00
  • 27831127d6 Disable clang 16's -Wcast-function-type-strict. Thomas Munro 2022-12-13 10:03:28 +13:00
  • 6e2552d180 Disable clang 16's -Wcast-function-type-strict. Thomas Munro 2022-12-13 10:03:28 +13:00
  • 72c0b24b2d Improve comment of pgstat_read_statsfile() Michael Paquier 2024-07-12 09:31:33 +09:00
  • ba7b4b64da WIP: Connection between client and router francupp9-12 2024-07-11 18:28:30 -03:00
  • 0d8bd0a72e Improve logical replication connection-failure messages. Tom Lane 2024-07-11 13:21:13 -04:00
  • a0f1fce80c Add min and max aggregates for composite types (records). Tom Lane 2024-07-11 11:50:50 -04:00
  • 302545b032
    Add XLOG functionality to key provider info file and unify XLOG messages for extension installation cleanup (#236) Muhammad Usama 2024-07-11 19:39:59 +05:00
  • bb19b70081 Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:23 +09:00
  • 068674f4ab Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:21 +09:00
  • 2f3304ce13 Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:18 +09:00
  • aee8c2b954 Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:16 +09:00
  • f7d3caf9dd Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:13 +09:00
  • cf2c69ec5a Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:10 +09:00
  • 1b37075877 Fix possibility of logical decoding partial transaction changes. Masahiko Sawada 2024-07-11 22:48:08 +09:00
  • c194de0713 Change pg_regress.c back to using diff -w on Windows Andrew Dunstan 2024-07-11 09:34:27 -04:00
  • 9e4664d950 Add a new 'F' entry type for fixed-numbered stats in pgstats file Michael Paquier 2024-07-11 16:12:04 +09:00
  • 21471f18e9 Add PgStat_KindInfo.init_shmem_cb Michael Paquier 2024-07-11 09:21:40 +09:00
  • a9747be272 Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • f85c91a186 Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • f68d6aabb7 Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • 475e1807c2 Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • 48132587d9 Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • a134baea7a Make our back branches compatible with libxml2 2.13.x. Tom Lane 2024-07-10 20:15:52 -04:00
  • cc2236854e Revamp documentation for predefined roles. Nathan Bossart 2024-07-10 16:35:25 -05:00
  • 0dcf753bd8 Improve the numeric width_bucket() computation. Dean Rasheed 2024-07-10 20:07:20 +01:00
  • 4506d18a98 Use diff's --strip-trailing-cr flag where appropriate on Windows Andrew Dunstan 2024-07-10 09:53:47 -04:00
  • 628c1d1f2c Use diff's --strip-trailing-cr flag where appropriate on Windows Andrew Dunstan 2024-07-10 09:53:47 -04:00
  • 0d483ad4cc doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao 2024-07-10 15:56:07 +09:00
  • 0248762b2a doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao 2024-07-10 15:56:07 +09:00
  • 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. Fujii Masao 2024-07-10 15:56:07 +09:00
  • d898665bf7 Extend pg_get_acl() to handle sub-object IDs Michael Paquier 2024-07-10 10:14:37 +09:00
  • d654510394 feat: handle cc overflows #166 Matthew Kim 2024-07-09 18:25:10 -04:00
  • 8356a902e2 Remove dependence on integer wrapping for jsonb Joseph Koshakow 2024-07-06 15:41:09 -04:00
  • 2fcf7a8977 Remove overflow from array_set_slice Joseph Koshakow 2024-07-06 14:35:00 -04:00
  • dffd7e0f24 Handle overflow in money arithmetic Joseph Koshakow 2024-06-13 22:39:25 -04:00
  • 4066e33416 Remove dependence on integer wrapping Joseph Koshakow 2024-06-08 22:16:46 -04:00
  • e72f787ea6 Prevent CRLF conversion of inputs in json_parser test module Andrew Dunstan 2024-07-09 17:29:48 -04:00
  • f7bd0a381d Prevent CRLF conversion of inputs in json_parser test module Andrew Dunstan 2024-07-09 17:29:48 -04:00
  • 896cd266fd Remove new XML test cases added by e7192486d. Tom Lane 2024-07-09 16:31:15 -04:00
  • b3bd18294e Fix missing invalidations for search_path cache. Jeff Davis 2024-07-09 11:27:17 -07:00
  • f5ce3025ac
    Merge pull request #6 from isoprophlex/pgresult-playground Franco Cuppari 2024-07-09 16:35:59 -03:00
  • e7192486dd Suppress "chunk is not well balanced" errors from libxml2. Tom Lane 2024-07-09 15:01:05 -04:00
  • d3e076549b Fix missing invalidations for search_path cache. Jeff Davis 2024-07-09 11:27:10 -07:00
  • 8a2b8ec3e5
    Access method renaming and conditions (#231) Zsolt Parragi 2024-07-09 19:17:11 +01:00
  • ccd38024bc Introduce pg_signal_autovacuum_worker. Nathan Bossart 2024-07-09 13:03:40 -05:00
  • d1c30fd884 Unrevert "Force nodes for SSL tests to start in TCP mode" Andrew Dunstan 2024-07-09 09:40:30 -04:00
  • 629520be5f Fix comment in libpqrcv_check_conninfo(). Fujii Masao 2024-07-09 21:03:56 +09:00
  • ca481d3c9a Optimise numeric multiplication for short inputs. Dean Rasheed 2024-07-09 10:00:42 +01:00
  • f56dda06dc
    Update README.md (#229) Sergey Pronin 2024-07-09 11:24:06 +03:00
  • ce416fadb4 SQL/JSON: Various improvements to SQL/JSON query function docs Amit Langote 2024-07-09 16:12:22 +09:00
  • 42de72fa7b SQL/JSON: Various improvements to SQL/JSON query function docs Amit Langote 2024-07-09 16:12:22 +09:00
  • 571f7f7086 To improve the code, move the error check in logical_read_xlog_page(). Amit Kapila 2024-07-09 09:00:45 +05:30
  • b68b29bc8f Use pgstat_kind_infos to write fixed shared statistics Michael Paquier 2024-07-09 10:27:12 +09:00
  • c048cd992c Avoid JIT-related test instability in EXPLAIN ANALYZE David Rowley 2024-07-09 12:46:48 +12:00
  • ab4129091c Fix limit block handling in pg_wal_summary_contents(). Fujii Masao 2024-07-09 09:26:54 +09:00
  • c8d5d6c78a Fix limit block handling in pg_wal_summary_contents(). Fujii Masao 2024-07-09 09:26:54 +09:00
  • 5a1e6df3b8 Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZE David Rowley 2024-07-09 12:15:47 +12:00
  • e41f713097 Perform forgotten cat version bump David Rowley 2024-07-09 09:56:46 +12:00
  • 036bdcec9f Teach planner how to estimate rows for timestamp generate_series David Rowley 2024-07-09 09:54:59 +12:00
  • 8b03d743a8 Revert "Force nodes for SSL tests to start in TCP mode" Andrew Dunstan 2024-07-08 17:15:10 -04:00
  • 5193ca8e15 Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan 2024-07-08 13:46:21 -04:00
  • 64f34eb2e2 Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade. Nathan Bossart 2024-07-08 16:18:00 -05:00
  • 4b719e15be Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan 2024-07-08 13:46:21 -04:00
  • 468b2367d2 Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan 2024-07-08 13:46:21 -04:00
  • 4ac08251eb Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan 2024-07-08 13:46:21 -04:00
  • d3e213ae13 Symlink pg_replslot robustly on Windows in pg_basebackup test Andrew Dunstan 2024-07-08 13:46:21 -04:00
  • c774d31f84 Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • 8398485957 Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • 4b4b931bcd Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • b7d3be64e4 Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • 33470429f2 Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • 2e9dfa5e02 Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • e68cf81bfe Choose ports for test servers less likely to result in conflicts Andrew Dunstan 2024-07-08 11:18:06 -04:00
  • 94c2386878 Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • ece2969266 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:56:51 +01:00
  • 198088dc63 Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • 8badee7875 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:58:42 +01:00
  • e4f4c5424c Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • 6082b3d5d3 Use xmlParseInNodeContext not xmlParseBalancedChunkMemory. Tom Lane 2024-07-08 14:04:00 -04:00
  • 1ff39f4ff2 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:48:45 +01:00
  • 81749aa39e Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • a3c0124f69 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:55:31 +01:00
  • e28850111e Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • 47ca912de0 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:54:22 +01:00
  • 85242f9cbc Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • f7aec8c1df Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:52:52 +01:00
  • e4754f780f Force nodes for SSL tests to start in TCP mode Andrew Dunstan 2024-07-08 05:51:26 -04:00
  • 7a8977d258 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 2024-07-08 17:51:23 +01:00
  • 519d710720 Typo fix Amit Langote 2024-07-08 22:12:55 +09:00
  • d4f8517b0b Typo fix Amit Langote 2024-07-08 22:11:57 +09:00
  • 5afebbe529 Fix outdated comment after removal of direct SSL fallback Heikki Linnakangas 2024-07-08 12:44:45 +03:00
  • cc68ca6d42 Fix outdated comment after removal of direct SSL fallback Heikki Linnakangas 2024-07-08 12:44:45 +03:00
  • e311c6e539 Renumber pg_get_acl() in pg_proc.dat Michael Paquier 2024-07-08 15:34:33 +09:00
  • 7340d9362a Widen lossy and exact page counters for Bitmap Heap Scan David Rowley 2024-07-08 14:43:09 +12:00
  • d7db04dfda Remove an extra period in code comment Richard Guo 2024-07-08 11:17:22 +09:00