aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* doc: Fix inconsistent quotes in some jsonb fieldsMichael Paquier2022-07-11
* Fix \watch's interaction with libedit on ^C.Thomas Munro2022-07-10
* doc: add examples for array_length() and jsonb_array_length()Bruce Momjian2022-07-08
* doc: add pg_prewarm exampleBruce Momjian2022-07-08
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane2022-07-05
* Fix pg_upgrade to detect non-upgradable anyarray usages.Tom Lane2022-07-05
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* BRIN: improve documentation on summarizationAlvaro Herrera2022-07-05
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-02
* ecpglib: call newlocale() once per process.Noah Misch2022-07-02
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Fix relptr's encoding of the base address.Thomas Munro2022-06-27
* Don't trust signalfd() on illumos.Thomas Munro2022-06-26
* Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch2022-06-25
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-25
* For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch2022-06-25
* Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila2022-06-23
* 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