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
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
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
*
Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
Heikki Linnakangas
2011-06-14
*
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
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Tag 9.1beta2.
REL9_1_BETA2
Tom Lane
2011-06-09
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
SSI comment fixes and enhancements. Notably, document that the conflict-out
Heikki Linnakangas
2011-06-03
*
Looks like we can't declare getpeereid on Windows anyway.
Tom Lane
2011-06-02
*
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-02
*
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-31
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
*
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
*
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-13
*
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Tag 9.1beta1.
REL9_1_BETA1
Tom Lane
2011-04-27
*
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
Andrew Dunstan
2011-04-27
*
Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan
2011-04-27
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Simplify reindex_relation's API.
Tom Lane
2011-04-16
*
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-16
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
*
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
[next]