summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-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-28My recent fix for semijoin planning didn't actually work for a semijoin with aTom 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-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-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 <[email protected]> to merge the newMichael Meskes
2008-11-26Tweak new PQExpBufferBroken macro to suppress warnings from pickierTom Lane
2008-11-26Removed strchrnulMichael Meskes
2008-11-26Let's see if using -c instead of -- style fixes the PGOPTIONS issue.Tom Lane
2008-11-26When creating a varchar struct name braces must be discarded.Michael Meskes
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-26Feature F442 "Mixed column references in set functions" is supported.Peter Eisentraut
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-11-26Make DISCARD ALL discard advisory locks, too. Marko KreenTom Lane
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-25Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera
2008-11-25Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane
2008-11-25Omit src/port/pipe.c on non-Windows platforms. It's useless and drawsTom Lane
2008-11-25If pg_ctl stop fails, print an error message and exit (instead of going outPeter Eisentraut