Commit Graph

27658 Commits (31076c8beb05cb2f1d8bcaf87d769b7b2cd7524a)
 

Author SHA1 Message Date
Bruce Momjian 31076c8beb Document that non-data journaling is a recommended mount option. 17 years ago
Heikki Linnakangas 7a567d9407 MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of 17 years ago
Peter Eisentraut b61318d1b4 Better descriptions in pg_get_keywords(), consistent with the documentation 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Alvaro Herrera 7b640b0345 Fix a couple of snapshot management bugs in the new ResourceOwner world: 17 years ago
Magnus Hagander 30c52532d2 Comment said we don't free the lockarray, and why. The proper fix is to 17 years ago
Heikki Linnakangas 7537f52a00 Utilize the visibility map in autovacuum, too. There was an oversight in 17 years ago
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