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-06-14
Fix logic bug in 1632ea43682f
Alvaro Herrera
2021-06-14
Improve handling of dropped objects in pg_event_trigger_ddl_commands()
Michael Paquier
2021-06-14
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-12
Ensure pg_filenode_relation(0, 0) returns NULL.
Tom Lane
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
Simplify some code in getObjectTypeDescription()
Michael Paquier
2021-06-12
Improve and cleanup ProcArrayAdd(), ProcArrayRemove().
Andres Freund
2021-06-11
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-11
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-11
Use the correct article for abbreviations
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
Shut down EvalPlanQual machinery when LockRows node reaches the end.
Tom Lane
2021-06-10
Add some const decorations
Peter Eisentraut
2021-06-10
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-08
Avoid misbehavior when persisting a non-stable cursor.
Tom Lane
2021-06-08
Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-06-08
Don't crash on empty statements in SQL-standard function bodies.
Tom Lane
2021-06-07
Reorder superuser check in pg_log_backend_memory_contexts()
Michael Paquier
2021-06-07
Add _outTidRangePath()
Peter Eisentraut
2021-06-07
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
Fix rescanning of async-aware Append nodes.
Etsuro Fujita
2021-06-06
Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.
Tom Lane
2021-06-06
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-04
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-03
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-03
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-06-03
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-02
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
Revert most of 39b66a91bd
Tomas Vondra
2021-06-02
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-06-01
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-05-31
Fix RADIUS error reporting in hba file parsing
Peter Eisentraut
2021-05-31
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
Improve some error wording with multirange type parsing
Michael Paquier
2021-05-29
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-28
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
Replace run-time error check with assertion
Peter Eisentraut
2021-05-27
doc: Fix description of some GUCs in docs and postgresql.conf.sample
Michael Paquier
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
[next]