index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2023-06-21
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-16
Fix typo in comment.
Amit Langote
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-11
Fix missing initializations of MyProc.delayChkptEnd
Michael Paquier
2023-06-06
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-05-25
nbtree VACUUM: cope with right sibling link corruption.
Peter Geoghegan
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-18
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-08
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-04
In array_position()/array_positions(), beware of empty input array.
Tom Lane
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-25
Fix vacuum_cost_delay check for balance calculation.
Daniel Gustafsson
2023-04-21
Avoid character classification in regex escape parsing.
Jeff Davis
2023-04-17
Avoid trying to write an empty WAL record in log_newpage_range().
Tom Lane
2023-04-14
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-06
Fix ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-03-31
Ensure acquire_inherited_sample_rows sets its output parameters.
Tom Lane
2023-03-30
Fix List memory issue in transformColumnDefinition
David Rowley
2023-03-29
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-26
Fix oversights in array manipulation.
Tom Lane
2023-03-21
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-17
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-16
Work around spurious compiler warning in inet operators
Andres Freund
2023-03-16
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-15
Fix waitpid() emulation on Windows.
Thomas Munro
2023-03-14
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-13
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-09
Fix race in SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-01
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-23
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-23
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-22
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
Add missing support for the latest SPI status codes.
Dean Rasheed
2023-02-21
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-17
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-13
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-06
Translation updates
Peter Eisentraut
[next]