summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-01Add script to keep .editorconfig in sync with .gitattributesPeter Eisentraut
2025-01-31Doc: add commentary about cowboy assignment of maintenance_work_mem.Tom Lane
2025-01-31Remove obsolete restriction on the range of log_rotation_size.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-31Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.hDaniel Gustafsson
2025-01-31Fix bad indentation introduced in commit d47cbf474Amit Langote
2025-01-31Perform runtime initial pruning outside ExecInitNode()Amit Langote
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-31injection_points: Add routine able to drop all statsMichael Paquier
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-31Fix comment of StrategySyncStart()Michael Paquier
2025-01-30Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane
2025-01-30Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane
2025-01-30Move BitmapTableScan per-scan setup into a helperMelanie Plageman
2025-01-30Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane
2025-01-30Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote
2025-01-29Require callers of coerce_to_domain() to supply base type/typmod.Tom Lane
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-29Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers.Tom Lane
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-29Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor
2025-01-28Improve test coverage of network address functionsMichael Paquier
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-26pg_amcheck: Fix test failure on Windows with non-existing roleMichael Paquier
2025-01-26Test postmaster with program_options_handling_ok() et al.Noah Misch
2025-01-26Add missing CommandCounterIncrementÁlvaro Herrera
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-25Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-25Tighten pg_restore's recognition of its -F (format) option values.Tom Lane
2025-01-25Use the correct sizeof() in BufFileLoadBufferTomas Vondra
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24postmaster: Adjust which processes we expect to have exitedAndres Freund
2025-01-24postmaster: Commonalize FatalError pathsAndres Freund
2025-01-24postmaster: Move code to switch into FatalError state into functionAndres Freund
2025-01-24postmaster: Don't repeatedly transition to crashing stateAndres Freund
2025-01-24postmaster: Don't open-code TerminateChildren() in HandleChildCrash()Andres Freund
2025-01-24checkpointer: Request checkpoint via latch instead of signalAndres Freund
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2025-01-24Fix instability in recently added regression testsÁlvaro Herrera
2025-01-24Convert sepgsql tests to TAPPeter Eisentraut
2025-01-24initdb: Convert tests to use long options with fat comma styleMichael Paquier
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-23Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane