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
*
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-29
*
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
*
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
*
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
*
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-22
*
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.
Tom Lane
2011-06-22
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Minor editing for README-SSI.
Tom Lane
2011-06-21
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-19
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-17
*
Fix crash in CREATE UNLOGGED TABLE.
Robert Haas
2011-06-17
*
Update README-SSI. Add a section to describe the "dangerous structure" that
Heikki Linnakangas
2011-06-16
*
Fix typo
Alvaro Herrera
2011-06-16
*
Remove another no-longer-needed inclusion of predicate.h.
Tom Lane
2011-06-16
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Respect Hot Standby controls while recycling btree index pages.
Simon Riggs
2011-06-16
*
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
*
The rolled-back flag on serializable xacts was pointless and redundant with
Heikki Linnakangas
2011-06-15
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Remove unused variable
Peter Eisentraut
2011-06-14
*
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-14
*
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-13
*
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
*
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-11
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
*
Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass
Heikki Linnakangas
2011-06-09
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Add gitignore for mingw/cygwin build outputs
Magnus Hagander
2011-06-09
[next]