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
/
access
Age
Commit message (
Expand
)
Author
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-11
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-06
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-19
Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-18
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-12
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-09
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-02
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-08
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-04
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-10-18
Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.
Tom Lane
2011-10-16
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-12
Modify RelationGetBufferForTuple() to use a typedef, rather than a
Bruce Momjian
2011-10-09
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-04
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-09-30
Support GiST index support functions that want to cache data across calls.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-08
Buffering GiST index build algorithm.
Heikki Linnakangas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-04
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-27
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-09
Change the way string relopts are allocated.
Heikki Linnakangas
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-15
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
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-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
[next]