Commit Graph

  • 54e6184db3 amcheck: Support for different header sizes of short varlena datum Alexander Korotkov 2024-03-23 22:59:56 +02:00
  • 3676b846b1 amcheck: Normalize index tuples containing uncompressed varlena Alexander Korotkov 2024-03-23 23:00:06 +02:00
  • a6ddb8ad0a amcheck: Support for different header sizes of short varlena datum Alexander Korotkov 2024-03-23 22:59:56 +02:00
  • bf038eb219 Remove incorrect Assert introduced in c8aeaf3ab. Jeff Davis 2024-03-23 13:37:08 -07:00
  • a1a51dc4fa Remove incorrect Assert introduced in c8aeaf3ab. Jeff Davis 2024-03-23 13:36:19 -07:00
  • 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" Daniel Gustafsson 2024-03-22 22:58:41 +01:00
  • 14e991db89 Use a hash table for catcache.c's CatCList objects. Tom Lane 2024-03-22 17:13:53 -04:00
  • 473182c952 Use a hash table for catcache.c's CatCList objects. Tom Lane 2024-03-22 17:13:53 -04:00
  • 6acb0a628e Add notBefore and notAfter to SSL cert info display Daniel Gustafsson 2024-03-22 21:25:25 +01:00
  • b670b93a66 Fix an oversight in refactoring in 06b10f80ba4. Alexander Korotkov 2024-03-22 15:25:53 +02:00
  • 0250a6ab52
    Implementing remote options for keyring configuration (#91) Zsolt Parragi 2024-03-22 11:29:43 +00:00
  • b5487cea0f
    Fix for Issue:140 (#148) Muhammad Usama 2024-03-22 15:27:26 +05:00
  • d20d8fbd3e Do not output actual value of location fields in node serialization by default Peter Eisentraut 2024-03-22 09:13:35 +01:00
  • 6ae701b437 Track invalidation_reason in pg_replication_slots. Amit Kapila 2024-03-22 13:52:05 +05:30
  • b4080fa3dc Make RangeTblEntry dump order consistent Peter Eisentraut 2024-03-22 07:12:28 +01:00
  • 367c989cd8 Remove custom _jumbleRangeTblEntry() Peter Eisentraut 2024-03-22 07:12:28 +01:00
  • d575051b9a Reformat some node comments Peter Eisentraut 2024-03-22 07:12:28 +01:00
  • 1e1eb12c25 Improve comment Peter Eisentraut 2024-03-22 07:12:28 +01:00
  • 83d8065b1f Remove obsolete comment Peter Eisentraut 2024-03-22 07:12:28 +01:00
  • 085e759e9d Avoid splitting errmsg string to span multiple lines Amit Langote 2024-03-22 12:00:14 +09:00
  • 82c2192d9c Fix typo in pg_dumpall role comments fix Daniel Gustafsson 2024-03-22 01:01:30 +01:00
  • d5c6affb85 Fix typo in pg_dumpall role comments fix Daniel Gustafsson 2024-03-22 01:01:30 +01:00
  • 6ebd437255 Fix typo in pg_dumpall role comments fix Daniel Gustafsson 2024-03-22 01:01:30 +01:00
  • 12128be623 Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • 5863bacb87 Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • 7e65ad197f Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • d82cb467bb Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • affc46b76d Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • be01c8c345 Fix dumping role comments when using --no-role-passwords Daniel Gustafsson 2024-03-21 23:31:57 +01:00
  • 485f0aa859 Add hash support functions and hash opclass for contrib/ltree. Tom Lane 2024-03-21 18:27:49 -04:00
  • 0997e0af27 Add TupleTableSlotOps.is_current_xact_tuple() method Alexander Korotkov 2024-03-21 23:00:43 +02:00
  • c35a3fb5e0 Allow table AM tuple_insert() method to return the different slot Alexander Korotkov 2024-03-21 23:00:40 +02:00
  • 02eb07ea89 Allow table AM to store complex data structures in rd_amcache Alexander Korotkov 2024-03-21 23:00:34 +02:00
  • 57184c3b5d docs: Make claims about the benefits of HOT updates more precise. Robert Haas 2024-03-21 12:54:58 -04:00
  • 84d8066319 Revise the style of a paragraph in README.md. Nathan Bossart 2024-03-21 10:16:41 -05:00
  • adcdb2c8dd Explicitly require password for SCRAM exchange Daniel Gustafsson 2024-03-21 14:45:54 +01:00
  • 24178e235e Refactor SASL exchange to return tri-state status Daniel Gustafsson 2024-03-21 14:45:46 +01:00
  • 3c28f3bd1f
    Fixing OL8 vault issue (#145) Zsolt Parragi 2024-03-21 08:56:04 +00:00
  • 6e62aeaed5
    Test case update for Issue:82 (#142) Muhammad Usama 2024-03-21 13:46:37 +05:00
  • 1db689715d Temporarily install debugging in partition_prune test David Rowley 2024-03-21 21:21:05 +13:00
  • 6185c9737c Add SQL/JSON query functions Amit Langote 2024-03-21 17:06:27 +09:00
  • a145f424d5 Allow dbname to be written as part of connstring via pg_basebackup's -R option. Amit Kapila 2024-03-21 10:48:59 +05:30
  • 30e144287a Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. Masahiko Sawada 2024-03-21 10:08:42 +09:00
  • 995e0fbc1c Un-break genbki.pl's error reporting capabilities. Tom Lane 2024-03-20 18:02:50 -04:00
  • 1218ca9956 Add to_regtypemod function to extract typemod from a string type name. Tom Lane 2024-03-20 17:11:23 -04:00
  • d9d15b7812
    Merge pull request #147 from Percona-Lab/HD-22392-Add-Osano-cookie Anastasia Alexandrova 2024-03-20 20:10:27 +01:00
  • 80686761c4 Avoid overflow in MaybeRemoveOldWalSummaries(). Nathan Bossart 2024-03-20 13:31:58 -05:00
  • 661c2094e7
    Merge pull request #144 from EngineeredVirus/main Hamid Akhtar 2024-03-20 23:08:36 +05:00
  • f9bd8fa8ce Ensuring that we are clearing master key cache during xlog redo as well. Hamid Akhtar 2024-03-20 23:00:31 +05:00
  • 9acae56ce0 Inline basic UTF-8 functions. Jeff Davis 2024-03-20 09:40:57 -07:00
  • 2b520860c0 Revert "Temporary patch to help debug pg_walsummary test failures." Nathan Bossart 2024-03-20 11:34:00 -05:00
  • c5434798cc Delete master-key cache entry as part of key rotation Muhammad Usama 2024-03-20 19:39:19 +05:00
  • ea299d7825
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • e6c4e01bf4
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • 58efabdc0c
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • 520e7afa57
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • 33bfbef1d6
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • a0390f6ca6
    Review wording on tablespaces w.r.t. partitioned tables Alvaro Herrera 2024-03-20 15:28:14 +01:00
  • 6c7e3396f2 Fix vault-v2 test case Muhammad Usama 2024-03-20 19:16:01 +05:00
  • 3b04d48fe3 Removing left out NOTICE message from previous commit Muhammad Usama 2024-03-20 18:49:09 +05:00
  • fa4a9df783 Few updates around master key versioning. Muhammad Usama 2024-03-20 17:43:58 +05:00
  • da952b415f
    Rework lwlocknames.txt to become lwlocklist.h Alvaro Herrera 2024-03-20 11:46:11 +01:00
  • e5da0fe3c2 Catalog domain not-null constraints Peter Eisentraut 2024-03-20 09:29:08 +01:00
  • c9c260decd Remove unused PruneState member rel Heikki Linnakangas 2024-03-20 10:13:42 +02:00
  • c33084205a Reorganize heap_page_prune() function comment Heikki Linnakangas 2024-03-20 10:13:39 +02:00
  • 522ed12f7c Add "--exclude-extension" to pg_dump's options. Dean Rasheed 2024-03-20 08:05:44 +00:00
  • d63d486d6c Remove assertions that some compiler say are tautological Heikki Linnakangas 2024-03-20 09:14:51 +02:00
  • 9578393bc5 Add tests for domain-related information schema views Peter Eisentraut 2024-03-20 07:08:01 +01:00
  • f69319f2f1 Support C.UTF-8 locale in the new builtin collation provider. Jeff Davis 2024-03-19 15:24:41 -07:00
  • fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 2024-03-19 18:19:24 -04:00
  • cc4826dd5e Inline pg_popcount{32,64} into pg_popcount(). Nathan Bossart 2024-03-19 14:46:16 -05:00
  • b7e2121ab7 Postpone reparameterization of paths until create_plan(). Tom Lane 2024-03-19 14:51:58 -04:00
  • 605721f819 gen_node_support.pl: Mark location fields as type alias ParseLoc Peter Eisentraut 2024-03-19 16:55:00 +01:00
  • 9d889976b9 Resolving a couple of feedback coments on the PR. durable_.* now throws an error. Hamid Akhtar 2024-03-19 17:52:38 +05:00
  • 347758b120 pg_upgrade: run all data type checks per connection Daniel Gustafsson 2024-03-19 13:32:50 +01:00
  • 5577a71fb0 Use half-open interval notation in without_overlaps tests Peter Eisentraut 2024-03-19 11:44:14 +01:00
  • 49b579f92d Fix misleading comments Peter Eisentraut 2024-03-19 10:55:51 +01:00
  • a88c800deb Use daterange and YMD in without_overlaps tests instead of tsrange. Peter Eisentraut 2024-03-19 10:17:03 +01:00
  • 794f10f6b9 Add some UUID support functions Peter Eisentraut 2024-03-19 09:30:24 +01:00
  • d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings Peter Eisentraut 2024-03-19 07:01:22 +01:00
  • bb5604ba9e Fix documentation oversights from 2d819a08a1. Jeff Davis 2024-03-18 17:13:18 -07:00
  • f9f3fb1cb7 Update src/common/unicode/README. Jeff Davis 2024-03-18 16:36:40 -07:00
  • 60769c62dc Fix another warning, introduced by 846311051e. Jeff Davis 2024-03-18 15:34:43 -07:00
  • 846311051e Address more review comments on commit 2d819a08a1. Jeff Davis 2024-03-18 11:56:45 -07:00
  • 66ab9371a2
    dblink/isolationtester/fe_utils: Use new cancel API Alvaro Herrera 2024-03-18 19:28:58 +01:00
  • 61f352ece9 Fix unreachable code warning from commit 2d819a08a1. Jeff Davis 2024-03-18 09:15:47 -07:00
  • 5162f663fc Add missing source files to nls.mk Peter Eisentraut 2024-03-18 16:45:51 +01:00
  • 6b3678d347
    Put libpq_pipeline cancel test back Alvaro Herrera 2024-03-18 13:14:55 +01:00
  • f3e4581acd Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:04:28 +02:00
  • 992189a3e9 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:04:24 +02:00
  • 262757b732 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:04:19 +02:00
  • d3d95f5839 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:04:17 +02:00
  • 1f4eb73420 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:04:13 +02:00
  • 0960ae1967 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Heikki Linnakangas 2024-03-18 14:03:58 +02:00
  • 48018f1d8c Add some const decorations Peter Eisentraut 2024-03-18 12:07:09 +01:00
  • 05c3980e7f Move code for backend startup to separate file Heikki Linnakangas 2024-03-18 11:38:10 +02:00
  • aafc05de1b Refactor postmaster child process launching Heikki Linnakangas 2024-03-18 11:35:08 +02:00
  • f1baed18bc Move some functions from postmaster.c to a new source file Heikki Linnakangas 2024-03-18 11:35:05 +02:00
  • 14cddee9cc Split registration of Win32 deadchild callback to separate function Heikki Linnakangas 2024-03-18 11:35:01 +02:00
  • ca108be72e Remove references to backup_fs_hot() in Cluster.pm Michael Paquier 2024-03-18 14:21:32 +09:00