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
2012-09-12
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-08
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-05
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-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
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-31
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-15
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
2012-05-10
Stamp 9.2beta1.
REL9_2_BETA1
Tom Lane
2012-05-10
Fix outdated comment.
Heikki Linnakangas
[next]