Commit Graph

25072 Commits (7176e60bc8cee15e5ff7a76545630ff332d8fabc)
 

Author SHA1 Message Date
Tom Lane 77947c51c0 Fix up pgstats counting of live and dead tuples to recognize that committed 19 years ago
Tom Lane cadb78330e Repair two constraint-exclusion corner cases triggered by proving that an 19 years ago
Tom Lane 604ffd280b Create hooks to let a loadable plugin monitor (or even replace) the planner 19 years ago
Tom Lane ce5b24abed Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining 19 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 19 years ago
Peter Eisentraut 4e3cb9ca48 Add deprecation notice about planned removal in 8.4 and advice to try using 19 years ago
Tom Lane 11086f2f2b Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 19 years ago
Alvaro Herrera 0f6e2d085d Remove unsupported -u option from pg_standby example usage. 19 years ago
Tom Lane d7153c5fad Fix best_inner_indexscan to return both the cheapest-total-cost and 19 years ago
Tom Lane 2415ad9831 Teach tuplestore.c to throw away data before the "mark" point when the caller 19 years ago
Peter Eisentraut 3963574d13 XPath fixes: 19 years ago
Peter Eisentraut 0c644d2c3d Fix spurious German index entry 19 years ago
Michael Meskes 9ab58bbda6 Also removed the function not just the call, sorry. 19 years ago
Michael Meskes 439cf8e676 Do not try to find local timezone in DecodeDateTime() because the 19 years ago
Tom Lane a8d539f124 To support external compression of archived WAL data, add a flag bit to 19 years ago
Michael Meskes 2f2717d14f tackling Vista problem - another try 19 years ago
Alvaro Herrera e18ca9bbaa Fix dumb compile error in the last patch. 19 years ago
Alvaro Herrera b40776d221 Have CLUSTER advance the table's relfrozenxid. The new frozen point is the 19 years ago
Peter Eisentraut 2f1bf8248a Mark some intermediate targets as .PRECIOUS, to replace the recently removed 19 years ago
Bruce Momjian f22967ee38 Done: 19 years ago
Tom Lane d1972c52a8 Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
Bruce Momjian 16b5254318 dded to TODO: 19 years ago
Neil Conway db5ff64df1 Tweaks for SGML markup. 19 years ago
Tom Lane dbb769352d Temporary fix for the problem that pg_stat_activity, inet_client_addr(), 19 years ago
Bruce Momjian 3f186a2034 Add URL for: 19 years ago
Bruce Momjian 347534e85a Add, per Alvaro: 19 years ago
Bruce Momjian a11d4b8bea Add: 19 years ago
Bruce Momjian 9c326ad6bc Add CVS comment for recent commit: 19 years ago
Michael Meskes 3e7956cab7 Removed mktime() call to hopefully get rid of some compatibility problems. 19 years ago
Tom Lane b11123b675 Fix parameter recalculation for Limit nodes: during a ReScan call we must 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Alvaro Herrera 3b0347b36e Move the tuple freezing point in CLUSTER to a point further back in the past, 19 years ago
Alvaro Herrera 90cbc63fd1 Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to 19 years ago
Alvaro Herrera dfed0012bc Have the rewriteheap code freeze old tuples. This is safe because it is only 19 years ago
Alvaro Herrera d365ce1f5c Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE 19 years ago
Andrew Dunstan 0f77636c2e Remove directory qualification in <ossp/uuid.h> because it's not always installed in ossp. 19 years ago
Neil Conway dfcf99bf93 Fix a bunch of bad grammar in the docs: "<link>, which see for more 19 years ago
Neil Conway 79ba540b78 Various fixes for the SGML docs. Consistently use spaces before/after 19 years ago
Bruce Momjian 178214d2ae Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures 19 years ago
Neil Conway 39712d1184 Make a few marginal improvements to the documentation for the AV 19 years ago
Neil Conway 513836c7aa Add a note to the documentation to clarify that even when 19 years ago
Bruce Momjian 3288d5a989 Add URLs for: 19 years ago
Andrew Dunstan ea7f18d15b fix perl thinko 19 years ago
Andrew Dunstan 42a65e39a5 Use configured pgport in MSVC config file. 19 years ago
Tom Lane 0a9cbcbfd2 Get rid of the pg_shdepend entry for a TOAST table; it's unnecessary since 19 years ago
Tom Lane 2b321533f3 Fix up grammar and translatability of recent checkSharedDependencies 19 years ago
Tom Lane fd53a67dcd Prevent RevalidateCachedPlan from making any permanent change in 19 years ago
Alvaro Herrera 689dea424d Report all dependent objects to the server log when a shared object is dropped, 19 years ago
Bruce Momjian ed9a31b89b Update instructions on creating TODO entry. 19 years ago
Magnus Hagander 2ede0ecacc Log directory we're installing into. 19 years ago