Commits

DateSubjectAuthorReleases
2008-01-03 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, Tom Lane 8.0.15
2008-01-03 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, Tom Lane 8.1.11
2008-01-03 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, Tom Lane 8.2.6
2008-01-03 Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, Tom Lane 8.3.0
2007-09-11 Arrange for SET LOCAL's effects to persist until the end of the current top Tom Lane 8.3.0
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0
2007-07-31 Fix security definer functions with polymorphic arguments. This case has Tom Lane 7.4.18
2007-07-31 Fix security definer functions with polymorphic arguments. This case has Tom Lane 8.0.14
2007-07-31 Fix security definer functions with polymorphic arguments. This case has Tom Lane 8.1.10
2007-07-31 Fix security definer functions with polymorphic arguments. This case has Tom Lane 8.2.5
2007-07-31 Fix security definer functions with polymorphic arguments. This case has Tom Lane 8.3.0
2007-07-13 Add casts to suppress warnings about m68k-specific kluge in fmgr.c. Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-03-27 Fix array coercion expressions to ensure that the correct volatility is Tom Lane 8.3.0
2007-02-09 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by Tom Lane 8.3.0
2006-05-30 Code review for magic-block patch. Remove separate header file pgmagic.h, Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2005-04-14 Marginal hack to use a specialized hash function for dynahash hashtables Tom Lane 8.1.0
2005-03-31 First phase of OUT-parameters project. We can now define and use SQL Tom Lane 8.1.0
2005-03-29 Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2005-03-22 Use InitFunctionCallInfoData() macro instead of MemSet in performance Tom Lane 8.1.0
2005-02-02 Improve performance of fmgr.c calling routines for cases with more than Tom Lane 8.0.2