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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
12
-49
/
+51
*
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
6
-33
/
+22
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
1
-7
/
+38
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
1
-27
/
+44
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
2
-2
/
+12
*
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-15
1
-5
/
+9
*
Fix initialization of RelationSyncEntry for streaming transactions.
Amit Kapila
2020-09-16
1
-14
/
+15
*
Optimize compactify_tuples function
David Rowley
2020-09-16
1
-32
/
+252
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
1
-0
/
+6
*
Report resource usage at the end of recovery
David Rowley
2020-09-16
1
-2
/
+7
*
Allow incremental sorts for windowing functions
David Rowley
2020-09-15
1
-7
/
+34
*
Fix compiler warning
David Rowley
2020-09-15
1
-1
/
+1
*
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2020-09-14
1
-28
/
+34
*
Fix typos.
Fujii Masao
2020-09-14
2
-2
/
+2
*
Make index_set_state_flags() transactional
Michael Paquier
2020-09-14
1
-15
/
+4
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
14
-26
/
+29
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
1
-6
/
+17
*
Fix inconsistency in determining the timestamp of the db statfile.
Amit Kapila
2020-09-12
1
-6
/
+11
*
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-12
1
-1
/
+1
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
3
-17
/
+30
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
5
-8
/
+65
*
Log a message when resorting to SIGKILL during shutdown/crash recovery.
Tom Lane
2020-09-11
1
-0
/
+2
*
Don't run atexit callbacks during signal exits from ProcessStartupPacket.
Tom Lane
2020-09-11
2
-39
/
+50
*
Update copyright year
Alvaro Herrera
2020-09-11
1
-1
/
+1
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
2
-3
/
+15
*
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-10
1
-32
/
+51
*
Clean up some code and comments in partbounds.c.
Etsuro Fujita
2020-09-10
1
-7
/
+5
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
2
-3
/
+3
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
1
-8
/
+15
*
Make archiver's SIGQUIT handler exit via _exit().
Tom Lane
2020-09-09
1
-10
/
+1
*
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-09
5
-128
/
+46
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
2
-2
/
+2
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
1
-25
/
+102
*
Install an error check into cancel_before_shmem_exit().
Tom Lane
2020-09-08
1
-3
/
+6
*
Fix autovacuum cancellation.
Andres Freund
2020-09-08
1
-1
/
+1
*
Use plain memset() in numeric.c, not MemSet and friends.
Tom Lane
2020-09-08
1
-1
/
+1
*
Use <unnamed> for name of unnamed portal's memory context
Peter Eisentraut
2020-09-08
1
-2
/
+2
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
3
-69
/
+207
*
Adjust cost model for HashAgg that spills to disk.
Jeff Davis
2020-09-07
1
-0
/
+13
*
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-07
1
-10
/
+10
*
Frob numeric.c loop so that clang will auto-vectorize it too.
Tom Lane
2020-09-07
1
-6
/
+8
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
1
-17
/
+16
*
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-09-06
2
-3
/
+15
*
Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane
2020-09-06
1
-2
/
+2
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
1
-26
/
+14
*
Fix typo in comment
Magnus Hagander
2020-09-06
1
-1
/
+1
*
Fix misleading error message about inconsistent moving-aggregate types.
Tom Lane
2020-09-06
1
-2
/
+2
*
Improve some ancient, crufty code in bootstrap + initdb.
Tom Lane
2020-09-05
1
-59
/
+60
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
9
-23
/
+20
*
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-09-05
12
-216
/
+250
[next]