index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
*
Add d_type to our Windows dirent emulation.
Thomas Munro
2020-09-07
*
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-09-07
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
*
Use multi-inserts for pg_depend
Michael Paquier
2020-09-05
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Add string_to_table() function.
Tom Lane
2020-09-02
*
Fix thinko with definition of REINDEXOPT_MISSING_OK
Michael Paquier
2020-09-02
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
*
Prevent non-superusers from reading pg_backend_memory_contexts, by default.
Fujii Masao
2020-08-26
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-17
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Remove obsolete cygwin.h hack
Peter Eisentraut
2020-08-15
*
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-08-15
*
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-15
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Add some const decorations
Peter Eisentraut
2020-08-08
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Remove PROC_IN_ANALYZE and derived flags
Alvaro Herrera
2020-08-07
*
Correct comment in simplehash.h.
Thomas Munro
2020-08-03
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
*
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-08-01
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Fix comment in instrument.h
Michael Paquier
2020-07-31
[next]