aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane2022-07-17
* Make dsm_impl_posix_resize more future-proof.Thomas Munro2022-07-16
* pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian2022-07-14
* doc: add documentation about ecpg Oracle-compatibility modeBruce Momjian2022-07-14
* doc: clarify the behavior of identically-named savepointsBruce Momjian2022-07-14
* doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian2022-07-14
* doc: mention that INSERT can block because of unique indexesBruce Momjian2022-07-14
* doc: mention the pg_locks lock names in parenthesesBruce Momjian2022-07-14
* Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro2022-07-15
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Fix \watch's interaction with libedit on ^C.Thomas Munro2022-07-10
* doc: add pg_prewarm exampleBruce Momjian2022-07-08
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* 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 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
* 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
* Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...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
* 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 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: 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: mention limitation of the number of resultset columnsDavid Rowley2022-06-01
* 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
* 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