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
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-15
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-07
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Add \ir command to psql.
Robert Haas
2011-07-06
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Remove missed reference to SilentMode.
Tom Lane
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-07-03
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
*
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
*
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
*
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-27
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
*
Define FLEXIBLE_ARRAY_MEMBER for MSVC.
Andrew Dunstan
2011-06-16
*
Start using flexible array members
Peter Eisentraut
2011-06-16
*
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
*
Stamp HEAD as 9.2devel.
Tom Lane
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
*
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
[next]