index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stamp 9.5.25.
REL9_5_25
Tom Lane
2021-02-08
6
-21
/
+21
*
Translation updates
Peter Eisentraut
2021-02-08
7
-3716
/
+3765
*
Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.
Tom Lane
2021-02-07
1
-0
/
+814
*
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
1
-6
/
+0
*
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
1
-0
/
+6
*
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
5
-6
/
+62
*
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
1
-1
/
+9
*
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-02-02
1
-2
/
+9
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
7
-38
/
+100
*
Silence another gcc 11 warning.
Tom Lane
2021-01-28
1
-2
/
+2
*
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
1
-2
/
+2
*
pgbench: Remove dead code
Alvaro Herrera
2021-01-28
1
-8
/
+0
*
Report the true database name on connection errors
Alvaro Herrera
2021-01-26
4
-5
/
+6
*
Code review for psql's helpSQL() function.
Tom Lane
2021-01-26
1
-21
/
+36
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
3
-8
/
+22
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
1
-4
/
+16
*
Update time zone data files to tzdata release 2021a.
Tom Lane
2021-01-24
1
-95
/
+131
*
Make check-prepared-txns use temp-install binaries.
Noah Misch
2021-01-23
1
-1
/
+1
*
Doc: improve directions for building on macOS.
Tom Lane
2021-01-22
1
-1
/
+25
*
Further tweaking of PG_SYSROOT heuristics for macOS.
Tom Lane
2021-01-20
1
-6
/
+13
*
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-20
3
-2
/
+7
*
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-19
1
-26
/
+27
*
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
1
-2
/
+8
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
8
-79
/
+312
*
Improve our heuristic for selecting PG_SYSROOT on macOS.
Tom Lane
2021-01-15
1
-3
/
+19
*
Doc: clarify behavior of back-half options in pg_dump.
Tom Lane
2021-01-13
1
-10
/
+10
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
1
-1
/
+4
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
1
-1
/
+1
*
doc: expand description of how non-SELECT queries are processed
Bruce Momjian
2021-01-09
1
-20
/
+30
*
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
1
-1
/
+1
*
doc: improve NLS instruction wording
Bruce Momjian
2021-01-05
1
-2
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
2
-4
/
+4
*
Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.
Tom Lane
2021-01-01
1
-7
/
+17
*
Doc: spell out comparison behaviors for the date/time types.
Tom Lane
2020-12-30
1
-0
/
+15
*
doc: Improve some grammar and sentences
Michael Paquier
2020-12-29
1
-1
/
+1
*
Fix inconsistent code with shared invalidations of snapshots
Michael Paquier
2020-12-28
1
-2
/
+2
*
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-28
3
-7
/
+58
*
Fix back-patch of "Invalidate acl.c caches when pg_authid changes."
Noah Misch
2020-12-25
2
-5
/
+5
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
3
-3
/
+19
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
4
-51
/
+86
*
Doc: fix description of how to use src/tutorial files.
Tom Lane
2020-12-20
1
-4
/
+2
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
1
-2
/
+9
*
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-12-15
1
-5
/
+29
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
1
-16
/
+10
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
1
-1
/
+1
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
1
-1
/
+1
*
Doc: clarify that CREATE TABLE discards redundant unique constraints.
Tom Lane
2020-12-08
1
-7
/
+15
*
Doc: explain that the string types can't store \0 (ASCII NUL).
Tom Lane
2020-12-08
1
-4
/
+9
*
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-08
1
-5
/
+16
*
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-07
1
-7
/
+15
[next]