summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-18Fix incorrect punctuation in error messagePeter Eisentraut
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-07Add more debugging information when dropping twice pgstats entryMichael Paquier
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-06-05Prevent inconsistent use of stats entry for replication slotsMichael Paquier
2024-06-05Move new SLRU buffers GUCs to a better place in postgresql.conf.samplePeter Eisentraut
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed
2024-05-22Fix input of ISO "extended" time format for types time and timetz.Tom Lane
2024-05-17A few follow-up fixes for GUC name quotingPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-12Introduce private data area for injection pointsMichael Paquier
2024-05-08Fix typo in src/backend/utils/resowner/README.Etsuro Fujita
2024-05-07Remove obsolete comment.Jeff Davis
2024-05-07postgresql.conf: align variable comments, mostly new onesBruce Momjian
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-23Improve "out of range" error messages for GUCs.Tom Lane
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-16Update mmgr's README to mention BumpContextDavid Rowley
2024-04-16Push dedicated BumpBlocks to the tail of the blocks listDavid Rowley
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-09Fixup various StringInfo function usagesDavid Rowley
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-09Remove unused BumpBlockIsValid macroDavid Rowley
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Adjust wording of trace_connection_negotiation GUC's descriptionHeikki Linnakangas
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote
2024-04-08Fix the wording of or_to_any_transform_limit descriptionAlexander Korotkov
2024-04-08Fix the value of or_to_any_transform_limit in postgresql.conf.sampleAlexander Korotkov
2024-04-07Enhance libpq encryption negotiation tests with new GUCHeikki Linnakangas
2024-04-07Fix incorrect KeeperBlock macro in bump.cDavid Rowley