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
Age
Commit message (
Expand
)
Author
2021-06-05
Fix subtransaction test for Python 3.10
Peter Eisentraut
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
In PostgresNode.pm, don't pass SQL to psql on the command line
Andrew Dunstan
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
doc: Group options in pg_amcheck reference page
Peter Eisentraut
2021-06-03
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
Ignore more environment variables in TAP tests
Michael Paquier
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-02
Update plannodes.h's comments about PlanRowMark.
Tom Lane
2021-06-02
Teach tab-complete.c about recently-added CREATE TYPE options.
Tom Lane
2021-06-02
Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
Fujii Masao
2021-06-02
Add regression test for recovery pause.
Fujii Masao
2021-06-02
Add Windows file version information to libpq_pipeline.exe.
Noah Misch
2021-06-02
Fix missing gettimeofday() declaration.
Noah Misch
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 error handling in replacement pthread_barrier_init().
Thomas Munro
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
Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.
Noah Misch
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 syntax error
Andrew Dunstan
2021-05-28
Report configured port in MSVC built pg_config
Andrew Dunstan
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
Fix vpath build in libpq_pipeline test
Peter Eisentraut
2021-05-27
Add NO_INSTALL option to pgxs
Peter Eisentraut
2021-05-27
Fix MSVC scripts when building with GSSAPI/Kerberos
Michael Paquier
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
2021-05-26
Fix typo in heapam.c
Michael Paquier
2021-05-25
Make detach-partition-concurrently-4 less timing sensitive
Alvaro Herrera
2021-05-25
Fix use of uninitialized variable in inline_function().
Tom Lane
2021-05-25
Make detach-partition-concurrently-3 less timing-sensitive
Alvaro Herrera
2021-05-25
postgresql.conf.sample: Make vertical spacing consistent
Peter Eisentraut
2021-05-25
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
Disallow SSL renegotiation
Michael Paquier
2021-05-25
Fix setrefs.c code for Result Cache nodes
David Rowley
2021-05-25
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
Be more verbose when the postmaster unexpectedly quits.
Tom Lane
[next]