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
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
1
-6
/
+72
*
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
1
-3
/
+0
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
1
-84
/
+53
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
1
-5
/
+7
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
1
-60
/
+93
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
1
-0
/
+13
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
1
-10
/
+15
*
In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.
Tom Lane
2020-11-21
1
-6
/
+13
*
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
1
-17
/
+22
*
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
1
-0
/
+20
*
Hash support for row types
Peter Eisentraut
2020-11-19
3
-24
/
+310
*
Suppress "warning: variable 'collcollate' set but not used".
Tom Lane
2020-11-15
1
-1
/
+1
*
Fix some typos
Michael Paquier
2020-11-14
1
-1
/
+1
*
Support negative indexes in split_part().
Tom Lane
2020-11-13
1
-15
/
+68
*
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
1
-3
/
+3
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
1
-3
/
+35
*
Fix assertion in collation version lookup.
Thomas Munro
2020-11-08
1
-4
/
+3
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
8
-9
/
+1
*
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
Michael Paquier
2020-11-07
1
-1
/
+1
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
1
-1
/
+231
*
Remove useless entries for aggregate functions from fmgrtab.c.
Tom Lane
2020-11-04
1
-2
/
+7
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
1
-1
/
+1
*
Tolerate version lookup failure for old style Windows locale names.
Thomas Munro
2020-11-04
1
-0
/
+12
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
2
-230
/
+0
*
Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.
Tom Lane
2020-11-02
1
-15
/
+11
*
Rethink the generation rule for fmgroids.h macros.
Tom Lane
2020-11-02
2
-26
/
+27
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
1
-3
/
+0
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
3
-1
/
+48
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
1
-37
/
+0
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
1
-1
/
+1
*
Don't use custom OID symbols in pg_type.dat, either.
Tom Lane
2020-10-29
1
-5
/
+5
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
1
-3
/
+6
*
Fix incorrect placement of pfree() in pg_relation_check_pages()
Michael Paquier
2020-10-29
1
-2
/
+2
*
Don't use custom OID symbols in pg_proc.dat.
Tom Lane
2020-10-28
1
-2
/
+2
*
Use correct GetDatum() in pg_relation_check_pages()
Michael Paquier
2020-10-28
1
-1
/
+1
*
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-28
2
-0
/
+230
*
Fix incorrect parameter name in a function header comment
David Rowley
2020-10-25
1
-1
/
+1
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
1
-3
/
+3
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
3
-4
/
+4
*
Fix memory leak when guc.c decides a setting can't be applied now.
Tom Lane
2020-10-12
1
-2
/
+30
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
1
-4
/
+1
*
Avoid gratuitous inaccuracy in numeric width_bucket().
Tom Lane
2020-10-08
1
-15
/
+16
*
Fix numeric width_bucket() to allow its first argument to be infinite.
Tom Lane
2020-10-08
1
-2
/
+3
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
1
-0
/
+80
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
3
-252
/
+156
*
Include the process PID in assertion-failure messages.
Tom Lane
2020-10-05
1
-13
/
+15
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-1
/
+3
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
1
-6
/
+8
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
1
-0
/
+36
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
1
-2
/
+5
[next]