summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-23Add --{no-,}replication flags to createuser.Robert Haas
2011-09-22Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane
2011-09-21Fix another bit of unlogged-table-induced breakage.Robert Haas
2011-09-20Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane
2011-09-20Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane
2011-09-19Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.Tom Lane
2011-09-17Fix Assert failure in new plancache code.Tom Lane
2011-09-16Remove debug logging for pgstat wait timeout.Tom Lane
2011-09-16Avoid unnecessary page-level SSI lock check in heap_insert().Tom Lane
2011-09-16Ensure generic plan gets used for a plpgsql expression with no parameters.Tom Lane
2011-09-16gistendscan() forgot to free so->giststate.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-14Teach the makefile used to build stand-alone libpq on Windows that libpqHeikki Linnakangas
2011-09-14Split walsender.h in public/private headersAlvaro Herrera
2011-09-13deflist_to_tuplestore dumped core on an option with no value.Tom Lane
2011-09-13Propagate with_system_tzdata setting into initdb build.Tom Lane
2011-09-12In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas
2011-09-11Invent a new memory context primitive, MemoryContextSetParent.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-11Fix additional format warningPeter Eisentraut
2011-09-10Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-10Add datatype directory to SUBDIRS.Itagaki Takahiro
2011-09-10Try to un-break MSVC build.Tom Lane
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-08round() is not portable. Use rint().Tom Lane
2011-09-08Tweak string for uniformityAlvaro Herrera
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-07Fix corner case bug in numeric to_char().Tom Lane
2011-09-07Allow bcc32 and win32 batch files to compile libpq.Bruce Momjian
2011-09-07Fix typo in error message.Tom Lane
2011-09-07Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane
2011-09-07Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian
2011-09-07Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian
2011-09-07Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian
2011-09-07Partially revoke attempt to improve performance with many savepoints.Simon Riggs
2011-09-07Emit cascaded standby message on shutdown only when appropriate.Simon Riggs
2011-09-06Improve comment about handling of temp tables in shared-inval code.Tom Lane
2011-09-06Correct ancient logic mistake in assertionPeter Eisentraut
2011-09-06Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane
2011-09-06Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane
2011-09-06Add C comment about why we send cache invalidation messages forBruce Momjian
2011-09-05Adjust translator comment format to xgettext expectationsAlvaro Herrera
2011-09-05Mark some untranslatable messages with errmsg_internalAlvaro Herrera
2011-09-05Improve "invalid byte sequence for encoding" messagePeter Eisentraut
2011-09-05Update time zone data files to tzdata release 2011i.Tom Lane
2011-09-05Guard against using plperl's Makefile without specifying --with-perl.Tom Lane
2011-09-04Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane