summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysFix snapshot handling bug in recent BRIN fixHEADmasterÁlvaro Herrera
13 daysTrim TIDs during parallel GIN builds more eagerlyTomas Vondra
13 dayspsql: Add tab completion for COPY ... PROGRAM.Masahiko Sawada
13 dayspsql: Improve tab completion for COPY ... STDIN/STDOUT.Masahiko Sawada
13 daysci: debian: Switch to Debian Trixie releaseAndres Freund
13 daysLimit the size of TID lists during parallel GIN buildTomas Vondra
13 daysRemove redundant memset() introduced by a0942f4.Jeff Davis
13 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
13 daysHave psql's "\? variables" show csv_fieldsepÁlvaro Herrera
13 daysTighten check for generated column in partition key expressionPeter Eisentraut
13 daysBRIN autosummarization may need a snapshotÁlvaro Herrera
13 daysError message stylistic correctionPeter Eisentraut
13 dayslibpq: Improve error handling in passwordFromFile()Michael Paquier
13 daysUse USECS_PER_SEC from datatype/timestamp.hÁlvaro Herrera
14 daysAdd assertion check for WAL receiver state during stream-archive transitionMichael Paquier
14 daysAdd WalRcvGetState() to retrieve the state of a WAL receiverMichael Paquier
14 daysFix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
14 daysDoc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.Noah Misch
14 daysFix 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-11-01Fix contrib/ltree's subpath() with negative offset.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-30doc: rewrite random_page_cost descriptionBruce Momjian
2025-10-30ci: macos: Upgrade to SequoiaAndres Freund
2025-10-30ci: Fix Windows and MinGW task namesAndres Freund
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-30docs: Link to the correct protocol version inspection functionPeter 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