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
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
5
-3
/
+15
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
1
-2
/
+4
*
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
2
-12
/
+28
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
1
-31
/
+69
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
3
-4
/
+24
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
1
-2
/
+5
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
1
-11
/
+27
*
Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE
Michael Paquier
2020-11-30
1
-47
/
+14
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
1
-1
/
+0
*
Improve log message about termination of background workers.
Fujii Masao
2020-11-30
1
-0
/
+5
*
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-28
1
-13
/
+39
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
1
-2
/
+27
*
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-27
1
-45
/
+55
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
3
-15
/
+15
*
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-26
1
-7
/
+7
*
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
1
-3
/
+60
*
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
2
-6
/
+75
*
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
1
-7
/
+9
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
1
-0
/
+8
*
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
1
-1
/
+5
*
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
1
-3
/
+0
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
2
-87
/
+53
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
2
-0
/
+7
*
Put "inline" marker on declarations of inline functions.
Tom Lane
2020-11-24
1
-2
/
+2
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
16
-688
/
+830
*
Use macros instead of hardcoded offsets for LWLock initialization
Michael Paquier
2020-11-24
1
-4
/
+3
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
7
-93
/
+123
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
1
-0
/
+13
*
Don't hold ProcArrayLock longer than needed in rare cases
Alvaro Herrera
2020-11-23
1
-13
/
+22
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
3
-1
/
+17
*
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
1
-7
/
+10
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
1
-10
/
+15
*
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-23
1
-1
/
+1
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
6
-4505
/
+4606
*
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-22
1
-27
/
+215
*
In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.
Tom Lane
2020-11-21
1
-6
/
+13
*
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
1
-17
/
+22
*
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-21
1
-26
/
+0
*
Replace a macro by a function
Peter Eisentraut
2020-11-20
1
-10
/
+11
*
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
1
-0
/
+20
*
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-11-20
1
-5
/
+6
*
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
4
-75
/
+1
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
2
-20
/
+35
*
Hash support for row types
Peter Eisentraut
2020-11-19
3
-24
/
+310
*
Add BarrierArriveAndDetachExceptLast().
Thomas Munro
2020-11-19
1
-0
/
+22
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
5
-5
/
+11
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-18
1
-1
/
+5
*
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
5
-126
/
+131
*
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-17
1
-4
/
+3
*
nbtree: Rename nbtinsert.c variables for consistency.
Peter Geoghegan
2020-11-17
1
-59
/
+62
[next]