summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-09-04Dig down into sub-selects to look for column statistics.Tom Lane
2011-09-04Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-04Remove unnecessary and circular #include.Tom Lane
2011-09-04walsender.h doesn't need xlog.h, per Tom.Bruce Momjian
2011-09-04Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian
2011-09-03Remove find_lt sgml tool, as it is not needed.Bruce Momjian
2011-09-03Fix typo in pg_srand48 (srand48 in older branches).Tom Lane
2011-09-03Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane
2011-09-02Add archive_command examplePeter Eisentraut
2011-09-02Whitespace adjustment for consistency in the filePeter Eisentraut
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane
2011-09-02Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to f...Michael Meskes
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian