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
*
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-04
*
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-04
*
Improve pg_basebackup long file name test Windows robustness
Andrew Dunstan
2023-07-03
*
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-07-03
*
Silence "missing contrecord" error.
Thomas Munro
2023-07-03
*
Fix oversight in handling of modifiedCols since f24523672d
Tomas Vondra
2023-07-02
*
Fix memory leak in Incremental Sort rescans
Tomas Vondra
2023-07-02
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2023-06-30
*
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
*
Remove inappropriate raw_expression_tree_walker() code
Peter Eisentraut
2023-06-29
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Check for interrupts and stack overflow in TParserGet().
Tom Lane
2023-06-24
*
Fix incorrect error message in libpq_pipeline
Michael Paquier
2023-06-23
*
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-21
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Disable use of archiving in 009_twophase.pl
Michael Paquier
2023-06-21
*
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-21
*
Fix hash join when inner hashkey expressions contain Params.
Tom Lane
2023-06-20
*
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-20
*
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-19
*
Fix typo in comment.
Amit Langote
2023-06-16
*
Fix make_etags breakage on certain platforms.
Tatsuo Ishii
2023-06-14
*
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-13
*
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-12
*
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-09
*
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster
Michael Paquier
2023-06-09
*
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
2023-06-07
*
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-06-06
*
Fix pg_dump's failure to honor dependencies of SQL functions.
Tom Lane
2023-06-04
*
Fix misuse of pg_log_info() for details/hints.
Tom Lane
2023-06-04
*
nbtree VACUUM: cope with right sibling link corruption.
Peter Geoghegan
2023-05-25
*
Fix pgbench in prepared mode with an empty pipeline
Alvaro Herrera
2023-05-25
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Avoid naming conflict between transactions.sql and namespace.sql.
Tom Lane
2023-05-19
*
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-18
*
Mark internal messages as no longer translatable
Alvaro Herrera
2023-05-16
*
Tighten usage of PSQL_WATCH_PAGER.
Tom Lane
2023-05-12
*
Fix publication syntax error message
Alvaro Herrera
2023-05-10
*
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
*
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
*
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-08
*
Translation updates
Peter Eisentraut
2023-05-08
*
Add ruleutils support for decompiling MERGE commands.
Tom Lane
2023-05-07
*
Fix typo with wait event for SLRU buffer of commit timestamps
Michael Paquier
2023-05-05
*
Fix prove_installcheck when used with PGXS
Peter Eisentraut
2023-05-05
*
Move return statements out of PG_TRY blocks.
Nathan Bossart
2023-05-04
*
In array_position()/array_positions(), beware of empty input array.
Tom Lane
2023-05-04
[next]