aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* Add s_lock support for SuperH architecture.Tom Lane2009-07-27
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* Assorted minor refactoring in EXPLAIN.Tom Lane2009-07-24
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-24
* Change do_tup_output() to take Datum/isnull arrays instead of a char * array,Tom Lane2009-07-22
* Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane2009-07-22
* Change pg_listener attribute number constants to match the usual patternPeter Eisentraut2009-07-21
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-20
* DROP IF EXISTS for columns and constraints. Andres Freund.Andrew Dunstan2009-07-20
* Teach simplify_boolean_equality to simplify the forms foo <> true andTom Lane2009-07-20
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-18
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-16
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-16
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Convert the core lexer and parser into fully reentrant code, by making useTom Lane2009-07-13
* Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane2009-07-13
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut2009-07-11
* Fix typo in comment.Tom Lane2009-07-07
* More sensible character_octet_lengthPeter Eisentraut2009-07-07
* Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane2009-07-06
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-02
* Stamp HEAD as 8.5devel.Tom Lane2009-07-01
* Add missed src/include/foreign subdirectory to the set installed intoTom Lane2009-06-30
* Bundle v8.4.0Marc G. Fournier2009-06-27
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-22
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-18
* Fix the just-reported problem that you can't specify all four trigger eventTom Lane2009-06-18
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-12
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-09
* Mark internal_in as not strict, so that the construct "null::internal"Tom Lane2009-06-09
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-06
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-05
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-24
* commit for BETA2REL8_4_BETA2Marc G. Fournier2009-05-15
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-13
* Fix LOCK TABLE to eliminate the race condition that could make it give weirdTom Lane2009-05-12
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-12
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12