index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Age
Commit message (
Expand
)
Author
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-27
Improve GiST range-contained-by searches by adding a flag for empty ranges.
Tom Lane
2011-11-24
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-23
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-22
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-22
Improve implementation of range-contains-element tests.
Tom Lane
2011-11-21
More code review for rangetypes patch.
Tom Lane
2011-11-18
Further review of range-types patch.
Tom Lane
2011-11-17
Declare range inclusion operators as taking anyelement not anynonarray.
Tom Lane
2011-11-16
Code review for range-types catalog entries.
Tom Lane
2011-11-14
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-06
Oops, forgot to fix the catversion when I committed the range types patch.
Heikki Linnakangas
2011-11-03
Support range data types.
Heikki Linnakangas
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-19
Consolidate DROP handling for some object types.
Robert Haas
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-07
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-07
Fix bug introduced by pgrminclude where the tablespace version name was
Bruce Momjian
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-10
Oops, we're working on version 9.2 already, not 9.1. Update the
Heikki Linnakangas
2011-08-10
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-07-23
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-17
Add pg_opfamily_is_visible.
Robert Haas
2011-07-08
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
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-28
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-27
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-21
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-19
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-16
Simplify reindex_relation's API.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
[next]