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
...
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
86
-1115
/
+1248
*
Provide XLogRecGetFullXid().
Thomas Munro
2019-07-15
2
-0
/
+43
*
Add gen_random_uuid function
Peter Eisentraut
2019-07-14
11
-34
/
+76
*
Forgotten catversion bump
Alexander Korotkov
2019-07-14
1
-1
/
+1
*
Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov
2019-07-14
5
-24
/
+135
*
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
7
-17
/
+133
*
Add missing commutators for distance operators
Alexander Korotkov
2019-07-14
5
-517
/
+687
*
Teach pg_stat_statements not to ignore FOR UPDATE clauses
Andrew Gierth
2019-07-14
3
-1
/
+140
*
Fix documentation for pgbench tpcb-like.
Thomas Munro
2019-07-14
1
-1
/
+1
*
Revive test of concurrent OID generation.
Noah Misch
2019-07-13
1
-12
/
+5
*
Fix some inconsistencies in MSVC scripts
Michael Paquier
2019-07-13
2
-3
/
+3
*
Fix and improve several places in the docs
Michael Paquier
2019-07-13
8
-29
/
+26
*
Fix tab completion for UPDATE.
Thomas Munro
2019-07-13
1
-1
/
+1
*
Tab completion for CREATE TYPE.
Thomas Munro
2019-07-13
1
-0
/
+39
*
Forward received condition variable signals on cancel.
Thomas Munro
2019-07-13
1
-0
/
+11
*
Introduce timed waits for condition variables.
Thomas Munro
2019-07-13
2
-7
/
+56
*
Warn if wal_level is too low when creating a publication.
Thomas Munro
2019-07-13
5
-0
/
+40
*
Fix get_actual_variable_range() to cope with broken HOT chains.
Tom Lane
2019-07-12
1
-105
/
+178
*
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-12
3
-15
/
+61
*
Fixes for jsonpath filter expression elements table in docs
Alexander Korotkov
2019-07-11
1
-4
/
+4
*
Reduce memory consumption for multi-statement query strings.
Tom Lane
2019-07-10
2
-5
/
+41
*
docs: remove pg_roles mention of the oid column being displayed
Bruce Momjian
2019-07-10
1
-5
/
+0
*
Mention limitation of unique in partitioned tables
Alvaro Herrera
2019-07-10
1
-0
/
+9
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
1
-2
/
+3
*
Assorted fixes for jsonpath documentation
Alexander Korotkov
2019-07-10
2
-53
/
+64
*
Fix missing calls to table_finish_bulk_insert during COPY, take 2
David Rowley
2019-07-10
1
-8
/
+11
*
Fix few typos and minor wordsmithing in tableam comments.
Amit Kapila
2019-07-10
1
-6
/
+6
*
Pass QueryEnvironment down to EvalPlanQual's EState.
Thomas Munro
2019-07-10
1
-0
/
+1
*
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-09
4
-2
/
+69
*
Message style improvements
Peter Eisentraut
2019-07-09
6
-12
/
+11
*
Force hash joins to be enabled in the hash join regression tests.
Thomas Munro
2019-07-09
2
-0
/
+2
*
doc: adjust to_timestamp()/to_date() wording
Bruce Momjian
2019-07-08
1
-6
/
+6
*
Adjust ssl_ciphers to be specific to OpenSSL
Bruce Momjian
2019-07-08
1
-1
/
+1
*
Remove unused C structure member
Bruce Momjian
2019-07-08
1
-1
/
+0
*
tableam: Provide helper functions for relation sizing.
Robert Haas
2019-07-08
3
-119
/
+185
*
doc: Clarify logical replication documentation
Peter Eisentraut
2019-07-08
1
-4
/
+9
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
37
-62
/
+52
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
19
-45
/
+45
*
Remove more unreferenced function declarations
Michael Paquier
2019-07-07
4
-6
/
+0
*
In pg_log_generic(), be more paranoid about preserving errno.
Tom Lane
2019-07-06
1
-0
/
+2
*
Add missing source files to nls.mk
Peter Eisentraut
2019-07-06
2
-2
/
+2
*
psql: Fix logging output format
Peter Eisentraut
2019-07-06
1
-0
/
+1
*
Add missing assertions for required table am callbacks.
Amit Kapila
2019-07-06
1
-0
/
+5
*
Add some test cases to improve test coverage of parse_expr.c.
Tom Lane
2019-07-05
2
-2
/
+116
*
Remove unreferenced function declarations.
Tom Lane
2019-07-05
3
-5
/
+0
*
Remove dead encoding-conversion functions.
Tom Lane
2019-07-05
18
-269
/
+44
*
Remove unused variable in statext_mcv_serialize()
Tomas Vondra
2019-07-05
1
-2
/
+1
*
Add \warn command to psql.
Tom Lane
2019-07-05
6
-11
/
+62
*
Improve comment in postgresql.conf.sample.
Thomas Munro
2019-07-05
1
-1
/
+1
*
doc: Spell checking
Peter Eisentraut
2019-07-05
8
-32
/
+32
[prev]
[next]