summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-06-15Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada
2023-06-15Fix possible crash in tablesync worker.Amit Kapila
2023-06-14Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch
2023-06-14Fix typo in comment.Masahiko Sawada
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-13Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-06-12Add win32ver data to meson-built postgres.exe.Noah Misch
2023-06-12Give postgres.exe the icon of other executables.Noah Misch
2023-06-12Fix "wrong varnullingrels" for subquery nestloop parameters.Tom Lane
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-06-09Fix missing word in nbtree/README.Nathan Bossart
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
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-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-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-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-22Translation updatesPeter Eisentraut
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-19Fix thinko in join removal.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
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-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-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra