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
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
4
-5
/
+5
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
4
-14
/
+19
*
Improve comment for att_isnull.
Robert Haas
2019-05-13
1
-1
/
+3
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
1
-28
/
+53
*
Fix and improve description of locktag types in lock.h
Michael Paquier
2019-05-10
1
-14
/
+18
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
1
-2
/
+3
*
Add missing periods to comments.
Etsuro Fujita
2019-05-08
1
-2
/
+2
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
1
-0
/
+2
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
1
-7
/
+2
*
Remove RelationSetIndexList().
Tom Lane
2019-05-03
2
-5
/
+2
*
Fix union for pgstat message types
Magnus Hagander
2019-05-01
1
-1
/
+3
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
3
-9
/
+20
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-29
1
-0
/
+1
*
Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.
Tom Lane
2019-04-28
3
-33
/
+32
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
3
-2
/
+6
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
1
-15
/
+20
*
Remove useless comment.
Tom Lane
2019-04-23
1
-4
/
+0
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
1
-0
/
+10
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
2
-1
/
+2
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
2
-0
/
+3
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
3
-4
/
+3
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
1
-18
/
+1
*
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-19
1
-1
/
+0
*
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
1
-1
/
+3
*
Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Tom Lane
2019-04-15
1
-2
/
+3
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
1
-2
/
+4
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
2
-4
/
+4
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
2
-0
/
+7
*
Fix REINDEX CONCURRENTLY of partitions
Peter Eisentraut
2019-04-12
1
-0
/
+3
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
1
-1
/
+1
*
Improve comment in sync.h.
Thomas Munro
2019-04-10
1
-2
/
+2
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
1
-0
/
+1
*
tableam: comment and formatting fixes.
Andres Freund
2019-04-08
1
-60
/
+59
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
1
-0
/
+1
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
1
-3
/
+3
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
2
-1
/
+4
*
Cast pg_stat_progress_cluster.cluster_index_relid to oid
Peter Eisentraut
2019-04-07
1
-1
/
+1
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
2
-1
/
+6
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
4
-3
/
+11
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
3
-1
/
+37
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
2
-4
/
+4
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
2
-1
/
+1
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
3
-2
/
+34
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
2
-0
/
+16
*
Move the be_gssapi_get_* prototypes
Stephen Frost
2019-04-04
1
-7
/
+7
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
5
-41
/
+130
*
tableam: basic documentation.
Andres Freund
2019-04-03
1
-0
/
+3
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
2
-4
/
+4
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
3
-0
/
+4
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
2
-0
/
+4
[next]