Commit Graph

60378 Commits (2452e71ff2fe642ff35535d48a728aeca2d61a8d)
 

Author SHA1 Message Date
Peter Eisentraut 2452e71ff2 Add script to keep .editorconfig in sync with .gitattributes 5 months ago
Amit Langote 79e872fedb Add commit 76aa615943 to .git-blame-ignore-revs 5 months ago
Tom Lane 53a4936505 Doc: add commentary about cowboy assignment of maintenance_work_mem. 5 months ago
Tom Lane d4c3a6b8ad Remove obsolete restriction on the range of log_rotation_size. 5 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 5 months ago
Daniel Gustafsson f8d8581ed8 require_auth: prepare for multiple SASL mechanisms 5 months ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 5 months ago
Daniel Gustafsson 59d6c03956 doc: Fix pg_buffercache_evict() title 5 months ago
Amit Langote 76aa615943 Fix bad indentation introduced in commit d47cbf474 5 months ago
Amit Langote d47cbf474e Perform runtime initial pruning outside ExecInitNode() 5 months ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 5 months ago
Michael Paquier a632cd354d injection_points: Add routine able to drop all stats 5 months ago
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