index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2011-07-07
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-06
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-04
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-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-29
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-28
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-22
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-22
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-17
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-15
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-14
Renumber 2PC resource managers so that compared to 9.0, predicate lock rmgr
Heikki Linnakangas
2011-06-11
Stamp HEAD as 9.2devel.
Tom Lane
2011-06-10
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-09
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-08
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-03
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-02
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-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-30
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-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
[next]