aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: improve wording of plpgsql RAISE format textBruce Momjian2022-06-22
* doc: clarify wording about phantom readsBruce Momjian2022-06-22
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Fix stale values in partition map entries on subscribers.Amit Kapila2022-06-21
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Avoid ecpglib core dump with out-of-order operations.Tom Lane2022-06-14
* Doc: clarify the default collation behavior of domains.Tom Lane2022-06-14
* Stamp 14.4.REL_14_4Tom Lane2022-06-13
* Translation updatesPeter Eisentraut2022-06-13
* Doc: remove a04ccf6df from release notes, now that it's reverted.Tom Lane2022-06-10
* Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...Tom Lane2022-06-10
* First-draft release notes for 14.4.Tom Lane2022-06-10
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* Doc: copy-edit "jsonb Indexing" section.Tom Lane2022-06-08
* Fix whitespacePeter Eisentraut2022-06-08
* Harden Memoization code against broken data typesDavid Rowley2022-06-08
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Don't fail on libpq-generated error reports in pg_amcheck.Tom Lane2022-06-06
* Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane2022-06-06
* Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier2022-06-06
* Doc: improve example for intarray's uniq() function.Tom Lane2022-06-03
* Doc: fix incorrect bit-reversal in example of macaddr formatting.Tom Lane2022-06-03
* Doc: Further fix CREATE FOREIGN TABLE synopsis.Etsuro Fujita2022-06-02
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-01
* Doc: fix a couple of erroneous examples.Tom Lane2022-06-01
* Doc: mention limitation of the number of resultset columnsDavid Rowley2022-06-01
* Recommend scram-sha-256 instead of md5 authentication in docsMagnus Hagander2022-05-31
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* Doc: fix mention of pg_dump's minimum supported server version.Tom Lane2022-05-31
* doc: Reword description of roles able to view track_activities's infoMichael Paquier2022-05-30
* Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas2022-05-29
* Doc: fix missing/bogus documentation of range_intersect_agg().Tom Lane2022-05-29
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff.Robert Haas2022-05-26
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* doc: Mention pg_read_all_stats in description of track_activitiesMichael Paquier2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLYAlvaro Herrera2022-05-20
* Doc: clarify location of libpq's default service file on Windows.Tom Lane2022-05-19
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Update xml_1.out and xml_2.outAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-16