summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-04Fix snapshot handling bug in recent BRIN fixHEADmasterÁlvaro Herrera
2025-11-04Trim TIDs during parallel GIN builds more eagerlyTomas Vondra
2025-11-04psql: Add tab completion for COPY ... PROGRAM.Masahiko Sawada
2025-11-04psql: Improve tab completion for COPY ... STDIN/STDOUT.Masahiko Sawada
2025-11-04Limit the size of TID lists during parallel GIN buildTomas Vondra
2025-11-04Remove redundant memset() introduced by a0942f4.Jeff Davis
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-11-04Have psql's "\? variables" show csv_fieldsepÁlvaro Herrera
2025-11-04Tighten check for generated column in partition key expressionPeter Eisentraut
2025-11-04BRIN autosummarization may need a snapshotÁlvaro Herrera
2025-11-04Error message stylistic correctionPeter Eisentraut
2025-11-04libpq: Improve error handling in passwordFromFile()Michael Paquier
2025-11-04Use USECS_PER_SEC from datatype/timestamp.hÁlvaro Herrera
2025-11-04Add assertion check for WAL receiver state during stream-archive transitionMichael Paquier
2025-11-04Add WalRcvGetState() to retrieve the state of a WAL receiverMichael Paquier
2025-11-04Fix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
2025-11-03Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.Noah Misch
2025-11-03Fix outdated comment of COPY in gram.y.Masahiko Sawada
2025-11-03Add \pset options for boolean value displayÁlvaro Herrera
2025-11-03Prevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera
2025-11-03Remove WaitPMResult enum in pg_createsubscriberÁlvaro Herrera
2025-11-03Add wal_fpi_bytes to VACUUM and ANALYZE logsMichael Paquier
2025-11-03Sort guc_parameters.dat alphabetically by namePeter Eisentraut
2025-11-02Change "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
2025-11-02Improve planner's estimates of tuple hash table sizes.Tom Lane
2025-11-02Document nbtree row comparison design.Peter Geoghegan
2025-11-02Remove obsolete nbtree equality key comments.Peter Geoghegan
2025-11-02Avoid mixing void and integer in a conditional expression.Tom Lane
2025-11-01Remove unused variable in recovery/t/006_logical_decoding.pl.Tom Lane
2025-10-31pg_createsubscriber: reword dry-run log messagesÁlvaro Herrera
2025-10-31pg_createsubscriber: Fix error complaining about the wrong thingÁlvaro Herrera
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-31formatting.c cleanup: Change fill_str() return type to voidPeter Eisentraut
2025-10-31formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*Peter Eisentraut
2025-10-31formatting.c cleanup: Change several int fields to enumsPeter Eisentraut
2025-10-31formatting.c cleanup: Change TmFromChar.clock field to boolPeter Eisentraut
2025-10-31Add test tracking WAL receiver shutdown for primary_conninfo updatesMichael Paquier
2025-10-30Use BumpContext contexts in TupleHashTables, and do some code cleanup.Tom Lane
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Simplify coding in ProcessQueryÁlvaro Herrera
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-30const-qualify ItemPointer comparison functionsPeter Eisentraut
2025-10-30formatting.c cleanup: Improve formatting of some struct declarationsPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary zeroize macrosPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary extra line breaks in error message l...Peter Eisentraut
2025-10-30Expose wal_fpi_bytes in EXPLAIN (WAL)Michael Paquier
2025-10-30Fix regression with slot invalidation checksMichael Paquier
2025-10-30Disable parallel plans for RIGHT_SEMI joinsRichard Guo
2025-10-30Fix bogus use of "long" in AllocSetCheck()David Rowley
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis