summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-15Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane
2008-12-15Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane
2008-12-15Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-12-14Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander
2008-12-13Increase the default value of default_statistics_target from 10 to 100,Tom Lane
2008-12-13Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane
2008-12-13Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane
2008-12-12Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera
2008-12-12Using clause has to accept signed numeric constants too.Michael Meskes
2008-12-11To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane
2008-12-11The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut
2008-12-11Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-10Tweak the tree descent loop in fsm_search_avail to not look at theTom Lane
2008-12-10Update journaling performance docs based on comments by Michael Renner.Bruce Momjian
2008-12-09Add a specific example of parenthesizing when extracting a field of aTom Lane
2008-12-09Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas
2008-12-09Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas
2008-12-08Clearify how processes are started by autovacuum, and what the effectMagnus Hagander
2008-12-08Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common caseTom Lane
2008-12-08Add note that autovacuum can use up several times maintenance_work_mem,Magnus Hagander
2008-12-08Don't try to optimize EXISTS subqueries with empty FROM-lists: we need toTom Lane
2008-12-07Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-06Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian
2008-12-06Document that non-data journaling is a recommended mount option.Bruce Momjian
2008-12-06MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead ofHeikki Linnakangas
2008-12-05Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut
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