Commit Graph

  • 28f3915b73 Remove superfluous 'pgprocno' field from PGPROC Heikki Linnakangas 2024-02-22 01:21:34 +02:00
  • 90ad85db6a
    MERGE ... DO NOTHING: require SELECT privileges Alvaro Herrera 2024-02-21 17:18:52 +01:00
  • a3f5d2056c
    MERGE ... DO NOTHING: require SELECT privileges Alvaro Herrera 2024-02-21 17:18:52 +01:00
  • 4989ce7264
    MERGE ... DO NOTHING: require SELECT privileges Alvaro Herrera 2024-02-21 17:18:52 +01:00
  • ed345c2728
    Fix typo Alvaro Herrera 2024-02-20 10:54:34 +01:00
  • 21d521ded3 doc: Fix link to pg_ident_file_mappings view Daniel Gustafsson 2024-02-21 09:22:18 +01:00
  • 6ed995b13e doc: Fix link to pg_ident_file_mappings view Daniel Gustafsson 2024-02-21 09:08:28 +01:00
  • 690805ca75 doc: Fix link to pg_ident_file_mappings view Daniel Gustafsson 2024-02-21 09:08:28 +01:00
  • ff9e1e764f Add option force_initdb to PostgreSQL::Test::Cluster:init() Michael Paquier 2024-02-21 13:28:51 +09:00
  • 75bcba6cbd Remove extra check_stack_depth() from dropconstraint_internal() Alexander Korotkov 2024-02-21 02:46:56 +02:00
  • eb1d008a7a Doc: improve explanation of type interval, especially extract(). Tom Lane 2024-02-20 14:35:12 -05:00
  • ebf52e9b75 Doc: improve explanation of type interval, especially extract(). Tom Lane 2024-02-20 14:35:12 -05:00
  • 3ad319b8ca Doc: improve explanation of type interval, especially extract(). Tom Lane 2024-02-20 14:35:12 -05:00
  • 6d03e81092 Doc: improve explanation of type interval, especially extract(). Tom Lane 2024-02-20 14:35:12 -05:00
  • fcd210d496 Doc: improve explanation of type interval, especially extract(). Tom Lane 2024-02-20 14:35:12 -05:00
  • b992a707f7 Doc: correct minor error in back-branch release notes. Tom Lane 2024-02-20 11:58:28 -05:00
  • 5ad6c7218e Doc: correct minor error in back-branch release notes. Tom Lane 2024-02-20 11:58:28 -05:00
  • 98be9404d3 Doc: correct minor error in back-branch release notes. Tom Lane 2024-02-20 11:58:28 -05:00
  • 6feacd6c54
    Remove incomplete multiple internal key support (#120) Zsolt Parragi 2024-02-20 12:47:31 +00:00
  • 489072ab7a Replace relids in lateral subquery parse tree during SJE Alexander Korotkov 2024-02-20 14:10:10 +02:00
  • 74563f6b90 Revert "Improve compression and storage support with inheritance" Peter Eisentraut 2024-02-20 11:10:59 +01:00
  • d2ca9a50b5 Minor corrections for partition pruning David Rowley 2024-02-20 18:34:21 +13:00
  • 59cea09f03 Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot() Michael Paquier 2024-02-20 13:43:56 +09:00
  • 818fefd8fd Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot() Michael Paquier 2024-02-20 13:43:51 +09:00
  • ec4fcf4a92 doc: Use system-username instead of system-user Michael Paquier 2024-02-20 11:59:10 +09:00
  • 01ec4d89b9 doc: Use system-username instead of system-user Michael Paquier 2024-02-20 11:59:03 +09:00
  • 3ffcd24c29 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:51:38 +13:00
  • 3850fcca69 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:51:17 +13:00
  • f9c8f7ccd6 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:50:57 +13:00
  • 1b3495e29d Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:50:34 +13:00
  • fb95cc72bf Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:50:09 +13:00
  • 4c2369ac5d Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 2024-02-20 12:49:37 +13:00
  • c59a97313b Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. Noah Misch 2024-02-19 12:52:28 -08:00
  • f024746484 Bound waits in 035_standby_logical_decoding.pl. Noah Misch 2024-02-19 12:52:07 -08:00
  • 0e162810df Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. Noah Misch 2024-02-19 12:52:28 -08:00
  • 4791f87f34 Bound waits in 035_standby_logical_decoding.pl. Noah Misch 2024-02-19 12:52:07 -08:00
  • f2c7a6ea8b Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • 94d7250ac4 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • eac4aff0b8 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • 517010bd49 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • 6257ebf1e3 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • 7f27185324 Doc: fix typo in SECURITY LABEL synopsis. Tom Lane 2024-02-19 14:17:11 -05:00
  • e1b7fde418 Get rid of pg_class usage in SJE regression tests Alexander Korotkov 2024-02-19 14:11:50 +02:00
  • 21a71648d3 ci: Add test coverage of different pg_upgrade modes Peter Eisentraut 2024-02-19 09:21:49 +01:00
  • 56af84e986
    Key Map Implementation - Replacing TDE Forks (#113) Hamid Akhtar 2024-02-19 12:42:18 +05:00
  • f17529b710 Fix 004_subscription.pl to allow its usage in --link mode. Amit Kapila 2024-02-19 10:36:05 +05:30
  • 771240f972 ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:54 +09:00
  • c031ce97b5 ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:52 +09:00
  • a05bb9addb ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:49 +09:00
  • b5cb6022bb ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:47 +09:00
  • 88e03d055d ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:44 +09:00
  • e77a1c58e3 ecpg: Fix zero-termination of string generated by intoasc() Michael Paquier 2024-02-19 11:38:18 +09:00
  • 0a9118ccc0 ecpg: Fix error handling on OOMs when parsing timestamps Michael Paquier 2024-02-19 09:05:51 +09:00
  • a6c21887a9 Remove remaining references to timeouts-long Alexander Korotkov 2024-02-16 23:58:44 +02:00
  • 3b42bdb471 Use new overflow-safe integer comparison functions. Nathan Bossart 2024-02-16 14:05:36 -06:00
  • 6b80394781 Introduce overflow-safe integer comparison functions. Nathan Bossart 2024-02-16 13:37:02 -06:00
  • 73f0a13266 Pass correct count to WALRead(). Jeff Davis 2024-02-16 11:09:11 -08:00
  • 9ecbf54075 Add assert to WALReadFromBuffers(). Jeff Davis 2024-02-16 10:35:42 -08:00
  • 5497daf3aa Replace calls to pg_qsort() with the qsort() macro. Nathan Bossart 2024-02-16 11:37:50 -06:00
  • d57b7cc333 Add missing check_stack_depth() to some recursive functions Alexander Korotkov 2024-02-16 16:02:00 +02:00
  • eb49e1bdd9 Remove timeouts-long.out Alexander Korotkov 2024-02-16 15:57:37 +02:00
  • 0413a55699 Improve compression and storage support with inheritance Peter Eisentraut 2024-02-16 11:51:35 +01:00
  • 1d577f2eaa Remove non-existing file from .gitattributes Peter Eisentraut 2024-02-16 11:39:09 +01:00
  • 2c7f2eb0c8 Remove non-existing file from .gitattributes Peter Eisentraut 2024-02-16 11:39:09 +01:00
  • e85732dac0 Remove non-existing file from .gitattributes Peter Eisentraut 2024-02-16 11:39:09 +01:00
  • b7bdade6a4 Disable autovacuum on primary in 040_standby_failover_slots_sync test. Amit Kapila 2024-02-16 14:42:50 +05:30
  • b987be39c3 Fix the incorrect format specifier used in commit 7a424ece48. Amit Kapila 2024-02-16 11:34:11 +05:30
  • d9e225f275 Change the LOG level in 040_standby_failover_slots_sync.pl to DEBUG2. Amit Kapila 2024-02-16 10:13:51 +05:30
  • 7a424ece48 Add more LOG and DEBUG messages for slot synchronization. Amit Kapila 2024-02-16 09:02:54 +05:30
  • 1fe66680c0 Attempt to stabilize flapping regression test David Rowley 2024-02-16 15:01:29 +13:00
  • bf82f43790 Followup fixes for transaction_timeout Alexander Korotkov 2024-02-16 03:36:38 +02:00
  • 51efe38cb9 Introduce transaction_timeout Alexander Korotkov 2024-02-15 23:34:11 +02:00
  • 88cbdcafdb Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • 150ac3695f Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • 6686e9676c Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • ed1b0ade70 Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • 1a6dcfecab Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • 5c9f2f9398 Doc: improve a couple of comments in postgresql.conf.sample. Tom Lane 2024-02-15 16:45:03 -05:00
  • 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. Alexander Korotkov 2024-02-15 12:05:52 +02:00
  • 995d400cec Allow passing extra options to initdb for tests Peter Eisentraut 2024-02-15 09:52:08 +01:00
  • 9bc1eee988 Another try to fix BF failure introduced in commit ddd5f4f54a. Amit Kapila 2024-02-15 10:37:28 +05:30
  • 0c444a70f2 Simplify PathKey checking code David Rowley 2024-02-15 18:01:28 +13:00
  • 87027cb55b Clarify the 'rows' parameter in create_append_path David Rowley 2024-02-15 13:13:31 +13:00
  • 8fd0498de2 Remove obsolete check in SIGTERM handler for the startup process. Nathan Bossart 2024-02-14 17:09:31 -06:00
  • 28e4632509 Centralize logic for restoring errno in signal handlers. Nathan Bossart 2024-02-14 16:34:18 -06:00
  • 3b00fdba9f Check that MyProcPid == getpid() in backend signal handlers. Nathan Bossart 2024-02-14 14:52:14 -06:00
  • 8d8afd48d3 Allow pg_monitor to execute pg_current_logfile(). Nathan Bossart 2024-02-14 11:48:29 -06:00
  • 3e8235ba4f Fix multiranges to behave more like dependent types. Tom Lane 2024-02-14 11:30:39 -05:00
  • bd8fc1677b Fix BF introduced in commit ddd5f4f54a. Amit Kapila 2024-02-14 16:16:08 +05:30
  • 134a562d5a doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • 1de0995997 doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • 078195eb61 doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • ac54734b24 doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • aafa4513fd doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • b8f9e77725 doc: Remove links to further reading from pgcrypto docs Daniel Gustafsson 2024-02-14 11:05:10 +01:00
  • ddd5f4f54a Add a slot synchronization function. Amit Kapila 2024-02-14 09:45:36 +05:30
  • 06bd311bce Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM" Michael Paquier 2024-02-14 10:07:22 +09:00
  • d0071f9228 pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings Michael Paquier 2024-02-14 08:59:05 +09:00
  • f854dae888 Improve comment about query_id_enabled in queryjumblefuncs.c Michael Paquier 2024-02-14 07:20:15 +09:00
  • 5ebc9c9017 Catch overflow when rounding intervals in AdjustIntervalForTypmod. Tom Lane 2024-02-13 15:58:40 -05:00