Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
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
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
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 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
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
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
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Tom Lane 012abebab1 Remove the stub support we had for UNION JOIN; per discussion, this is 20 years ago
Tom Lane 48cf295742 'make clean' should NOT remove *~ files. 20 years ago
Bruce Momjian d694bd812a Default to ON for 8.2, as announced in the release notes: 20 years ago
Bruce Momjian d69b163247 Attached is the new patch. To summarize: 20 years ago
Bruce Momjian 19c21d115d Enable standard_conforming_strings to be turned on. 20 years ago
Bruce Momjian a9c1047ebd Update comment on how sighup signal affects postgresql.conf reload. 20 years ago
Bruce Momjian 526f773d2f * Stephen Frost (sfrost@snowman.net) wrote: 20 years ago
Bruce Momjian 357cc01e57 This patch adds native LDAP auth, for those platforms that don't have 20 years ago
Bruce Momjian 5e3bcac1d9 Fix psql history handling so 'execute' backslash commands (\g) 20 years ago
Bruce Momjian 4c63b1f88e Prevent autovacuum from zeroing damaged pages. 20 years ago