Commit Graph

  • 12bd6eab4d
    Fix vault dependency install (#310) Artem Gavrilov 2024-10-10 17:18:10 +02:00
  • ff84e36c65
    Refactoring (#309) Artem Gavrilov 2024-10-10 17:17:47 +02:00
  • 1909835c28 Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat. Fujii Masao 2024-10-11 00:12:29 +09:00
  • 912d15cba5 doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv. Bruce Momjian 2024-10-09 23:05:50 -04:00
  • 7e059fb6c0 doc PG 17 relnotes: add missing commands for safe search path Bruce Momjian 2024-10-09 22:58:03 -04:00
  • 5a4416192d Avoid crash in estimate_array_length with null root pointer. Tom Lane 2024-10-09 17:07:53 -04:00
  • a3c4a91f1e Avoid crash in estimate_array_length with null root pointer. Tom Lane 2024-10-09 17:07:53 -04:00
  • 8313971d04
    Merge pull request #307 from dutow/pg1072 Zsolt Parragi 2024-10-09 19:34:17 +01:00
  • 6774c1ef9c Added WAL encryption setup Anastasia Alexadrova 2024-10-09 19:19:12 +02:00
  • 09b5608b9f PG-1072: Fix major event trigger issues Zsolt Parragi 2024-10-09 16:10:35 +01:00
  • 727383572c PG-1071: Execute tde event triggers always, even on replicas Zsolt Parragi 2024-10-09 14:30:08 +01:00
  • b94763e51d Updated warning for using tde_heap Anastasia Alexadrova 2024-10-09 15:03:40 +02:00
  • f3f06b1330 Apply GUC name from central table in more places of guc.c Michael Paquier 2024-10-09 18:47:34 +09:00
  • 67a54b9e83 Allow pushdown of HAVING clauses with grouping sets Richard Guo 2024-10-09 17:19:04 +09:00
  • 828e94c9d2 Consider explicit incremental sort for mergejoins Richard Guo 2024-10-09 17:14:42 +09:00
  • 647e76c0ff doc: Fix mention of AT LOCAL in release notes Daniel Gustafsson 2024-10-09 10:13:20 +02:00
  • 610c650647 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • 866e4a7d59 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • 4a75ff7afb Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • 79ca063de8 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • f21e51ea73 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • c4528fdfa9 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • c5b9097255 Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • 9735428661 Allow roles created by new test to log in under SSPI. Tom Lane 2024-10-08 19:46:39 -04:00
  • cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity Michael Paquier 2024-10-09 08:30:45 +09:00
  • de3a2ea3b2 Introduce two fields in EState to track parallel worker activity Michael Paquier 2024-10-09 08:07:48 +09:00
  • 188e9a0089 PG-1012 Documented set up of the_heap access method Anastasia Alexadrova 2024-10-08 20:42:39 +02:00
  • 01fce8dab1 Silence assorted annoying test output. Tom Lane 2024-10-08 14:13:01 -04:00
  • 2d24fd942c Add min and max aggregates for bytea type. Tom Lane 2024-10-08 13:52:14 -04:00
  • 3e4c889823
    PG-1056 xmin and xmax correctness (#292) Artem Gavrilov 2024-10-08 18:06:19 +02:00
  • 57f3702471 Use aux process resource owner in walsender Andres Freund 2024-10-08 11:37:45 -04:00
  • 755a4c10d1 bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers() Andres Freund 2024-10-08 11:37:45 -04:00
  • 488f826c72 bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off Andres Freund 2024-10-08 11:37:45 -04:00
  • c01fd93088 Silence buildfarm warning chatter from bd1276a3c. Tom Lane 2024-10-08 11:15:16 -04:00
  • 42b23bda94
    PG-1093 Fix pending deletes for subtransactions (#302) Artem Gavrilov 2024-10-08 15:04:05 +02:00
  • 05d1b9b5c2 Fix typo and run pgperltidy on newly-added test Heikki Linnakangas 2024-10-08 15:47:51 +03:00
  • 2bbc261ddb Use an shmem_exit callback to remove backend from PMChildFlags on exit Heikki Linnakangas 2024-10-08 15:06:34 +03:00
  • 85ec945b78 Add test for dead-end backends Heikki Linnakangas 2024-10-08 15:06:31 +03:00
  • 6a1d0d470e Add test for connection limits Heikki Linnakangas 2024-10-08 15:06:26 +03:00
  • 5b7da5c261 Doc: add check to detect non-breaking spaces in the docs. Tatsuo Ishii 2024-10-08 20:25:18 +09:00
  • a39297ec02 Move check for binary mode and on_error option to the appropriate location. Fujii Masao 2024-10-08 18:23:43 +09:00
  • 4ac2a9bece Add REJECT_LIMIT option to the COPY command. Fujii Masao 2024-10-08 18:19:58 +09:00
  • d759c1a0b8 Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 12:25:52 +05:30
  • c4b8a916f8 Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 12:13:28 +05:30
  • 0c40d90190 Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 12:01:35 +05:30
  • 5ce0dcc99a Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 11:45:58 +05:30
  • 581092c907 Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 11:01:53 +05:30
  • 4572d59e3c Improve style of two code paths Michael Paquier 2024-10-08 10:51:20 +09:00
  • 9c836d1980 Test CI NContinanza 2024-10-07 22:32:48 -03:00
  • 3e704ca80c Test CI NContinanza 2024-10-07 22:10:16 -03:00
  • d63fe77882 Test CI NContinanza 2024-10-07 21:59:25 -03:00
  • 2fe4167bc6 Fix search_path cache initialization. Jeff Davis 2024-10-07 17:54:19 -07:00
  • a9ed7d9449 Fix search_path cache initialization. Jeff Davis 2024-10-07 17:51:14 -07:00
  • 9e205fd331 Test CI NContinanza 2024-10-07 21:50:13 -03:00
  • a8b2402041 doc PG 17 relnotes: move adminpack item to incompatibilities Bruce Momjian 2024-10-07 20:11:25 -04:00
  • c3b80a7e98 Fix test for password hash length limit. Nathan Bossart 2024-10-07 17:17:39 -05:00
  • 5e0431c32a vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • d4ade0bafb vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • eba8cc1af8 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • 6d047c6a91 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • ce6f27857b vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • 5bd26e6527 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • 8318f2b170 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • c91d0af0a2 Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • b255493aef Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • 8aaf88b63d Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • 01731eeeaa Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • 5cea7168df Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • a356d23fd3 Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • 5d6187d2a2 Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • f391d9dc93 Convert tab-complete's long else-if chain to a switch statement. Tom Lane 2024-10-07 12:22:10 -04:00
  • bd1276a3c9 Prepare tab-complete.c for preprocessing. Tom Lane 2024-10-07 12:19:12 -04:00
  • ef0938f7bd Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS. Tom Lane 2024-10-07 12:13:02 -04:00
  • 8275325a06 Restrict password hash length. Nathan Bossart 2024-10-07 10:56:16 -05:00
  • 022564f60c Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 15:38:45 +05:30
  • 6ae387eb63 doc: Quote value in SET NAMES documentation Daniel Gustafsson 2024-10-07 11:50:39 +02:00
  • 9181077590 Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 15:15:05 +05:30
  • 0f0e253dbf Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 15:04:05 +05:30
  • 8175a7d11f Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 14:53:18 +05:30
  • efe706e273 Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 14:45:39 +05:30
  • e09fff7c98 doc: Add minimal C and SQL example to add a custom table AM handler Michael Paquier 2024-10-07 15:47:40 +09:00
  • 2e7c4abe5a Use camel case for "DateStyle" in some error messages Michael Paquier 2024-10-07 12:36:00 +09:00
  • ad736489c8 Test CI, change to Ubuntu NContinanza 2024-10-06 18:58:34 -03:00
  • e2c708993a Test CI NContinanza 2024-10-06 18:48:13 -03:00
  • 6448620226 Test CI NContinanza 2024-10-06 18:42:02 -03:00
  • 3c9f76a4e7 Test CI NContinanza 2024-10-06 18:31:38 -03:00
  • 3fa1789307 Test CI NContinanza 2024-10-06 18:08:20 -03:00
  • c9968cf57c Test CI NContinanza 2024-10-06 18:02:58 -03:00
  • 0f856b408a Test CI NContinanza 2024-10-06 17:56:56 -03:00
  • df6d9b9501 Test CI NContinanza 2024-10-06 17:50:28 -03:00
  • 0893fad37a Test CI NContinanza 2024-10-06 17:39:45 -03:00
  • f2ea19308d Test CI NContinanza 2024-10-06 17:36:28 -03:00
  • e530e060fe Test CI NContinanza 2024-10-06 17:28:39 -03:00
  • 269adea28e Test CI NContinanza 2024-10-06 17:17:30 -03:00
  • 7c2b2c0506 Test CI NContinanza 2024-10-06 17:04:33 -03:00
  • 5c17f5a639 Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • 4a17acd0db Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • 3daeb539a6 Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • 5de77b609c Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • aef75219cc Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00