index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Use truncate(2) where appropriate.
Thomas Munro
2020-12-01
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE
Michael Paquier
2020-11-30
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
*
Improve log message about termination of background workers.
Fujii Masao
2020-11-30
*
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-28
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-27
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-26
*
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
*
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
*
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
*
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
*
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Put "inline" marker on declarations of inline functions.
Tom Lane
2020-11-24
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Use macros instead of hardcoded offsets for LWLock initialization
Michael Paquier
2020-11-24
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-24
*
Don't hold ProcArrayLock longer than needed in rare cases
Alvaro Herrera
2020-11-23
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
*
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-23
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
*
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-22
*
In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.
Tom Lane
2020-11-21
*
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
*
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-21
*
Replace a macro by a function
Peter Eisentraut
2020-11-20
*
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
*
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-11-20
*
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Add BarrierArriveAndDetachExceptLast().
Thomas Munro
2020-11-19
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-18
*
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
*
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-17
*
nbtree: Rename nbtinsert.c variables for consistency.
Peter Geoghegan
2020-11-17
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
*
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-16
[next]