index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
*
Update out-of-date comment in StartupXLOG.
Robert Haas
2018-02-07
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Doc: move info for btree opclass implementors into main documentation.
Tom Lane
2018-02-06
*
Be more wary about shm_toc_lookup failure.
Tom Lane
2018-02-02
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
*
Fix possible failure to mark hash metapage dirty.
Robert Haas
2018-02-01
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Update obsolete sentence in README.parallel.
Robert Haas
2018-01-23
*
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-23
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Transfer state pertaining to pending REINDEX operations to workers.
Robert Haas
2018-01-19
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Add TIMELINE to backup_label file
Simon Riggs
2018-01-06
*
Clean up tupdesc.c for recent changes.
Tom Lane
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
*
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-22
*
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-11-28
*
Fix typo.
Robert Haas
2017-11-28
*
Pad XLogReaderState's per-buffer data_bufsz more aggressively.
Simon Riggs
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-16
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-11
*
Use one stringbuffer for all rows printed in printtup.c.
Andres Freund
2017-10-11
[next]