aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan2023-07-03
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* Fix oversight in handling of modifiedCols since f24523672dTomas Vondra2023-07-02
* Fix memory leak in Incremental Sort rescansTomas Vondra2023-07-02
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHODMichael Paquier2023-06-30
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut2023-06-29
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Check for interrupts and stack overflow in TParserGet().Tom Lane2023-06-24
* Fix incorrect error message in libpq_pipelineMichael Paquier2023-06-23
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Avoid Assert failure when processing empty statement in aborted xact.Tom Lane2023-06-21
* Disable use of archiving in 009_twophase.plMichael Paquier2023-06-21
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Fix hash join when inner hashkey expressions contain Params.Tom Lane2023-06-20
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* Fix typo in comment.Amit Langote2023-06-16
* Fix make_etags breakage on certain platforms.Tatsuo Ishii2023-06-14
* Correctly update hasSubLinks while mutating a rule action.Tom Lane2023-06-13
* Accept fractional seconds in jsonpath's datetime() method.Tom Lane2023-06-12
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier2023-06-09
* Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra2023-06-07
* Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas2023-06-06
* Fix pg_dump's failure to honor dependencies of SQL functions.Tom Lane2023-06-04
* Fix misuse of pg_log_info() for details/hints.Tom Lane2023-06-04
* nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan2023-05-25
* Fix pgbench in prepared mode with an empty pipelineAlvaro Herrera2023-05-25
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Avoid naming conflict between transactions.sql and namespace.sql.Tom Lane2023-05-19
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-16
* Tighten usage of PSQL_WATCH_PAGER.Tom Lane2023-05-12
* Fix publication syntax error messageAlvaro Herrera2023-05-10
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Handle RLS dependencies in inlined set-returning functions properly.Tom Lane2023-05-08
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Translation updatesPeter Eisentraut2023-05-08
* Add ruleutils support for decompiling MERGE commands.Tom Lane2023-05-07
* Fix typo with wait event for SLRU buffer of commit timestampsMichael Paquier2023-05-05
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-05
* Move return statements out of PG_TRY blocks.Nathan Bossart2023-05-04
* In array_position()/array_positions(), beware of empty input array.Tom Lane2023-05-04