Commit Graph

27632 Commits (e3764aa1b190afe2cde2bd8e8edcf4382d2fb31f)
 

Author SHA1 Message Date
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
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Peter Eisentraut 15c67060b1 Feature F442 "Mixed column references in set functions" is supported. 17 years ago
Peter Eisentraut a53536d031 Add %expect 0 to all parser input files to prevent conflicts slipping by. 17 years ago
Tom Lane 1b26b07379 Make DISCARD ALL discard advisory locks, too. Marko Kreen 17 years ago
Tom Lane 739259d62e Adjust the behavior of the PQExpBuffer code to make it have well-defined 17 years ago
Tom Lane 8a10096440 information_schema.key_column_usage.position_in_unique_constraint was 17 years ago
Alvaro Herrera 6bbef4e538 Use ResourceOwners in the snapshot manager, instead of attempting to track them 17 years ago
Tom Lane 1304f297a4 Remove PGINTERVALSTYLE from the set of special environment variables for 17 years ago
Tom Lane 4d1ba044d8 Omit src/port/pipe.c on non-Windows platforms. It's useless and draws 17 years ago
Peter Eisentraut 45fe3afc04 If pg_ctl stop fails, print an error message and exit (instead of going out 17 years ago
Magnus Hagander 47ed197c37 Disable FNM_CASEFOLD. Need a proper solution later, but just comment 17 years ago
Peter Eisentraut 0884acbcab Move FAQ_AIX information to installation instructions. 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Tom Lane 6f6a6d8b14 Teach RequestCheckpoint() to wait and retry a few times if it can't signal 17 years ago
Tom Lane 8309d006cb Switch the planner over to treating qualifications of a JOIN_SEMI join as 17 years ago
Tom Lane 86422cbbfc Minor copy-editing. 17 years ago
Magnus Hagander 822f26069e Fix a few more format argument warnings. 17 years ago
Magnus Hagander bae2116ac6 Document which GUC settings are enums and not strings, along with a short 17 years ago