summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5.25.REL9_5_25Tom Lane2021-02-086-21/+21
* Translation updatesPeter Eisentraut2021-02-087-3716/+3765
* Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.Tom Lane2021-02-071-0/+814
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-071-6/+0
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-061-0/+6
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-065-6/+62
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-051-1/+9
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-021-2/+9
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-307-38/+100
* Silence another gcc 11 warning.Tom Lane2021-01-281-2/+2
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-281-2/+2
* pgbench: Remove dead codeAlvaro Herrera2021-01-281-8/+0
* Report the true database name on connection errorsAlvaro Herrera2021-01-264-5/+6
* Code review for psql's helpSQL() function.Tom Lane2021-01-261-21/+36
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-253-8/+22
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-251-4/+16
* Update time zone data files to tzdata release 2021a.Tom Lane2021-01-241-95/+131
* Make check-prepared-txns use temp-install binaries.Noah Misch2021-01-231-1/+1
* Doc: improve directions for building on macOS.Tom Lane2021-01-221-1/+25
* Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane2021-01-201-6/+13
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-203-2/+7
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-191-26/+27
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-181-2/+8
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-168-79/+312
* Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane2021-01-151-3/+19
* Doc: clarify behavior of back-half options in pg_dump.Tom Lane2021-01-131-10/+10
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-131-1/+4
* Fix thinko in commentAlvaro Herrera2021-01-121-1/+1
* doc: expand description of how non-SELECT queries are processedBruce Momjian2021-01-091-20/+30
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-081-1/+1
* doc: improve NLS instruction wordingBruce Momjian2021-01-051-2/+2
* Update copyright for 2021Bruce Momjian2021-01-022-4/+4
* Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane2021-01-011-7/+17
* Doc: spell out comparison behaviors for the date/time types.Tom Lane2020-12-301-0/+15
* doc: Improve some grammar and sentencesMichael Paquier2020-12-291-1/+1
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-281-2/+2
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-283-7/+58
* Fix back-patch of "Invalidate acl.c caches when pg_authid changes."Noah Misch2020-12-252-5/+5
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-253-3/+19
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-214-51/+86
* Doc: fix description of how to use src/tutorial files.Tom Lane2020-12-201-4/+2
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-181-2/+9
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2020-12-151-5/+29
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-141-16/+10
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-121-1/+1
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-121-1/+1
* Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane2020-12-081-7/+15
* Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane2020-12-081-4/+9
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-081-5/+16
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-071-7/+15