index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Stamp 9.2.1.
REL9_2_1
Tom Lane
2012-09-19
*
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-12
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Stamp 9.2.0.
REL9_2_0
Tom Lane
2012-09-06
*
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
*
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-28
*
Stamp 9.2rc1.
REL9_2_RC1
Tom Lane
2012-08-23
*
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-17
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
*
Stamp 9.2beta4.
REL9_2_BETA4
Tom Lane
2012-08-14
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
*
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-09
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-08-08
*
Stamp 9.2beta3.
REL9_2_BETA3
Tom Lane
2012-08-02
*
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-08-02
*
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-07-21
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
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-18
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
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-08
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
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-10
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
*
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-30
*
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-18
*
Change COLLATION keyword category
Peter Eisentraut
2012-05-16
*
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-14
*
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-11
*
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
[next]