Commit Graph

  • 9895b35cb8 Fix ALTER DOMAIN NOT NULL syntax Peter Eisentraut 2024-04-15 08:20:34 +0200
  • d21d61b96f Put back initialization of 'sslmode', to silence Coverity Heikki Linnakangas 2024-04-14 23:02:43 +0300
  • cd4b6af620 Fix unnecessary padding in incremental backups Tomas Vondra 2024-04-14 20:34:29 +0200
  • 8225c2fd40 Add regression test for BRIN parallel builds Tomas Vondra 2024-04-14 18:58:30 +0200
  • 8cea358b12 Use the correct PG_DETOAST_DATUM macro in BRIN Tomas Vondra 2024-04-14 18:19:52 +0200
  • bb616ed3e6 Use the correct PG_DETOAST_DATUM macro in BRIN Tomas Vondra 2024-04-14 18:19:52 +0200
  • ad23af83da Update nbits_set in brin_bloom_union Tomas Vondra 2024-04-14 17:58:59 +0200
  • 3cd4135119 Update nbits_set in brin_bloom_union Tomas Vondra 2024-04-14 17:58:59 +0200
  • ccd8f0fa1e Update nbits_set in brin_bloom_union Tomas Vondra 2024-04-14 17:58:59 +0200
  • 2f20ced1eb Update nbits_set in brin_bloom_union Tomas Vondra 2024-04-14 17:58:59 +0200
  • 08059fc049 freespace: Don't return blocks past the end of the main fork. Noah Misch 2024-04-13 08:34:20 -0700
  • 7c490a18b7 freespace: Don't return blocks past the end of the main fork. Noah Misch 2024-04-13 08:34:20 -0700
  • 4e62ba21a9 freespace: Don't return blocks past the end of the main fork. Noah Misch 2024-04-13 08:34:20 -0700
  • 9358297431 freespace: Don't return blocks past the end of the main fork. Noah Misch 2024-04-13 08:34:20 -0700
  • e9b905325c Correct "improve role option documentation". Noah Misch 2024-04-13 07:56:14 -0700
  • 68ba46dfe3 Correct "improve role option documentation". Noah Misch 2024-04-13 07:56:14 -0700
  • 4cc1c76fe9 Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos' Heikki Linnakangas 2024-04-12 19:52:39 +0300
  • 65dfe9d167 Move libpq encryption negotiation tests Heikki Linnakangas 2024-04-12 19:52:37 +0300
  • 084cae5513 Fix compilation with --with-gssapi --without-openssl Heikki Linnakangas 2024-04-12 19:52:34 +0300
  • 0a5f229189 Fix libpq_encryption tests when compiled without SSL support Heikki Linnakangas 2024-04-12 19:52:28 +0300
  • 929c05774b Don't allocate large buffer on the stack in pg_verifybackup Andrew Dunstan 2024-04-12 10:52:25 -0400
  • 42fa4b6601 Assorted minor cleanups in the test_json_parser module Andrew Dunstan 2024-04-09 15:30:48 -0400
  • b8a7bfa333 Shrink test file for test_json_parser module Andrew Dunstan 2024-04-09 14:35:08 -0400
  • daf554dbea Add a TAP test for test_json_parser_perf Andrew Dunstan 2024-04-09 14:23:20 -0400
  • 661ab4e185 Fix some memory leaks associated with parsing json and manifests Andrew Dunstan 2024-04-09 09:07:14 -0400
  • b9ecefecc7 Fix recently introduced typo in code comment David Rowley 2024-04-12 23:15:52 +1200
  • 3741f2a09d Fix the review comments and a bug in the slot sync code. Amit Kapila 2024-04-12 15:03:28 +0530
  • 3af7040985 Fix IS [NOT] NULL qual optimization for inheritance tables David Rowley 2024-04-12 20:07:53 +1200
  • 7924036cbb Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • 164c945c38 Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • da11a14e0c Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • 268e723b12 Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • e177da5c87 Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • 6d4f062714 Doc: fix bogus to_date() examples. Tom Lane 2024-04-11 11:09:00 -0400
  • 772faafca1 Revert: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov 2024-04-11 16:30:32 +0300
  • 922c4c461d Revert: Allow table AM to store complex data structures in rd_amcache Alexander Korotkov 2024-04-11 15:54:25 +0300
  • 8dd0bb84da Revert: Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 2024-04-11 15:53:26 +0300
  • 193e6d18e5 Revert: Allow locking updated tuples in tuple_update() and tuple_delete() Alexander Korotkov 2024-04-11 15:51:35 +0300
  • da841aa4dc Revert: Let table AM insertion methods control index insertion Alexander Korotkov 2024-04-11 15:47:53 +0300
  • bc1e2092eb Revert: Custom reloptions for table AM Alexander Korotkov 2024-04-11 15:46:35 +0300
  • 3ceb2f96d2 meson: Remove obsolete function test Peter Eisentraut 2024-04-11 12:44:54 +0200
  • 87840b9741 meson: Remove obsolete function test Peter Eisentraut 2024-04-11 12:44:54 +0200
  • 56c6703bd0 postgres_fdw: Improve comment about handling of asynchronous requests. Etsuro Fujita 2024-04-11 19:25:00 +0900
  • 0341d4b10e Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita 2024-04-11 19:05:07 +0900
  • 01b01a77fe Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita 2024-04-11 19:05:05 +0900
  • b714bc40cf Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita 2024-04-11 19:05:04 +0900
  • b82dca2a5a Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita 2024-04-11 19:05:02 +0900
  • e79ceafe93 Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita 2024-04-11 19:05:00 +0900
  • 574c7c7546 Use correct datatype for xmin variables in slot.c Michael Paquier 2024-04-11 17:19:35 +0900
  • 8f136af3c4 Use correct datatype for xmin variables in slot.c Michael Paquier 2024-04-11 17:19:20 +0900
  • 810f64a015 Revert indexed and enlargable binary heap implementation. Masahiko Sawada 2024-04-11 17:18:05 +0900
  • efb8acc0d0 Replace binaryheap + index with pairingheap in reorderbuffer.c Masahiko Sawada 2024-04-11 17:04:38 +0900
  • 942219996c Fix grammar. Thomas Munro 2024-04-11 14:35:42 +1200
  • d8f5acbdb9 Fix potential stack overflow in incremental backup. Thomas Munro 2024-04-11 13:19:29 +1200
  • f56a9def71 Fix inconsistency with replay of hash squeeze record for clean buffers Michael Paquier 2024-04-11 09:20:51 +0900
  • 5e9d8bed00 Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:59 -0400
  • f5cee411a1 Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:59 -0400
  • dc5824a06e Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:59 -0400
  • d85db0a8e9 Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:59 -0400
  • 48f216dc63 Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:58 -0400
  • 5392dd3d2a Fix plpgsql's handling of -- comments following expressions. Tom Lane 2024-04-10 15:45:58 -0400
  • bfed705002 Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • 0a97ef7600 Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • 2e56ad6a31 Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • ef124d0952 Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • f6dcddf3e8 Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • 52b49b796c Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson 2024-04-10 13:53:25 +0200
  • 5105c90796 Make GIN tests using injection points concurrent-safe Michael Paquier 2024-04-10 13:48:13 +0900
  • 7e85d1c75f Fix a test in failover slots regression test. Amit Kapila 2024-04-10 08:44:17 +0530
  • 01b55203ac Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • 4f90750b53 Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • 7fe32eaa4a Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • 74992929a7 Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • 53c8d6c9f1 Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • 8461424fd7 Fixup various StringInfo function usages David Rowley 2024-04-10 11:53:32 +1200
  • ff9f72c68f revert: Transform OR clauses to ANY expression Alexander Korotkov 2024-04-10 02:07:34 +0300
  • 5a15bdea3b Remove unused BumpBlockIsValid macro David Rowley 2024-04-10 11:10:16 +1200
  • c99ef1811a Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands Alexander Korotkov 2024-04-10 01:47:00 +0300
  • bf1cfe77ed Fix illegal attribute propagation in LLVM JIT. Thomas Munro 2024-04-10 10:46:15 +1200
  • b1b13d2b52 Doc: use "an SQL" instead of "a SQL" David Rowley 2024-04-10 10:43:31 +1200
  • 8d9714bbaa doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • 8ebda5952a doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • 1435cc87d3 doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • 6304ee6677 doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • db4a0280d3 doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • ad55cc9845 doc: Remove stray comma from list of psql options Daniel Gustafsson 2024-04-09 23:39:38 +0200
  • 27074bce08 Fix incorrect format placeholders Peter Eisentraut 2024-04-09 14:33:06 +0200
  • cfd6ea3ac0 Update config.guess and config.sub Peter Eisentraut 2024-04-09 14:21:57 +0200
  • 43a9cab484 Fix whitespace Peter Eisentraut 2024-04-09 11:32:48 +0200
  • bf183f168c Get rid of anonymous struct John Naylor 2024-04-09 16:16:01 +0700
  • baa82b78dc libpq error message fixes Heikki Linnakangas 2024-04-09 08:06:31 +0300
  • e9f29233fd Fix typo in docs Heikki Linnakangas 2024-04-09 08:04:20 +0300
  • deca6ac136 Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup Michael Paquier 2024-04-09 14:01:33 +0900
  • f4083c4975 injection_points: Fix race condition with local injection point tests Michael Paquier 2024-04-09 10:31:12 +0900
  • 4f1d33d707 In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane 2024-04-08 17:00:07 -0400
  • a85e3ba1c9 In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane 2024-04-08 17:00:07 -0400
  • f463de59d9 In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane 2024-04-08 17:00:07 -0400
  • c21d4c416a Further review for re-implementation of psql's FETCH_COUNT feature. Tom Lane 2024-04-08 15:49:10 -0400
  • 0fe5f64367 Teach radix tree to embed values at runtime John Naylor 2024-04-08 18:54:35 +0700
  • f35bd9bf35 Teach TID store to skip bitmap for small numbers of offsets John Naylor 2024-04-08 18:38:11 +0700