Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2007-07-12 Fixup the indentation of a comment that was mangled by pgindent, and Neil Conway 8.3.0
2007-07-03 Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. Neil Conway 8.3.0
2007-06-28 Add the function's volatility to the output of psql's \df+ command. Neil Conway 8.3.0
2007-06-22 In psql, when running a SELECT query using a cursor, flush the query Neil Conway 8.3.0
2007-06-20 Remove some empty columns from a few system catalog tables in the Neil Conway 8.3.0
2007-06-20 Minor code cleanup: calling FreeFile() before ereport(ERROR) is not Neil Conway 8.3.0
2007-06-19 Remove duplicate #include. Neil Conway 8.3.0
2007-06-13 Schema-qualify several references to the builtin function length(), to Neil Conway 8.3.0
2007-06-01 Allow leading and trailing whitespace in the input to the boolean Neil Conway 8.3.0
2007-05-30 Tweak: use memcpy() in text_time(), rather than manually copying bytes Neil Conway 8.3.0
2007-05-29 Fix a bug in input processing for the "interval" type. Previously, Neil Conway 8.3.0
2007-05-29 mmgr README tweak: "either" is no longer correct. The previous wording Neil Conway 8.3.0
2007-05-29 Stop a few regression tests from needlessly disabling GEQO. This was Neil Conway 8.3.0
2007-05-27 Code cleanup: use "bool" for Boolean variables, rather than "int". Neil Conway 8.3.0
2007-05-17 Tweaks for SGML markup. Neil Conway 8.3.0
2007-05-15 Fix a bunch of bad grammar in the docs: "<link>, which see for more Neil Conway 8.3.0
2007-05-15 Various fixes for the SGML docs. Consistently use spaces before/after Neil Conway 8.3.0
2007-05-15 Make a few marginal improvements to the documentation for the AV Neil Conway 8.3.0
2007-05-15 Add a note to the documentation to clarify that even when Neil Conway 8.3.0
2007-05-11 Improvements to the SGML docs for TRUNCATE and CLUSTER. Neil Conway 8.3.0
2007-05-08 Add a hash function for "numeric". Mark the equality operator for Neil Conway 8.3.0
2007-05-07 Doc tweak: add an xref. Neil Conway 8.3.0
2007-05-03 Fix some typos in the documentation. Patch from Brian Gough. Backport Neil Conway 8.3.0
2007-04-29 Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements Neil Conway 8.3.0
2007-04-28 Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement, Neil Conway 8.3.0