Commit Graph

60350 Commits (30a6ed0ce4bb18212ec38cdb537ea4b43bc99b83)
 

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