Commit Graph

24843 Commits (b11123b675d9317f771d2bc44f72594de329098d)
 

Author SHA1 Message Date
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
Bruce Momjian c59cb9d325 Mark as done, add URL for other item: 19 years ago
Bruce Momjian 9083e91339 Add: 19 years ago
Bruce Momjian c01b4d50e0 Add: 19 years ago
Tom Lane 1856e609ec Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL 19 years ago
Tom Lane 9aa3c782c9 Fix the problem that creating a user-defined type named _foo, followed by one 19 years ago
Tom Lane d8326119c8 Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 19 years ago
Neil Conway 3b6afdd7f9 Improvements to the SGML docs for TRUNCATE and CLUSTER. 19 years ago
Tom Lane bc8036fc66 Support arrays of composite types, including the rowtypes of regular tables 19 years ago
Michael Meskes b1110aaa8b Added some more error logging. 19 years ago
Michael Meskes 1aca1cde52 - Synced parser and keyword list 19 years ago
Tom Lane 5b7cf08d33 Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry 19 years ago
Neil Conway ade493e02d Add a hash function for "numeric". Mark the equality operator for 19 years ago
Tom Lane 97f796942f Add an explicit comment about POSIX time zone names having the reverse 19 years ago
Peter Eisentraut 3b4f9fe5d2 The appended patch addresses the outstanding issues of the recent guc patch. 19 years ago
Alvaro Herrera 067deaf83d Make sure we don't skip databases that are supposed to be vacuumed "exactly 19 years ago
Peter Eisentraut e292090b59 Grammar correction 19 years ago
Neil Conway 3a96742ad2 Doc tweak: add an xref. 19 years ago
Magnus Hagander 343a9a27a9 Check return code from strxfrm on Windows since it has a 19 years ago
Bruce Momjian 4835df303d Done: 19 years ago
Bruce Momjian dc9d3947e6 Move item: 19 years ago
Bruce Momjian b573fec82b Done: 19 years ago
Bruce Momjian aec9dc0efe Wording update to FAQ_DEV.. 19 years ago
Bruce Momjian 799bd9e8c8 Add note to FAQ_DEV that regression tests might need to be added. 19 years ago
Bruce Momjian 6488275b49 In developer's FAQ, update list API, from Tom Lane. 19 years ago
Bruce Momjian 1b57f0e3da Add FAQ item about how patches are reviewed. 19 years ago
Bruce Momjian 71f8127bc6 Done: 19 years ago
Tom Lane d2a4a4069f Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the 19 years ago
Tom Lane c7464720a3 tas() support for Renesas' M32R processor. Kazuhiro Inaoka 19 years ago
Andrew Dunstan 774de1d90a Make clearer how arguments and return values in pl/perl are escaped. This is to clarify the situation that Theo Schlossnagle recently reported on -bugs. 19 years ago