Commit Graph

60366 Commits (ce5c620fb6252dca00d3856d5f09d56c7f1215d0)
 

Author SHA1 Message Date
Michael Paquier ce5c620fb6 Add pgstat_drop_matching_entries() to pgstats 5 months ago
Michael Paquier 1e380fa7d8 Fix comment of StrategySyncStart() 5 months ago
Tom Lane b9d232b9de Use "ssize_t" not "long" in max_stack_depth-related code. 5 months ago
Tom Lane b9aa4166fa Avoid integer overflow while testing wal_skip_threshold condition. 5 months ago
Melanie Plageman a5358c14b2 Move BitmapTableScan per-scan setup into a helper 5 months ago
Tom Lane 115a365519 Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. 5 months ago
Amit Kapila 6252b1eaf8 Doc: Generated column replication. 5 months ago
Amit Langote bb3ec16e14 Move PartitionPruneInfo out of plan nodes into PlannedStmt 5 months ago
Tom Lane ba0da16bd0 Require callers of coerce_to_domain() to supply base type/typmod. 5 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 5 months ago
Tom Lane 6cddecdfb0 Avoid breaking SJIS encoding while de-backslashing Windows paths. 5 months ago
Tom Lane f6ff75f796 Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers. 5 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 5 months ago
John Naylor 235328ee4a Revert "Speed up tail processing when hashing aligned C strings, take two" 5 months ago
Michael Paquier 4f071349c0 Improve test coverage of network address functions 5 months ago
Amit Kapila 75eb9766ec Rename pubgencols_type to pubgencols in pg_publication. 5 months ago
Michael Paquier 30a6ed0ce4 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze 5 months ago
Peter Eisentraut 5afaba6297 doc: Meson is not experimental on Windows 5 months ago
Michael Paquier 65281391a9 Print out error position for some ALTER TABLE ALTER COLUMN type 5 months ago
Michael Paquier 14793f4719 pg_amcheck: Fix test failure on Windows with non-existing role 5 months ago
Noah Misch 2f12df7eb4 Test postmaster with program_options_handling_ok() et al. 5 months ago
Álvaro Herrera 0a16c8326c
Add missing CommandCounterIncrement 5 months ago
Noah Misch d28cd3e7b2 At update of non-LP_NORMAL TID, fail instead of corrupting page header. 5 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 5 months ago
Noah Misch 4f6ec3831d Disable runningcheck for src/test/modules/injection_points/specs. 5 months ago
Noah Misch 7819a25cd1 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 5 months ago
Tom Lane d83a108c10 Doc: recommend "psql -X" for restoring pg_dump scripts. 5 months ago
Andres Freund 87a6690cc6 Change shutdown sequence to terminate checkpointer last 5 months ago
Tom Lane 04ace176e0 Tighten pg_restore's recognition of its -F (format) option values. 5 months ago
Jeff Davis d2ca16bb50 Fix PDF doc build. 5 months ago
Tomas Vondra 38273b5f83 Use the correct sizeof() in BufFileLoadBuffer 5 months ago
Jeff Davis bfc5992069 Add SQL function CASEFOLD(). 5 months ago
Andres Freund f15538cd27 postmaster: Adjust which processes we expect to have exited 5 months ago
Andres Freund 463a2ebd9f postmaster: Commonalize FatalError paths 5 months ago
Andres Freund 8edd8c77c8 postmaster: Move code to switch into FatalError state into function 5 months ago
Andres Freund f0b7ab7251 postmaster: Don't repeatedly transition to crashing state 5 months ago
Andres Freund d239c1a8e5 postmaster: Don't open-code TerminateChildren() in HandleChildCrash() 5 months ago
Andres Freund 4d271e3ec2 checkpointer: Request checkpoint via latch instead of signal 5 months ago
Tom Lane a5579a90af Make jsonb casts to scalar types translate JSON null to SQL NULL. 5 months ago
Peter Eisentraut 13a255c195 Fix copy-and-paste typo 5 months ago
Daniel Gustafsson 035f99cbeb pgcrypto: Make it possible to disable built-in crypto 5 months ago
Daniel Gustafsson 924d89a354 pgcrypto: Add function to check FIPS mode 5 months ago
Álvaro Herrera c44c2d2759
Fix instability in recently added regression tests 5 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 5 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 5 months ago
Michael Paquier fd4c4ede70 initdb: Convert tests to use long options with fat comma style 5 months ago
Peter Eisentraut 473a575e05 Return yyparse() result not via global variable 5 months ago
Amit Kapila 6fc4fc42da Doc: Fix a typo introduced in 4a0e7314f1. 5 months ago
Amit Kapila 117f9f328e Doc: Fix column name in pg_publication catalog. 5 months ago
Tom Lane 4f15759bdc Don't ask for bug reports about pthread_is_threaded_np() != 0. 5 months ago