Commit Graph

22211 Commits (ef524d17751cbb0b373f47f1c45f7fc07c4786f0)
 

Author SHA1 Message Date
Bruce Momjian ef524d1775 Add to qsort TODO.detail. 20 years ago
Bruce Momjian 97ae541cf4 Update for max row size. 20 years ago
Bruce Momjian 713cc92531 Update max row size to 400gb, per Tom. 20 years ago
Neil Conway 7815ca7bef Rewrite much of psql's \connect code, for the sake of code clarity and 20 years ago
Tom Lane 23a1f015e5 Adjust interval-addition test so that it won't fail on DST transition days. 20 years ago
Peter Eisentraut f7ae90041e Update information schema for SQL:2003 and new PostgreSQL features. 20 years ago
Alvaro Herrera 643b022bed Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some 20 years ago
Neil Conway d73336f8f4 Correct some errors and do some SGML police work on the reference pages 20 years ago
Neil Conway a619e068d3 Minor improvement to DROP TABLE reference page. 20 years ago
Bruce Momjian 0220282266 Add recent /port/qsort comparison discussion. 20 years ago
Tom Lane 89bda95d82 Remove the 'slow' path for btree index build, which built the btree 20 years ago
Tom Lane a8b8f4db23 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 20 years ago
Tom Lane 89395bfa6f Improve gist XLOG code to follow the coding rules needed to prevent 20 years ago
Tom Lane 4243f2387a Suppress attempts to report dropped tables to the stats collector from a 20 years ago
Andrew Dunstan bee34e9930 Fix bad SQL, per Stefan Kaltenbrunner. 20 years ago
Tom Lane 6d61cdec07 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 20 years ago
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