summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2009-10-27Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-06Change CREATE TABLE so that column default expressions coming from differentTom Lane
2009-10-02Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-09Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane
2009-09-04Tag 8.4.1REL8_4_1Marc G. Fournier
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-09-02Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane
2009-08-27Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane
2009-08-24Fix a violation of WAL coding rules in the recent patch to include anTom Lane
2009-08-23Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparisonTom Lane
2009-08-18Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane
2009-08-11Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
2009-07-20Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera
2009-07-18Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane
2009-07-06Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane
2009-07-01Add missed src/include/foreign subdirectory to the set installed intoTom Lane
2009-06-27Bundle v8.4.0Marc G. Fournier
2009-06-26Cleanup and code review for the patch that made bgwriter active duringTom Lane
2009-06-25Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas
2009-06-22bundle RC2REL8_4_RC2Marc G. Fournier
2009-06-18Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut
2009-06-18Fix the just-reported problem that you can't specify all four trigger eventTom Lane
2009-06-12time to tag rc1 ...REL8_4_RC1Marc G. Fournier
2009-06-11Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-06-09Mark internal_in as not strict, so that the construct "null::internal"Tom Lane
2009-06-06Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane
2009-06-06Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane
2009-06-05GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-01Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane
2009-05-26Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane
2009-05-24Use more-portable coding for the check on handing out the last availableTom Lane
2009-05-15commit for BETA2REL8_4_BETA2Marc G. Fournier
2009-05-13Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane
2009-05-12Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane
2009-05-12Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane
2009-05-12Do some minor code refactoring in preparation for changing the APIs ofTom Lane
2009-05-09Fix cost_nestloop and cost_hashjoin to model the behavior of semi and antiTom Lane
2009-05-08'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so functionBruce Momjian
2009-05-07Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-04-28Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane
2009-04-24Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander
2009-04-19Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane
2009-04-19Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane
2009-04-19Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane