Commit Graph

27651 Commits (69b3383cfbbd82ef8a7a92a96f2a70388c13db2a)
 

Author SHA1 Message Date
Teodor Sigaev 69b3383cfb Initialize GISTScanOpaque->qual_ok even if there is no conditions. 17 years ago
Peter Eisentraut 754e6833ee Call genhtml with --prefix option so local build paths don't appear in the 17 years ago
Bruce Momjian 98be3b49be Fix typo in recent SSL unload patch. 17 years ago
Magnus Hagander 4e81628653 Properly unregister OpenSSL callbacks when libpq is done with 17 years ago
Heikki Linnakangas c37951ebe9 Forgot to bump catalog version in the visibility map patch. 17 years ago
Heikki Linnakangas 608195a3a3 Introduce visibility map. The visibility map is a bitmap with one bit per 17 years ago
Peter Eisentraut 44ff90966c Update key words table to 8.4 and SQL:2008. 17 years ago
Heikki Linnakangas 011fa3662e Small comment fixes. 17 years ago
Heikki Linnakangas b457b2a24e If pg_stop_backup() is called just after switching to a new xlog file, 17 years ago
Magnus Hagander b0729b8d4e Documentation for wildcard certificates patch 17 years ago
Heikki Linnakangas b64d966deb Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Alvaro Herrera c98c9114cb Minor code embellishments. 17 years ago
Tom Lane a1feb90ef3 Fix an oversight in the code that makes transitive-equality deductions from 17 years ago
Heikki Linnakangas 7fb27531e8 Modify the new to_timestamp implementation so that end-of-format-string 17 years ago
Tom Lane ec543db77b Ensure that the contents of a holdable cursor don't depend on out-of-line 17 years ago
Tom Lane 3191ab5dcc Remove the last traces of --temp-port. 17 years ago
Michael Meskes ac03efbb9c Removed port testing. 17 years ago
Peter Eisentraut 6355e69d1e Add braces to clarify syntax synopsis 17 years ago
Peter Eisentraut e3764aa1b1 Small correction 17 years ago
Peter Eisentraut d653d47f37 typo 17 years ago
Tom Lane cf407f164e Refactor crosstab() to build and return a tuplestore instead of using 17 years ago
Tom Lane 76cc2fe6a1 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. 17 years ago
Tom Lane c1f3073333 Clean up the API for DestReceiver objects by eliminating the assumption 17 years ago
Tom Lane 3f936aacc0 Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows 17 years ago
Tom Lane 0ddede58e6 Remove inappropriate memory context switch in shutdown_MultiFuncCall(). 17 years ago
Tom Lane 0a2cdbcd7d Fix recently-added array_agg tests to ensure they produce stable results 17 years ago
Tom Lane b651b2a5c2 Make sure we give an appropriate user-facing error when attempting 17 years ago
Tom Lane 2a6108ac24 Partial fix for fallout from temp-port changes. ecpg still needs more work, 17 years ago
Tom Lane 4cee672177 Fix an oversight in uninstall_isn.sql: must drop operator families explicitly. 17 years ago
Tom Lane 213256cfa9 My recent fix for semijoin planning didn't actually work for a semijoin with a 17 years ago
Tom Lane 5f77b1ac51 Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem) 17 years ago
Magnus Hagander 5d2a1a41d0 Support regular expressions in pg_ident.conf. 17 years ago
Peter Eisentraut 2939e20037 Reduce risk of accidentally running temp-install regression tests against 17 years ago
Heikki Linnakangas a93b3b98cd Fix bug in the tsvector stats collection function, which caused a crash if 17 years ago
Heikki Linnakangas fb645f6426 Fix obsolete comment regarding FSM truncation. 17 years ago
Heikki Linnakangas 4d6ee26171 Don't force creation of the FSM on searches. It will still be created 17 years ago
Peter Eisentraut c3cee16fe8 Add that PL/Java is an implementation of SQL/JRT, and drop claim that 17 years ago
Peter Eisentraut 580fd13bf1 Drop CLI related features from the list, since we don't track the ODBC 17 years ago
Peter Eisentraut 294e794515 Mark features related to WITH/SELECT as supported. 17 years ago
Heikki Linnakangas 58bece7a60 Fix #ifdeffed debugging code to work with relation forks. 17 years ago
Tom Lane e309739670 Tweak wording of DISCARD ALL description to avoid giving the impression 17 years ago
Tom Lane c2138f3caa Fix minor memory leak introduced in recent SQL-functions hacking: the 17 years ago
Heikki Linnakangas 9858a8c81c Rely on relcache invalidation to update the cached size of the FSM. 17 years ago
Michael Meskes df559de9c1 interval.c needs limits.h 17 years ago
Michael Meskes 7c5a561f31 Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new 17 years ago
Tom Lane cbb3e1cda7 Tweak new PQExpBufferBroken macro to suppress warnings from pickier 17 years ago
Michael Meskes ba34215269 Removed strchrnul 17 years ago
Tom Lane d703de2989 Let's see if using -c instead of -- style fixes the PGOPTIONS issue. 17 years ago
Michael Meskes c4a13c7e3c When creating a varchar struct name braces must be discarded. 17 years ago