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
Age
Commit message (
Expand
)
Author
2021-04-01
Ensure to send a prepare after we detect concurrent abort during decoding.
Amit Kapila
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Don't prematurely cram a value into a short int.
Tom Lane
2021-03-31
Improve style of some replication-related error messages.
Tom Lane
2021-03-31
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2021-03-31
Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTriggers.
Tom Lane
2021-03-30
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-03-30
Use a WaitLatch for vacuum/autovacuum sleeping
Stephen Frost
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
Fix compiler warning in unistr function
David Rowley
2021-03-30
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-29
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
Add unistr function
Peter Eisentraut
2021-03-29
PageAddItemExtended(): Add LP_UNUSED assertion.
Peter Geoghegan
2021-03-29
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-27
Improve consistency of SQL code capitalization
Peter Eisentraut
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-26
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
Merge similar algorithms into roles_is_member_of().
Noah Misch
2021-03-26
Fix alignment in BRIN minmax-multi deserialization
Tomas Vondra
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
BRIN bloom indexes
Tomas Vondra
2021-03-26
Support the old signature of BRIN consistent function
Tomas Vondra
2021-03-25
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
Add comments for AlteredTableInfo->rel
Alvaro Herrera
2021-03-25
Let ALTER TABLE Phase 2 routines manage the relation pointer
Alvaro Herrera
2021-03-25
Remove StoreSingleInheritance reimplementation
Alvaro Herrera
2021-03-25
Trim some extra whitespace in parser file
Peter Eisentraut
2021-03-25
Rename a parse node to be more general
Peter Eisentraut
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
Improve connection denied error message during recovery.
Fujii Masao
2021-03-24
Fix stray double semicolons
Peter Eisentraut
2021-03-24
Change checkpoint_completion_target default to 0.9
Stephen Frost
2021-03-24
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
Add date_bin function
Peter Eisentraut
2021-03-24
Improve an error message
Peter Eisentraut
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
Rename wait event WalrcvExit to WalReceiverExit.
Fujii Masao
2021-03-24
Log when GetNewOidWithIndex() fails to find unused OID many times.
Fujii Masao
[next]