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