summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-04Default values for function argumentsPeter Eisentraut
2008-12-04Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera
2008-12-04Comment said we don't free the lockarray, and why. The proper fix is toMagnus Hagander
2008-12-04Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas
2008-12-04Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev
2008-12-04Call genhtml with --prefix option so local build paths don't appear in thePeter Eisentraut
2008-12-04Fix typo in recent SSL unload patch.Bruce Momjian
2008-12-03Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander
2008-12-03Forgot to bump catalog version in the visibility map patch.Heikki Linnakangas
2008-12-03Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas
2008-12-03Update key words table to 8.4 and SQL:2008.Peter Eisentraut
2008-12-03Small comment fixes.Heikki Linnakangas
2008-12-03If pg_stop_backup() is called just after switching to a new xlog file,Heikki Linnakangas
2008-12-02Documentation for wildcard certificates patchMagnus Hagander
2008-12-02Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the newHeikki Linnakangas
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-12-02Minor code embellishments.Alvaro Herrera
2008-12-01Fix an oversight in the code that makes transitive-equality deductions fromTom Lane
2008-12-01Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas
2008-12-01Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane
2008-12-01Remove the last traces of --temp-port.Tom Lane
2008-12-01Removed port testing.Michael Meskes
2008-12-01Add braces to clarify syntax synopsisPeter Eisentraut
2008-12-01Small correctionPeter Eisentraut
2008-12-01typoPeter Eisentraut
2008-12-01Refactor crosstab() to build and return a tuplestore instead of usingTom Lane
2008-11-30Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane
2008-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-11-30Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane
2008-11-30Remove inappropriate memory context switch in shutdown_MultiFuncCall().Tom Lane
2008-11-29Fix recently-added array_agg tests to ensure they produce stable resultsTom Lane
2008-11-29Make sure we give an appropriate user-facing error when attemptingTom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-28Fix an oversight in uninstall_isn.sql: must drop operator families explicitly.Tom Lane
2008-11-28My recent fix for semijoin planning didn't actually work for a semijoin with aTom Lane
2008-11-28Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem)Tom Lane
2008-11-28Support regular expressions in pg_ident.conf.Magnus Hagander
2008-11-28Reduce risk of accidentally running temp-install regression tests againstPeter Eisentraut
2008-11-27Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas
2008-11-27Fix obsolete comment regarding FSM truncation.Heikki Linnakangas
2008-11-27Don't force creation of the FSM on searches. It will still be createdHeikki Linnakangas
2008-11-27Add that PL/Java is an implementation of SQL/JRT, and drop claim thatPeter Eisentraut
2008-11-27Drop CLI related features from the list, since we don't track the ODBCPeter Eisentraut
2008-11-27Mark features related to WITH/SELECT as supported.Peter Eisentraut
2008-11-27Fix #ifdeffed debugging code to work with relation forks.Heikki Linnakangas
2008-11-27Tweak wording of DISCARD ALL description to avoid giving the impressionTom Lane
2008-11-27Fix minor memory leak introduced in recent SQL-functions hacking: theTom Lane
2008-11-26Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas
2008-11-26interval.c needs limits.hMichael Meskes
2008-11-26Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the newMichael Meskes