summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-08Fix oversight in outer join removal.Tom Lane
2023-06-08Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-06-07Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC buildsDavid Rowley
2023-06-07Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-06-07Reload configuration more frequently in apply worker.Amit Kapila
2023-06-06Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas
2023-06-05Remove obsolete commentPeter Eisentraut
2023-06-04Fix pg_dump's failure to honor dependencies of SQL functions.Tom Lane
2023-06-04Fix misuse of pg_log_info() for details/hints.Tom Lane
2023-05-26ICU: use uloc_getDefault() for initdb.Jeff Davis
2023-05-26Fix joinclause removal logic to cope with cloned clauses.Tom Lane
2023-05-25nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-25Fix pgbench in prepared mode with an empty pipelineAlvaro Herrera
2023-05-25Fix typo in TAP tests of vacuumdbMichael Paquier
2023-05-24Document deprecated createuser option.Nathan Bossart
2023-05-23Doc: update src/tools/pginclude/README.Tom Lane
2023-05-23Fix the install rule for snowball_create.sql.Tom Lane
2023-05-23Use lower case for icu_validation_level valuesPeter Eisentraut
2023-05-23Punctuation improvement in postgresql.conf.samplePeter Eisentraut
2023-05-23Add newline at end of filePeter Eisentraut
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-22Translation updatesPeter Eisentraut
2023-05-22Rename some createuser options.Nathan Bossart
2023-05-21In clause_is_computable_at(), test required_relids for clone clauses.Tom Lane
2023-05-21Remove over-eager assertion in ExtendBufferedRelTo()Andres Freund
2023-05-21Optimize walsender wake up logic using condition variablesAndres Freund
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21Fix remaining references to gss_accept_deleg.Nathan Bossart
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Make agreed-on updates in perltidy options.Tom Lane
2023-05-19Do pre-release housekeeping on catalog data.Tom Lane
2023-05-19Fix thinko in join removal.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19psql: Tweak xheader_width and pager_min_lines input parsingAlvaro Herrera
2023-05-19Message style improvementsPeter Eisentraut
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19Describe hash join implementationTomas Vondra
2023-05-19Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-05-19Move mdwriteback() to better placePeter Eisentraut
2023-05-19Reindent some commentsPeter Eisentraut
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-18Tweak API of new function clause_is_computable_at().Tom Lane