Commit Graph

60350 Commits (30a6ed0ce4bb18212ec38cdb537ea4b43bc99b83)
 

Author SHA1 Message Date
Michael Paquier 30a6ed0ce4 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze 11 months ago
Peter Eisentraut 5afaba6297 doc: Meson is not experimental on Windows 11 months ago
Michael Paquier 65281391a9 Print out error position for some ALTER TABLE ALTER COLUMN type 11 months ago
Michael Paquier 14793f4719 pg_amcheck: Fix test failure on Windows with non-existing role 11 months ago
Noah Misch 2f12df7eb4 Test postmaster with program_options_handling_ok() et al. 11 months ago
Álvaro Herrera 0a16c8326c
Add missing CommandCounterIncrement 11 months ago
Noah Misch d28cd3e7b2 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 11 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 11 months ago
Noah Misch 4f6ec3831d Disable runningcheck for src/test/modules/injection_points/specs. 11 months ago
Noah Misch 7819a25cd1 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 11 months ago
Tom Lane d83a108c10 Doc: recommend "psql -X" for restoring pg_dump scripts. 11 months ago
Andres Freund 87a6690cc6 Change shutdown sequence to terminate checkpointer last 11 months ago
Tom Lane 04ace176e0 Tighten pg_restore's recognition of its -F (format) option values. 11 months ago
Jeff Davis d2ca16bb50 Fix PDF doc build. 11 months ago
Tomas Vondra 38273b5f83 Use the correct sizeof() in BufFileLoadBuffer 11 months ago
Jeff Davis bfc5992069 Add SQL function CASEFOLD(). 11 months ago
Andres Freund f15538cd27 postmaster: Adjust which processes we expect to have exited 11 months ago
Andres Freund 463a2ebd9f postmaster: Commonalize FatalError paths 11 months ago
Andres Freund 8edd8c77c8 postmaster: Move code to switch into FatalError state into function 11 months ago
Andres Freund f0b7ab7251 postmaster: Don't repeatedly transition to crashing state 11 months ago
Andres Freund d239c1a8e5 postmaster: Don't open-code TerminateChildren() in HandleChildCrash() 11 months ago
Andres Freund 4d271e3ec2 checkpointer: Request checkpoint via latch instead of signal 11 months ago
Tom Lane a5579a90af Make jsonb casts to scalar types translate JSON null to SQL NULL. 11 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 11 months ago
Daniel Gustafsson 035f99cbeb pgcrypto: Make it possible to disable built-in crypto 11 months ago
Daniel Gustafsson 924d89a354 pgcrypto: Add function to check FIPS mode 11 months ago
Álvaro Herrera c44c2d2759
Fix instability in recently added regression tests 11 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 11 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 11 months ago
Michael Paquier fd4c4ede70 initdb: Convert tests to use long options with fat comma style 11 months ago
Peter Eisentraut 473a575e05 Return yyparse() result not via global variable 11 months ago
Amit Kapila 6fc4fc42da Doc: Fix a typo introduced in 4a0e7314f1. 11 months ago
Amit Kapila 117f9f328e Doc: Fix column name in pg_publication catalog. 11 months ago
Tom Lane 4f15759bdc Don't ask for bug reports about pthread_is_threaded_np() != 0. 11 months ago
Tom Lane 01463e1ccc Ensure that AFTER triggers run as the instigating user. 11 months ago
Jeff Davis 4e7f62bc38 Add support for Unicode case folding. 11 months ago
Tom Lane 7921927bbb Reverse the search order in afterTriggerAddEvent(). 11 months ago
Álvaro Herrera b663b9436e
Allow NOT VALID foreign key constraints on partitioned tables 11 months ago
Amit Kapila b35434b134 Fix buildfarm failure introduced by commit e65dbc9927. 11 months ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 11 months ago
Peter Eisentraut b15b8c5cf8 Add some const decorations (htup.h) 11 months ago
Amit Kapila e65dbc9927 Change publication's publish_generated_columns option type to enum. 11 months ago
Michael Paquier eef4a33f62 Add error pattern checks for some TAP tests for non-existing objects 11 months ago
Michael Paquier 858b4db378 Improve TAP tests of pg_basebackup 11 months ago
Tom Lane 172e6b3adb Support RN (roman-numeral format) in to_number(). 11 months ago
Nathan Bossart f0ee648527 Fix comment about AVX-512 popcount support. 11 months ago
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 11 months ago
Amit Kapila 991974bb48 Fix \dRp+ output when describing publications with a lower server version. 11 months ago
Peter Eisentraut 41084409f6 Additional tests for stored generated columns 11 months ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 11 months ago