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
*
Fix bug in GIN posting tree root creation.
Heikki Linnakangas
2013-11-13
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Fix setting of right bound at GIN page split.
Heikki Linnakangas
2013-11-07
*
Fix missing argument and function prototypes.
Heikki Linnakangas
2013-11-06
*
Misc GIN refactoring.
Heikki Linnakangas
2013-11-06
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-02
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Fix typos in comments.
Heikki Linnakangas
2013-10-24
*
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-20
*
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-08
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Minor GIN code refactoring.
Heikki Linnakangas
2013-10-03
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Typo fix.
Robert Haas
2013-09-18
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2013-09-16
*
Introduce InvalidCommandId.
Robert Haas
2013-09-09
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
*
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-09-04
*
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
*
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-19
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
Message style improvements
Peter Eisentraut
2013-07-28
*
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Robert Haas
2013-07-23
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Fix variable names mentioned in comment to match the code.
Heikki Linnakangas
2013-07-17
*
Fix assert failure at end of recovery, broken by XLogInsert scaling patch.
Heikki Linnakangas
2013-07-17
*
Fix systable_recheck_tuple() for MVCC scan snapshots.
Noah Misch
2013-07-16
*
Fix Windows build.
Heikki Linnakangas
2013-07-08
*
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-08
*
Handle posix_fallocate() errors.
Jeff Davis
2013-07-06
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
*
Fix typo in comment.
Fujii Masao
2013-07-05
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
*
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Retry short writes when flushing WAL.
Heikki Linnakangas
2013-07-01
*
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-29
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Initialize pad bytes in GinFormTuple().
Noah Misch
2013-06-26
*
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-25
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-20
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
[next]