Commits

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

DateSubjectAuthorReleases
2006-08-20 Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for Alvaro Herrera 8.2.0
2006-08-11 Fix typo. Alvaro Herrera 8.2.0
2006-08-01 Editorialize a bit on the recent patch, reverting to the original versions Alvaro Herrera 8.2.0
2006-07-31 Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. Alvaro Herrera 8.2.0
2006-07-30 Modify snapshot definition so that lazy vacuums are ignored by other Alvaro Herrera 8.2.0
2006-07-11 Apply entab fix from Marko Kreen for these problems: Alvaro Herrera 8.2.0
2006-07-10 Improve vacuum code to track minimum Xids per table instead of per database. Alvaro Herrera 8.2.0
2006-07-10 Testing commit stuff Alvaro Herrera 8.2.0
2006-07-08 Fix typo in comment. Alvaro Herrera 8.2.0
2006-06-30 Fix memory leak introduced in the prior commit, detected by Tom Lane. Alvaro Herrera 8.2.0
2006-06-30 Fix use-after-free error reported by Neil Conway. Alvaro Herrera 8.2.0
2006-06-27 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without Alvaro Herrera 8.2.0
2006-06-25 Our version of getopt_long does not set optarg upon detecting an error, as Alvaro Herrera 8.2.0
2006-05-28 Don't call PQclear until the struct is really no longer going to be used. Alvaro Herrera 8.2.0
2006-05-28 Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits Alvaro Herrera 8.2.0
2006-05-19 Add last-vacuum/analyze-time columns to the stats collector, both manual and Alvaro Herrera 8.2.0
2006-05-19 Have autovacuum report its activities to the stat collector. Alvaro Herrera 8.2.0
2006-05-19 Fix typo in comment. Alvaro Herrera 8.2.0
2006-04-24 Don't add a shared dependency on the owner of a composite type in pg_class. Alvaro Herrera 8.2.0
2006-04-02 Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some Alvaro Herrera 8.2.0
2006-03-21 Merge the loading of shared object descriptions with regular descriptions, Alvaro Herrera 8.2.0
2005-12-16 Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. Alvaro Herrera 8.2.0
2005-12-01 Refactor some bits in aclchk.c in order to reduce code duplication. Alvaro Herrera 8.2.0
2005-11-29 Document PGXS' REGRESS feature. Alvaro Herrera 8.2.0
2005-11-28 Install a more future-proof fix for the snapshot-unset bug just found. Alvaro Herrera 8.2.0