Commit Graph

32500 Commits (e6faf910d75027bdce7cd0f2033db4e912592bcc)
 

Author SHA1 Message Date
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
Heikki Linnakangas 76df369c06 In the manual section on primary_conninfo, recommend using a role with 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. 14 years ago
Tom Lane 5f42e5945b Remove no-longer-used variable. 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Peter Eisentraut 02bca4f351 Fix additional format warning 14 years ago
Bruce Momjian d68ccf536e Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY 14 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 14 years ago
Itagaki Takahiro 96a8aed4cb Add datatype directory to SUBDIRS. 14 years ago
Bruce Momjian 90108c9aab Document that only user-defined columns are expanded by SELECT *. 14 years ago
Bruce Momjian c79003ea4f Remove unnecessary MATCH FULL specification in example. 14 years ago
Tom Lane 5a8de2f2e7 Try to un-break MSVC build. 14 years ago
Tom Lane ca4af308c3 Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Tom Lane d63de337f3 round() is not portable. Use rint(). 14 years ago
Alvaro Herrera 295e7dc929 Tweak string for uniformity 14 years ago
Peter Eisentraut cf15fb5cab Add missing format argument to ecpg_log() call 14 years ago
Heikki Linnakangas 86ab71d58d Fix typo and reword the sentence. 14 years ago
Heikki Linnakangas 5edb24a898 Buffering GiST index build algorithm. 14 years ago
Tom Lane 09b68c70af One last round of copy-editing for the 9.1 release notes. 14 years ago
Tom Lane f0bedf3e45 Fix corner case bug in numeric to_char(). 14 years ago
Bruce Momjian 7b8e10f2be Allow bcc32 and win32 batch files to compile libpq. 14 years ago
Bruce Momjian 3ced32d24e In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 99155aaa33 Fix typo in error message. 14 years ago
Tom Lane a7d9203cc4 Fix get_name_for_var_field() to deal with RECORD Params. 14 years ago
Bruce Momjian f19593754a Have pgrminclude skip files that use CppAsString2 because CppAsString2 14 years ago
Bruce Momjian f81fb4f690 Fix bug introduced by pgrminclude where the tablespace version name was 14 years ago
Bruce Momjian 029dfdf115 Fix to_date() and to_timestamp() to handle year masks of length < 4 so 14 years ago
Bruce Momjian 8eacb25cbe Revert documentation patch about NEW/OLD and triggers. 14 years ago
Simon Riggs df383b03e6 Partially revoke attempt to improve performance with many savepoints. 14 years ago
Simon Riggs dde70cc313 Emit cascaded standby message on shutdown only when appropriate. 14 years ago
Bruce Momjian 39039e6d7a Properly document the existance of OLD/NEW trigger pl/pgsql trigger 14 years ago
Bruce Momjian d858abfdfd Fix spelling mistake in pgpass documentation change. 14 years ago
Bruce Momjian a25fc9edcb Add documentation suggestion about adding a comment to the top of 14 years ago
Tom Lane db10f01baa Improve comment about handling of temp tables in shared-inval code. 14 years ago
Peter Eisentraut e6d800981e Correct ancient logic mistake in assertion 14 years ago
Bruce Momjian ba3de10c4e Fix plpgsql "PERFORM" markup. 14 years ago
Tom Lane 623f77e9d1 Avoid possibly accessing off the end of memory in SJIS2004 conversion. 14 years ago
Tom Lane 780a342c90 Avoid possibly accessing off the end of memory in examine_attribute(). 14 years ago
Bruce Momjian 6f94280dee Document PERFORM limitation when using WITH queries. 14 years ago
Tom Lane ae92eff6b9 Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION. 14 years ago
Tom Lane b7f83e70d9 Update type-conversion documentation for long-ago changes. 14 years ago
Bruce Momjian d764835bbc Properly document semphore requirements by accounting for worker 14 years ago
Bruce Momjian 5c8676ea71 Add documentation link to strftime supported options. 14 years ago
Bruce Momjian f458c90bff Add C comment about why we send cache invalidation messages for 14 years ago