summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2009-08-02Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane
2009-08-01Department of second thoughts: let's show the exact key during unique indexTom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-07-30Merge the Constraint and FkConstraint node types into a single type.Tom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-07-27Add s_lock support for SuperH architecture.Tom Lane
2009-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane
2009-07-24Assorted minor refactoring in EXPLAIN.Tom Lane
2009-07-24Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
2009-07-22Change do_tup_output() to take Datum/isnull arrays instead of a char * array,Tom Lane
2009-07-22Tweak TOAST code so that columns marked with MAIN storage strategy areTom Lane
2009-07-21Change pg_listener attribute number constants to match the usual patternPeter Eisentraut
2009-07-20Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera
2009-07-20DROP IF EXISTS for columns and constraints. Andres Freund.Andrew Dunstan
2009-07-20Teach simplify_boolean_equality to simplify the forms foo <> true andTom Lane
2009-07-18Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane
2009-07-16Make GEQO's planning deterministic by having it start from a predictableTom Lane
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-07-13Convert the core lexer and parser into fully reentrant code, by making useTom Lane
2009-07-13Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane
2009-07-12Move some declarations in the raw-parser header files to create a clearerTom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2009-07-07Fix typo in comment.Tom Lane
2009-07-07More sensible character_octet_lengthPeter Eisentraut
2009-07-06Fix set_append_rel_pathlist() to deal intelligently with cases whereTom Lane
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-30Add 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