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
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
1
-1
/
+1
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
2
-4
/
+4
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
2
-4
/
+7
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
5
-11
/
+43
*
Add string_to_table() function.
Tom Lane
2020-09-02
2
-6
/
+14
*
Fix thinko with definition of REINDEXOPT_MISSING_OK
Michael Paquier
2020-09-02
1
-1
/
+1
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
2
-0
/
+2
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
2
-1
/
+3
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
1
-2
/
+0
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
2
-2
/
+3
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
3
-5
/
+5
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
1
-1
/
+2
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
4
-3
/
+8
*
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-26
1
-1
/
+1
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
2
-0
/
+3
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
1
-1
/
+1
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
1
-0
/
+3
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
2
-1
/
+10
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
2
-0
/
+16
*
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-17
1
-1
/
+1
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
1
-5
/
+2
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
2
-0
/
+13
*
Remove obsolete cygwin.h hack
Peter Eisentraut
2020-08-15
1
-9
/
+0
*
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-08-15
1
-12
/
+0
*
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-15
1
-2
/
+2
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
2
-0
/
+3
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
1
-18
/
+16
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
1
-2
/
+10
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
1
-4
/
+75
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
1
-1
/
+1
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
1
-5
/
+5
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
8
-65
/
+117
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
1
-2
/
+35
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
4
-5
/
+5
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
2
-31
/
+1
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
1
-1
/
+1
*
Add some const decorations
Peter Eisentraut
2020-08-08
1
-1
/
+1
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
5
-2
/
+115
*
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-07
2
-9
/
+1
*
Correct comment in simplehash.h.
Thomas Munro
2020-08-03
1
-1
/
+2
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
2
-5
/
+5
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
8
-29
/
+67
*
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-08-01
1
-4
/
+69
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
2
-0
/
+4
*
Fix comment in instrument.h
Michael Paquier
2020-07-31
1
-1
/
+1
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
1
-7
/
+5
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
2
-4
/
+10
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
1
-0
/
+1
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
3
-3
/
+7
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
1
-1
/
+0
[next]