Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Tom Lane 37d4fd2b9d Improve reporting of newlocale() failures in CREATE COLLATION. 14 years ago
Tom Lane faf5cee7f0 Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS. 14 years ago
Tom Lane c4ae968633 Fix Assert failure in new plancache code. 14 years ago
Tom Lane 99b5454167 Remove debug logging for pgstat wait timeout. 14 years ago
Tom Lane 9d306c66e6 Avoid unnecessary page-level SSI lock check in heap_insert(). 14 years ago
Tom Lane e6ed34f70d Ensure generic plan gets used for a plpgsql expression with no parameters. 14 years ago
Tom Lane 0a6cc28500 gistendscan() forgot to free so->giststate. 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Heikki Linnakangas 09e98a3e17 Teach the makefile used to build stand-alone libpq on Windows that libpq 14 years ago
Alvaro Herrera 86822df9b5 Split walsender.h in public/private headers 14 years ago
Tom Lane 6693c9a5ed deflist_to_tuplestore dumped core on an option with no value. 14 years ago
Tom Lane 3f3304408c Propagate with_system_tzdata setting into initdb build. 14 years ago
Heikki Linnakangas 8caf6132c7 In the final emptying phase of the new GiST buffering build, set the 14 years ago
Tom Lane b0025bd957 Invent a new memory context primitive, MemoryContextSetParent. 15 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 15 years ago
Peter Eisentraut 02bca4f351 Fix additional format warning 15 years ago
Bruce Momjian d68ccf536e Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY 15 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 15 years ago
Itagaki Takahiro 96a8aed4cb Add datatype directory to SUBDIRS. 15 years ago
Tom Lane 5a8de2f2e7 Try to un-break MSVC build. 15 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 15 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 15 years ago
Tom Lane d63de337f3 round() is not portable. Use rint(). 15 years ago
Alvaro Herrera 295e7dc929 Tweak string for uniformity 15 years ago
Peter Eisentraut cf15fb5cab Add missing format argument to ecpg_log() call 15 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 15 years ago
Tom Lane f0bedf3e45 Fix corner case bug in numeric to_char(). 15 years ago
Bruce Momjian 7b8e10f2be Allow bcc32 and win32 batch files to compile libpq. 15 years ago
Tom Lane 99155aaa33 Fix typo in error message. 15 years ago
Tom Lane a7d9203cc4 Fix get_name_for_var_field() to deal with RECORD Params. 15 years ago
Bruce Momjian f19593754a Have pgrminclude skip files that use CppAsString2 because CppAsString2 15 years ago
Bruce Momjian f81fb4f690 Fix bug introduced by pgrminclude where the tablespace version name was 15 years ago
Bruce Momjian 029dfdf115 Fix to_date() and to_timestamp() to handle year masks of length < 4 so 15 years ago
Simon Riggs df383b03e6 Partially revoke attempt to improve performance with many savepoints. 15 years ago
Simon Riggs dde70cc313 Emit cascaded standby message on shutdown only when appropriate. 15 years ago
Tom Lane db10f01baa Improve comment about handling of temp tables in shared-inval code. 15 years ago
Peter Eisentraut e6d800981e Correct ancient logic mistake in assertion 15 years ago
Tom Lane 623f77e9d1 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 15 years ago
Tom Lane 780a342c90 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Bruce Momjian f458c90bff Add C comment about why we send cache invalidation messages for 15 years ago
Alvaro Herrera 56a9ed92b6 Adjust translator comment format to xgettext expectations 15 years ago
Alvaro Herrera b64f18c583 Mark some untranslatable messages with errmsg_internal 15 years ago
Peter Eisentraut a2a5ce6826 Improve "invalid byte sequence for encoding" message 15 years ago
Tom Lane 0b88af150e Update time zone data files to tzdata release 2011i. 15 years ago
Tom Lane 6a24742c1a Guard against using plperl's Makefile without specifying --with-perl. 15 years ago
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly. 15 years ago
Tom Lane 1cb108efb0 Dig down into sub-selects to look for column statistics. 15 years ago
Tom Lane 698df3350d Can't print PlannerGlobal's subroots list in outfuncs. 15 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 15 years ago
Tom Lane f116b1f5b8 Remove unnecessary and circular #include. 15 years ago