Commit Graph

22195 Commits (2154e1c11e4fbb6b41f6db1ea7c49e25f98d0df7)
 

Author SHA1 Message Date
Tom Lane 2154e1c11e TablespaceCreateDbspace should function normally even on platforms that do not 20 years ago
Tom Lane 0a971e2f20 Disable full_page_writes, because turning it off risks causing crash-recovery 20 years ago
Tom Lane 288551fc60 Repair longstanding error in btree xlog replay: XLogReadBuffer should be 20 years ago
Tom Lane 4e7d10c7cd Comments in IndexBuildHeapScan describe the indexing of recently-dead 20 years ago
Tom Lane 0a20207060 Arrange to emit a description of the current XLOG record as error context 20 years ago
Tom Lane 4fb92718be Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 20 years ago
Tom Lane 19956e0d53 Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 20 years ago
Tom Lane a3f0b3d68f Improve performance of our private version of qsort. Per recent testing, 20 years ago
Neil Conway 570b726533 Minor refactoring: initialize_SSL() only returns 0, so it should return 20 years ago
Alvaro Herrera c4826cf0b0 Merge the loading of shared object descriptions with regular descriptions, 20 years ago
Bruce Momjian af00c04c42 Fix psql history handling: 20 years ago
Bruce Momjian 3b7e2b140e Update comment that pgNotify.be_pid is pid of the notifying server process. 20 years ago
Neil Conway a323ede280 Fix a few places that were checking for the return value of palloc() to be 20 years ago
Tom Lane 381cb046ed Adjust join_1.out to match Windows behavior for new mergejoin regression 20 years ago
Neil Conway a5dba02359 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 20 years ago
Tom Lane b3358e2642 Fix bug introduced into mergejoin logic by performance improvement patch of 20 years ago
Peter Eisentraut 5094f99830 Document long names for format options (plain, tar, custom). They already 20 years ago
Michael Meskes 0941a8901b Fixed bug 2330: Wrong error code in case of a duplicate key 20 years ago
Tom Lane 92f5bfcc0f Fix invalid use of #if within a macro, per Laurenz Albe. Also try to 20 years ago
Tom Lane 2316013961 Clean up representation of function RTEs for functions returning RECORD. 20 years ago
Bruce Momjian 5981b9d03e Fix typo in pgcvslog, used == instead of =. 20 years ago
Tom Lane 1349839c3c It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual 20 years ago
Tom Lane 35b5509782 Missed this file in previous commit :-( 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 20 years ago
Bruce Momjian 4a85bf3eaf Remove Christof Petig copyright. He already approved removal from an 20 years ago
Bruce Momjian 98d42c2450 Remove copyright notices from Jan (per author approval), and those files 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Neil Conway 7992d0fbca Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 20 years ago
Tom Lane c65ab0bfa9 Recent changes in memory management in tuplesort.c had a problem: the 20 years ago
Tom Lane 9f6192490e Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem 20 years ago
Neil Conway 0ebf1cc834 Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), 20 years ago
Bruce Momjian ab812ef326 Remove unintened change to pg_proc.h. 20 years ago
Bruce Momjian 497b5ad928 Make $PostgreSQL CVS tags consistent for SGML files. 20 years ago
Tom Lane 7d84d3ec1c Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Tom Lane bbfa1c39a1 Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. 20 years ago
Bruce Momjian 5931737571 Remove Jan Wieck's name from copyrights, and put in standard 20 years ago
Tom Lane 66fc528d99 Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT. 20 years ago
Bruce Momjian 4c0efd3ae2 Remove Christof Petig copyright on include file, per author request. 20 years ago
Tom Lane c8cd76de28 Tweak trace_sort code to show the merge order (number of active input 20 years ago
Bruce Momjian d233ec299c Update pltcl expected file for E''. 20 years ago
Bruce Momjian c574106a66 Adjust plpython for escape_string_warning. 20 years ago
Bruce Momjian bc0be355c8 Adjust PL regression tests for escape_string_warning. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Tom Lane 43ceb3d449 Further examination of ltsReleaseBlock usage shows that it's got a 20 years ago
Tom Lane 8db05ba411 Repair old performance bug in tuplesort.c/logtape.c. In the case where 20 years ago
Tom Lane e6107da53c Turn off zero_damaged_pages in the right place (ie, in the autovac 20 years ago
Bruce Momjian 8d51c276ca Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. 20 years ago
Bruce Momjian 79d25cf775 Back out comment update about sighup, original was accurate. 20 years ago
Bruce Momjian ce1106d2fa Properly set "escape_string_warning" to default to true. 20 years ago