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
Age
Commit message (
Expand
)
Author
2012-09-27
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-19
Stamp 9.2.1.
REL9_2_1
Tom Lane
2012-09-12
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-07
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-06
Stamp 9.2.0.
REL9_2_0
Tom Lane
2012-09-04
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-28
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-23
Stamp 9.2rc1.
REL9_2_RC1
Tom Lane
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-16
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-14
Stamp 9.2beta4.
REL9_2_BETA4
Tom Lane
2012-08-11
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-09
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-08-08
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-08-02
Stamp 9.2beta3.
REL9_2_BETA3
Tom Lane
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-07-21
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-18
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-10
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Back-patch addition of pg_wchar-to-multibyte conversion functionality.
Tom Lane
2012-07-09
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-08
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-03
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-06-07
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-05-31
Stamp 9.2beta2.
REL9_2_BETA2
Tom Lane
2012-05-30
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-05-14
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Revert catalog bump; was post-beta1, and unnecessary.
Bruce Momjian
2012-05-10
Update comment for 'name' data type to say 63 "bytes".
Bruce Momjian
[next]