Commit Graph

60378 Commits (2452e71ff2fe642ff35535d48a728aeca2d61a8d)
 

Author SHA1 Message Date
Peter Eisentraut 2452e71ff2 Add script to keep .editorconfig in sync with .gitattributes 11 months ago
Amit Langote 79e872fedb Add commit 76aa615943 to .git-blame-ignore-revs 11 months ago
Tom Lane 53a4936505 Doc: add commentary about cowboy assignment of maintenance_work_mem. 11 months ago
Tom Lane d4c3a6b8ad Remove obsolete restriction on the range of log_rotation_size. 11 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 11 months ago
Daniel Gustafsson f8d8581ed8 require_auth: prepare for multiple SASL mechanisms 11 months ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 11 months ago
Daniel Gustafsson 59d6c03956 doc: Fix pg_buffercache_evict() title 11 months ago
Amit Langote 76aa615943 Fix bad indentation introduced in commit d47cbf474 11 months ago
Amit Langote d47cbf474e Perform runtime initial pruning outside ExecInitNode() 11 months ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 11 months ago
Michael Paquier a632cd354d injection_points: Add routine able to drop all stats 11 months ago
Michael Paquier ce5c620fb6 Add pgstat_drop_matching_entries() to pgstats 11 months ago
Michael Paquier 1e380fa7d8 Fix comment of StrategySyncStart() 11 months ago
Tom Lane b9d232b9de Use "ssize_t" not "long" in max_stack_depth-related code. 11 months ago
Tom Lane b9aa4166fa Avoid integer overflow while testing wal_skip_threshold condition. 11 months ago
Melanie Plageman a5358c14b2 Move BitmapTableScan per-scan setup into a helper 11 months ago
Tom Lane 115a365519 Simplify executor's handling of CaseTestExpr & CoerceToDomainValue. 11 months ago
Amit Kapila 6252b1eaf8 Doc: Generated column replication. 11 months ago
Amit Langote bb3ec16e14 Move PartitionPruneInfo out of plan nodes into PlannedStmt 11 months ago
Tom Lane ba0da16bd0 Require callers of coerce_to_domain() to supply base type/typmod. 11 months ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 11 months ago
Tom Lane 6cddecdfb0 Avoid breaking SJIS encoding while de-backslashing Windows paths. 11 months ago
Tom Lane f6ff75f796 Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers. 11 months ago
John Naylor 128897b101 Fix grammatical typos around possessive "its" 11 months ago
John Naylor 235328ee4a Revert "Speed up tail processing when hashing aligned C strings, take two" 11 months ago
Michael Paquier 4f071349c0 Improve test coverage of network address functions 11 months ago
Amit Kapila 75eb9766ec Rename pubgencols_type to pubgencols in pg_publication. 11 months ago
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. 12 months ago
Noah Misch 81772a495e Merge copies of converting an XID to a FullTransactionId. 12 months ago
Noah Misch 4f6ec3831d Disable runningcheck for src/test/modules/injection_points/specs. 12 months ago
Noah Misch 7819a25cd1 Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. 12 months ago
Tom Lane d83a108c10 Doc: recommend "psql -X" for restoring pg_dump scripts. 12 months ago
Andres Freund 87a6690cc6 Change shutdown sequence to terminate checkpointer last 12 months ago
Tom Lane 04ace176e0 Tighten pg_restore's recognition of its -F (format) option values. 12 months ago
Jeff Davis d2ca16bb50 Fix PDF doc build. 12 months ago
Tomas Vondra 38273b5f83 Use the correct sizeof() in BufFileLoadBuffer 12 months ago
Jeff Davis bfc5992069 Add SQL function CASEFOLD(). 12 months ago
Andres Freund f15538cd27 postmaster: Adjust which processes we expect to have exited 12 months ago
Andres Freund 463a2ebd9f postmaster: Commonalize FatalError paths 12 months ago
Andres Freund 8edd8c77c8 postmaster: Move code to switch into FatalError state into function 12 months ago
Andres Freund f0b7ab7251 postmaster: Don't repeatedly transition to crashing state 12 months ago
Andres Freund d239c1a8e5 postmaster: Don't open-code TerminateChildren() in HandleChildCrash() 12 months ago
Andres Freund 4d271e3ec2 checkpointer: Request checkpoint via latch instead of signal 12 months ago