aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-10
* Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane2021-06-10
* Avoid ECPG test failures in some GSS-capable environments.Tom Lane2021-06-10
* Add some const decorationsPeter Eisentraut2021-06-10
* Adjust new test case to set wal_keep_size.Robert Haas2021-06-10
* Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley2021-06-10
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Fix inconsistencies in psql --help=commandsMichael Paquier2021-06-09
* Force NO SCROLL for plpgsql's implicit cursors.Tom Lane2021-06-08
* Avoid misbehavior when persisting a non-stable cursor.Tom Lane2021-06-08
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-08
* Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra2021-06-08
* Don't crash on empty statements in SQL-standard function bodies.Tom Lane2021-06-08
* libpq: Fix SNI host handlingPeter Eisentraut2021-06-08
* Reorder superuser check in pg_log_backend_memory_contexts()Michael Paquier2021-06-08
* Add _outTidRangePath()Peter Eisentraut2021-06-07
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* Fix portability issue in test indirect_toastMichael Paquier2021-06-07
* Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila2021-06-07
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-07
* Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane2021-06-06
* Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra2021-06-06
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-05
* Clean up some questionable usages of DatumGet* macrosDavid Rowley2021-06-04
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Fix incorrect permissions on pg_subscription.Tom Lane2021-06-03
* Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier2021-06-03
* doc: Group options in pg_amcheck reference pagePeter Eisentraut2021-06-03
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Ignore more environment variables in TAP testsMichael Paquier2021-06-03
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Revert most of 39b66a91bdTomas Vondra2021-06-03
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Update plannodes.h's comments about PlanRowMark.Tom Lane2021-06-02
* Teach tab-complete.c about recently-added CREATE TYPE options.Tom Lane2021-06-02
* Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao2021-06-02
* Add regression test for recovery pause.Fujii Masao2021-06-02
* Add Windows file version information to libpq_pipeline.exe.Noah Misch2021-06-01
* Fix missing gettimeofday() declaration.Noah Misch2021-06-01
* Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane2021-06-01
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Fix error handling in replacement pthread_barrier_init().Thomas Munro2021-06-01
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-31
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* Improve some error wording with multirange type parsingMichael Paquier2021-05-31
* Fix race condition when sharing tuple descriptors.Thomas Munro2021-05-29
* fix syntax errorAndrew Dunstan2021-05-28