Commits

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

DateSubjectAuthorReleases
2006-07-17 Improve psql's \df slash command to include the argument names and modes Neil Conway 8.2.0
2006-07-16 Minor documentation tweak: in the tables of functions and operators, Neil Conway 8.2.0
2006-07-14 Minor doc tweak: replace a "--" with "—". Neil Conway 8.2.0
2006-07-13 Reorder the entries in the function section of the manual, to ensure they Neil Conway 8.2.0
2006-07-13 Remove trailing comma from CreateStmtLikeOption enum definition. This Neil Conway 8.2.0
2006-07-13 Fix C++-style comment. Neil Conway 8.2.0
2006-07-13 "Annual" pgcrypto update from Marko Kreen: Neil Conway 8.2.0
2006-07-11 Correct the description of the pg_get_viewdef() function. Do some nearby Neil Conway 8.2.0
2006-07-04 Fix typos in comments. Neil Conway 8.2.0
2006-07-02 Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep Neil Conway 8.2.0
2006-06-28 Add missing #include directive: pg_constraint.h declares some functions Neil Conway 8.2.0
2006-06-28 Fix typo in comment. Neil Conway 8.2.0
2006-06-28 Editorialization for the additions to the CREATE TABLE reference page Neil Conway 8.2.0
2006-04-11 Fix typo. Neil Conway 8.2.0
2006-04-02 Rewrite much of psql's \connect code, for the sake of code clarity and Neil Conway 8.2.0
2006-04-02 Correct some errors and do some SGML police work on the reference pages Neil Conway 8.2.0
2006-04-02 Minor improvement to DROP TABLE reference page. Neil Conway 8.2.0
2006-03-21 Minor refactoring: initialize_SSL() only returns 0, so it should return Neil Conway 8.2.0
2006-03-19 Fix a few places that were checking for the return value of palloc() to be Neil Conway 8.2.0
2006-03-18 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect Neil Conway 8.2.0
2006-03-13 Fix a number of syntax errors in contrib modules' uninstall scripts. Neil Conway 8.2.0
2006-03-11 Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and Neil Conway 8.2.0
2006-03-10 Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), Neil Conway 8.2.0
2006-03-05 Per recent discussion on -hackers, we should sometimes reorder the Neil Conway 8.2.0
2006-03-03 Fix a typo. Neil Conway 8.2.0