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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
3
-6
/
+9
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
3
-6
/
+12
*
Add pg_ls_tmpdir function
Michael Paquier
2018-10-05
2
-1
/
+11
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
3
-12
/
+14
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
5
-7
/
+13
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
1
-2
/
+1
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
2
-4
/
+5
*
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-10-03
2
-0
/
+6
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
2
-11
/
+15
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
1
-0
/
+2
*
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-10-01
3
-2
/
+9
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
3
-1
/
+14
*
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
2
-0
/
+8
*
Improve error reporting for unsupported effective_io_concurrency setting.
Tom Lane
2018-09-28
1
-1
/
+3
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
1
-0
/
+1
*
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
Andres Freund
2018-09-27
1
-11
/
+0
*
Switch flags tracking pending interrupts to sig_atomic_t
Michael Paquier
2018-09-27
1
-5
/
+5
*
Try another way to detect the result type of strerror_r().
Tom Lane
2018-09-26
2
-2
/
+2
*
Clean up *printf macros to avoid conflict with format archetypes.
Tom Lane
2018-09-26
1
-13
/
+7
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
4
-44
/
+6
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
1
-2
/
+5
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
4
-14
/
+8
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
1
-4
/
+6
*
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
1
-1
/
+1
*
Remove fmgr.h inclusion from partition.h
Alvaro Herrera
2018-09-25
1
-1
/
+0
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
4
-7
/
+32
*
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
42
-77
/
+207
*
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
2
-0
/
+6
*
Document aclitem functions and operators
Joe Conway
2018-09-24
1
-2
/
+2
*
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
1
-0
/
+33
*
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-22
1
-5
/
+5
*
Add missing pg_description strings for pg_type entries.
Tom Lane
2018-09-20
2
-15
/
+25
*
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-09-20
4
-631
/
+294
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
6
-6
/
+75
*
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
3
-4
/
+21
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
2
-4
/
+3
*
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
1
-2
/
+4
*
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-18
2
-2
/
+2
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
2
-4
/
+7
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
2
-1
/
+2
*
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
1
-29
/
+1
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
1
-0
/
+2
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
1
-3
/
+0
*
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-10
1
-0
/
+4
*
Install a check for mis-linking of src/port and src/common functions.
Tom Lane
2018-09-09
1
-0
/
+17
*
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
1
-0
/
+6
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
1
-3
/
+7
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
6
-28
/
+41
*
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-09-06
1
-2
/
+5
*
Make argument names of pg_get_object_address consistent, and fix docs.
Tom Lane
2018-09-05
2
-2
/
+2
[next]