summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-15Update variant expected-result file.Tom Lane
2021-06-15Remove orphaned expected-result file.Tom Lane
2021-06-15Remove pg_wait_for_backend_termination().Noah Misch
2021-06-15Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch
2021-06-14Fix logic bug in 1632ea43682fAlvaro Herrera
2021-06-14Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
2021-06-13Work around portability issue with newer versions of mktime().Tom Lane
2021-06-13Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan
2021-06-13Ignore more environment variables in pg_regress.cMichael Paquier
2021-06-12Restore robustness of TAP tests that wait for postmaster restart.Tom Lane
2021-06-12Ensure pg_filenode_relation(0, 0) returns NULL.Tom Lane
2021-06-12Don't use Asserts to check for violations of replication protocol.Tom Lane
2021-06-12Fix new recovery test for use under msysAndrew Dunstan
2021-06-12Simplify some code in getObjectTypeDescription()Michael Paquier
2021-06-12Improve log pattern detection in recently-added TAP testsMichael Paquier
2021-06-12Improve and cleanup ProcArrayAdd(), ProcArrayRemove().Andres Freund
2021-06-11Report sort phase progress in parallel btree buildAlvaro Herrera
2021-06-11Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane
2021-06-11Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera
2021-06-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-06-11Fix race condition in invalidating obsolete replication slotsAlvaro Herrera
2021-06-11Improve psql tab completion for options of subcriptions and publicationsMichael Paquier
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Rearrange logrep worker's snapshot handling some more.Tom Lane
2021-06-10Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane
2021-06-10Avoid ECPG test failures in some GSS-capable environments.Tom Lane
2021-06-10Add some const decorationsPeter Eisentraut
2021-06-10Adjust new test case to set wal_keep_size.Robert Haas
2021-06-10Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-06-09Fix inconsistencies in psql --help=commandsMichael Paquier
2021-06-08Force NO SCROLL for plpgsql's implicit cursors.Tom Lane
2021-06-08Avoid misbehavior when persisting a non-stable cursor.Tom Lane
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-06-08Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-06-08Don't crash on empty statements in SQL-standard function bodies.Tom Lane
2021-06-08libpq: Fix SNI host handlingPeter Eisentraut
2021-06-07Reorder superuser check in pg_log_backend_memory_contexts()Michael Paquier
2021-06-07Add _outTidRangePath()Peter Eisentraut
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-06-07Fix portability issue in test indirect_toastMichael Paquier
2021-06-07Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila
2021-06-07Fix rescanning of async-aware Append nodes.Etsuro Fujita