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
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
4
-14
/
+34
*
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
7
-40
/
+26
*
Fix amcheck child check pg_upgrade bug.
Peter Geoghegan
2020-09-16
1
-6
/
+28
*
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
2
-29
/
+53
*
Add leader_pid field into the example of file_fdw for csvlog.
Fujii Masao
2020-09-16
1
-1
/
+2
*
Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dump
Michael Paquier
2020-09-16
1
-4
/
+6
*
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
7
-2
/
+47
*
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
3
-7
/
+100
*
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 interpolation in test name.
Noah Misch
2020-09-13
1
-1
/
+1
*
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
24
-89
/
+92
*
Avoid useless allocations for information of dumpable objects in pg_dump/
Michael Paquier
2020-09-14
1
-0
/
+3
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
3
-6
/
+40
*
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
2
-2
/
+1
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
4
-18
/
+32
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
5
-8
/
+65
*
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-11
3
-2
/
+32
*
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
3
-39
/
+51
*
Update copyright year
Alvaro Herrera
2020-09-11
1
-1
/
+1
*
Skip empty transaction stream in test_decoding.
Amit Kapila
2020-09-11
5
-23
/
+95
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
3
-6
/
+17
*
Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.
Tom Lane
2020-09-10
1
-32
/
+51
*
New contrib module, pg_surgery, with heap surgery functions.
Robert Haas
2020-09-10
12
-0
/
+860
*
Remove unused parameter
Peter Eisentraut
2020-09-10
1
-6
/
+4
*
Add libpq's openssl dependencies to pkg-config file
Peter Eisentraut
2020-09-10
1
-0
/
+2
*
doc: Remove buggy ICU collation from documentation
Peter Eisentraut
2020-09-10
1
-6
/
+6
*
Add more tests for EXTRACT of date type
Peter Eisentraut
2020-09-10
3
-17
/
+228
*
Fix title in reference section
Magnus Hagander
2020-09-10
1
-2
/
+2
*
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
7
-10
/
+11
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
3
-8
/
+36
*
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
8
-132
/
+50
*
Doc: adjust documentation related to index support functions.
Tom Lane
2020-09-09
1
-16
/
+16
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
5
-12
/
+16
*
Add missing quote in docs
Magnus Hagander
2020-09-09
1
-1
/
+1
*
Add some more numeric test coverage
Peter Eisentraut
2020-09-09
2
-0
/
+14
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
4
-25
/
+195
[next]