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
Age
Commit message (
Expand
)
Author
2023-03-13
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-03-12
Mark unsafe_tests module as not runnable with installcheck
Andrew Dunstan
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-08
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-01
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-02-26
Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Andrew Dunstan
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-08
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-06
Translation updates
Peter Eisentraut
2023-02-06
Properly NULL-terminate GSS receive buffer on error packet reception
Michael Paquier
2023-01-31
Update time zone data files to tzdata release 2022g.
Tom Lane
2023-01-31
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-26
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-20
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-19
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
Add missing assign hook for GUC checkpoint_completion_target
Michael Paquier
2023-01-19
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-17
AdjustUpgrade.pm should zap test_ext_cine, too.
Tom Lane
2023-01-17
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-12
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-12
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-11
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2023-01-06
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2023-01-02
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2022-12-23
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-23
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-22
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-15
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
[next]