Commit Graph

  • 63c844a0a5 Remove overzealous MultiXact freeze assertion. Peter Geoghegan 2022-12-26 23:36:02 -08:00
  • 9814ff5500 Add custom filtering rules to the TAP tests of pg_upgrade Michael Paquier 2022-12-27 14:35:56 +09:00
  • 2259c661dc Fix incorrect copy-pasto in error message of pg_waldump.c Michael Paquier 2022-12-27 12:16:24 +09:00
  • d497093cbe pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records Michael Paquier 2022-12-27 08:27:53 +09:00
  • 5de94a041e Add 'logical_decoding_mode' GUC. Amit Kapila 2022-12-26 08:58:16 +05:30
  • d3c0cc4447 Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql Michael Paquier 2022-12-26 08:00:55 +09:00
  • 442e25d248 Convert enum_in() to report errors softly. Tom Lane 2022-12-25 14:32:02 -05:00
  • 361ec4368b Fix thinko in 720e0327bc Andrew Dunstan 2022-12-25 04:36:58 -05:00
  • 720e0327bc Convert contrib/isn's input functions to report errors softly Andrew Dunstan 2022-12-24 15:28:13 -05:00
  • e37fe1db6e Convert jsonpath's input function to report errors softly Andrew Dunstan 2022-12-24 15:19:14 -05:00
  • 780ec9f1b2 Make the numeric-OID cases of regprocin and friends be non-throwing. Tom Lane 2022-12-24 15:01:21 -05:00
  • b5aff92557 Fix recent accidental omission in pg_proc.dat David Rowley 2022-12-24 13:18:35 +13:00
  • d8209d0917
    Rework <warning> box about column list combining in logical replication Alvaro Herrera 2022-12-23 17:49:51 +01:00
  • c6f21b2ac2
    Rework <warning> box about column list combining in logical replication Alvaro Herrera 2022-12-23 17:49:51 +01:00
  • 5436cb373c
    Fix end LSN determination in recently added test Alvaro Herrera 2022-12-23 17:27:05 +01:00
  • 6602599ce2
    Fix end LSN determination in recently added test Alvaro Herrera 2022-12-23 17:27:05 +01:00
  • 878ce16056 Convert contrib/seg's input function to report errors softly Andrew Dunstan 2022-12-23 09:17:24 -05:00
  • 843072e1b2
    Fix event trigger example Alvaro Herrera 2022-12-23 13:21:41 +01:00
  • 169d301f33
    Fix event trigger example Alvaro Herrera 2022-12-23 13:21:41 +01:00
  • 2655ecde2c
    Fix event trigger example Alvaro Herrera 2022-12-23 13:21:41 +01:00
  • 7a310338f4
    Fix event trigger example Alvaro Herrera 2022-12-23 13:21:41 +01:00
  • bbfdf7180d Fix bug in translate_col_privs_multilevel David Rowley 2022-12-24 00:58:34 +13:00
  • b5d0f8ec01 Allow parent's WaitEventSets to be freed after fork(). Thomas Munro 2022-12-23 20:26:52 +13:00
  • 1f0019de2f Don't leak a signalfd when using latches in the postmaster. Thomas Munro 2022-12-23 20:24:41 +13:00
  • 30829e52ff Add WL_SOCKET_ACCEPT event to WaitEventSet API. Thomas Munro 2022-12-23 20:21:47 +13:00
  • f4f2f2b84a Update upgrade_adapt.sql to handle tables using aclitem as data type Michael Paquier 2022-12-23 11:36:57 +09:00
  • a2688c4e03 Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS #110 Michael Paquier 2022-12-23 11:27:18 +09:00
  • d4fea2e89d Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS Michael Paquier 2022-12-23 11:27:17 +09:00
  • fd36b82c5d Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS Michael Paquier 2022-12-23 11:27:14 +09:00
  • 9c48a0f000 Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS Michael Paquier 2022-12-23 11:27:11 +09:00
  • 3022cb1433 Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS Michael Paquier 2022-12-23 11:26:49 +09:00
  • df6fea51f0 Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:37 +09:00
  • 7445869e1b Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:36 +09:00
  • 4dbe72d61a Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:34 +09:00
  • 7ad458e06b Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:33 +09:00
  • e3897a3a4c Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:30 +09:00
  • 2fcf685f6d Fix come incorrect elog() messages in aclchk.c Michael Paquier 2022-12-23 10:04:18 +09:00
  • 13e0d7a603 Rename pg_dissect_walfile_name() to pg_split_walfile_name() Michael Paquier 2022-12-23 09:15:01 +09:00
  • ed1a88ddac Allow window functions to adjust their frameOptions David Rowley 2022-12-23 12:43:52 +13:00
  • cc15059634 Improve notation of cacheinfo table in syscache.c. Thomas Munro 2022-12-23 10:40:18 +13:00
  • 07eef53955 Use scanned_pages to decide when to failsafe check. Peter Geoghegan 2022-12-22 10:41:40 -08:00
  • 4ce3afb82e Refactor how VACUUM passes around its XID cutoffs. Peter Geoghegan 2022-12-22 09:37:59 -08:00
  • e42e312430 Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries. Tom Lane 2022-12-22 11:02:03 -05:00
  • 8cd700cc5a Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:03 -05:00
  • d572003f74 Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:03 -05:00
  • 4fceb454f2 Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:03 -05:00
  • 97431d6739 Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:02 -05:00
  • 1a3daa5bb2 Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:02 -05:00
  • 5beb7881fb Add some recursion and looping defenses in prepjointree.c. Tom Lane 2022-12-22 10:35:02 -05:00
  • 73bb72f0ca Remove dead code Peter Eisentraut 2022-12-22 08:12:41 +01:00
  • 3f28bd7337 Add work-around for VA_ARGS_NARGS() on MSVC. Thomas Munro 2022-12-22 17:14:23 +13:00
  • 01be9d498f Fix operator typo in tablecmds.c Michael Paquier 2022-12-22 12:08:45 +09:00
  • 439f61757f Add palloc_aligned() to allow aligned memory allocations David Rowley 2022-12-22 13:32:05 +13:00
  • 0ff4056b8c Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • c8314d62a9 Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • d35f1d485c Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • f489b480f4 Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • b87037b373 Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • 701c881f78 Fix contrib/seg to be more wary of long input numbers. Tom Lane 2022-12-21 17:51:50 -05:00
  • 33dd895ef3 Introduce float4in_internal Andrew Dunstan 2022-12-21 08:37:17 -05:00
  • eb706fde83 Fix newly introduced bug in slab.c David Rowley 2022-12-22 09:57:49 +13:00
  • f450695e88 Make more consistent some translated strings related to compression Michael Paquier 2022-12-21 10:39:06 +09:00
  • 22e3b55805 Switch some system functions to use get_call_result_type() Michael Paquier 2022-12-21 10:11:22 +09:00
  • f03bd5717e Use existing SSL certs in LDAP tests instead of generating them Andrew Dunstan 2022-12-19 05:58:08 -05:00
  • 8284cf5f74 Add copyright notices to meson files Andrew Dunstan 2022-12-20 07:54:39 -05:00
  • 594f8d3776 Allow batching of inserts during cross-partition updates. Etsuro Fujita 2022-12-20 19:05:00 +09:00
  • 3226f47282 Add enable_presorted_aggregate GUC David Rowley 2022-12-20 22:28:58 +13:00
  • d21ded75fd Improve the performance of the slab memory allocator David Rowley 2022-12-20 21:48:51 +13:00
  • 995a9fb14f Move variable increment to the end of the loop John Naylor 2022-12-20 14:13:14 +07:00
  • cca1863489 Add pg_dissect_walfile_name() Michael Paquier 2022-12-20 13:36:27 +09:00
  • b3bb7d12af Remove hardcoded dependency to cryptohash type in the internals of SCRAM Michael Paquier 2022-12-20 08:53:22 +09:00
  • eb60eb08a9 Fix comment that was missing a word. Robert Haas 2022-12-19 15:56:17 -05:00
  • af6284a666 Fix typo in comment Peter Eisentraut 2022-12-19 21:08:28 +01:00
  • 10ea0f924a Expose some information about backend subxact status. Robert Haas 2022-12-19 14:43:09 -05:00
  • 7122f9d543 Fix bit-rotted planner test case. Tom Lane 2022-12-17 18:51:24 -05:00
  • 0efecb5518 Doc: update pg_list.h header comments to include XidLists. Tom Lane 2022-12-17 10:31:25 -05:00
  • ea5ae4cae6 Fix inability to reference CYCLE column from inside its CTE. Tom Lane 2022-12-16 13:07:42 -05:00
  • ae98debf77 Fix inability to reference CYCLE column from inside its CTE. Tom Lane 2022-12-16 13:07:42 -05:00
  • 935277b241 Fix inability to reference CYCLE column from inside its CTE. Tom Lane 2022-12-16 13:07:42 -05:00
  • b059a2409f pg_upgrade: Make testing different transfer modes easier Peter Eisentraut 2022-12-16 17:49:59 +01:00
  • 746915c686 pg_upgrade: Add --copy option Peter Eisentraut 2022-12-16 17:49:59 +01:00
  • 59346209a8 C comment: fix wording Bruce Momjian 2022-12-16 12:15:54 -05:00
  • c4939f1215 Clean up dubious error handling in wellformed_xml(). Tom Lane 2022-12-16 11:10:36 -05:00
  • 37bef842f5 Convert xml_in to report errors softly. Tom Lane 2022-12-16 10:58:49 -05:00
  • e52f8b301e Fix typo in reference to __FreeBSD__. Thomas Munro 2022-12-16 17:36:22 +13:00
  • 4a29eabd1d Remove pessimistic cost penalization from Incremental Sort David Rowley 2022-12-16 15:22:23 +13:00
  • e39856d1f0 Re-adjust drop-index-concurrently-1 isolation test David Rowley 2022-12-16 11:41:28 +13:00
  • 171d7746a2 Re-adjust drop-index-concurrently-1 isolation test David Rowley 2022-12-16 11:40:55 +13:00
  • 1a9b43c688 Re-adjust drop-index-concurrently-1 isolation test David Rowley 2022-12-16 11:40:22 +13:00
  • 8b6b043cee Re-adjust drop-index-concurrently-1 isolation test David Rowley 2022-12-16 11:39:40 +13:00
  • ac99802080 Speed up creation of command completion tags David Rowley 2022-12-16 10:31:25 +13:00
  • d35a1af468 Convert range_in and multirange_in to report errors softly. Tom Lane 2022-12-15 12:18:36 -05:00
  • 69f75bf825 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 2022-12-15 21:15:00 +09:00
  • 75f49221c2 Static assertions cleanup Peter Eisentraut 2022-12-08 14:30:01 +01:00
  • 2613dec4ed Move provariadic sanity check to a more appropriate place Peter Eisentraut 2022-12-15 07:49:30 +01:00
  • 3b9d2deb67 Convert a few more datatype input functions to report errors softly. Tom Lane 2022-12-14 19:42:05 -05:00
  • 90161dad4d Convert a few more datatype input functions to report errors softly. Tom Lane 2022-12-14 18:03:11 -05:00
  • 47f3f97fcd Convert a few more datatype input functions to report errors softly. Tom Lane 2022-12-14 17:50:24 -05:00
  • 332741e739 Convert the geometric input functions to report errors softly. Tom Lane 2022-12-14 16:10:20 -05:00
  • 17407a8eaa Convert a few more datatype input functions to report errors softly. Tom Lane 2022-12-14 13:22:08 -05:00