index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Adjust batch size in postgres_fdw to not use too many parameters
Tomas Vondra
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-08
*
libpq: Fix SNI host handling
Peter Eisentraut
2021-06-08
*
Reorder superuser check in pg_log_backend_memory_contexts()
Michael Paquier
2021-06-08
*
Add _outTidRangePath()
Peter Eisentraut
2021-06-07
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Fix portability issue in test indirect_toast
Michael Paquier
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-07
*
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-06
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
*
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-04
*
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-03
*
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
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-01
*
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-06-01
*
Fix error handling in replacement pthread_barrier_init().
Thomas Munro
2021-06-01
*
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-31
*
Fix race condition when sharing tuple descriptors.
Thomas Munro
2021-05-29
*
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-27
[next]