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-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-06
Fix inappropriate uses of PG_GETARG_UINT32()
Peter Eisentraut
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
Improve the description of various GUCs
Michael Paquier
2021-12-01
Remove unused includes
Peter Eisentraut
2021-12-01
Warning on SET of nonexisting setting with a prefix reserved by an extension
Peter Eisentraut
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-30
Fix flags of some GUCs and improve some descriptions
Michael Paquier
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
Fix typos
Michael Paquier
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-23
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-11-22
Add ABI extra field to fmgr magic block
Peter Eisentraut
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-19
Initialize backend status reporting during bootstrap.
Andres Freund
2021-11-17
Add a planner support function for starts_with().
Tom Lane
2021-11-17
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-11-16
Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().
Robert Haas
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-11-06
Disallow making an empty lexeme via array_to_tsvector().
Tom Lane
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-26
Allow GRANT on pg_log_backend_memory_contexts().
Jeff Davis
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
Add enable_timeout_every() to fire the same timeout repeatedly.
Robert Haas
2021-10-25
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
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
[next]