index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-21
Remove unused wait events.
Amit Kapila
2021-10-18
Fix parallel sort, broken by the balanced merge patch.
Heikki Linnakangas
2021-10-18
Fix duplicate typedef LogicalTape.
Heikki Linnakangas
2021-10-18
Fix format modifier used in elog.
Heikki Linnakangas
2021-10-18
Replace polyphase merge algorithm with a simple balanced k-way merge.
Heikki Linnakangas
2021-10-18
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-11
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
Tom Lane
2021-10-08
Refactor fallback to stderr for csvlog to handle better WIN32 service case
Michael Paquier
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-04
Make Unicode makefile parallel-safe
Peter Eisentraut
2021-10-04
Update Unicode map text files
Peter Eisentraut
2021-10-04
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-01
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-26
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-09-22
Make use of PG_INT64_MAX/PG_INT64_MIN
Peter Eisentraut
2021-09-21
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
Message style improvements
Peter Eisentraut
2021-09-16
Fix performance regression from session statistics.
Andres Freund
2021-09-16
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
Fix hash_array
Peter Eisentraut
2021-09-15
Update README for resource owners about the resource types supported
Michael Paquier
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-09
Make shared_memory_size a preset option
Michael Paquier
2021-09-08
Fix typo
Peter Eisentraut
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-08
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-06
Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.
Tom Lane
2021-09-06
Fix typo in comments.
Fujii Masao
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-01
Refactor one conversion of SQLSTATE to string in elog.c
Michael Paquier
2021-08-31
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-08-31
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-25
Remove redundant test.
Tom Lane
2021-08-25
Improve error message about valid value for distance in phrase operator.
Fujii Masao
2021-08-23
Improve defaults shown in postgresql.conf.sample and pg_settings
Bruce Momjian
2021-08-19
Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.
Andres Freund
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-16
Reduce memory consumption for pending invalidation messages.
Tom Lane
2021-08-13
Fix typo.
Andres Freund
2021-08-10
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-09
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
[next]