Commit Graph

18548 Commits (be8eafa09d1ce3669fc9bc11633e536c64543284)
 

Author SHA1 Message Date
Neil Conway be8eafa09d ExecProcAppend() wasn't called ExecAppend() because the latter name was 21 years ago
Neil Conway 1d1b8191ce Minor improvements to the release notes. 21 years ago
Tom Lane 409b38f514 Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 21 years ago
Tom Lane ae169e84f7 Improve description of Execute message behavior, per Oliver Jowett. 21 years ago
Tom Lane 688f0c56dc Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, 21 years ago
Tom Lane fb147dc30e If we're going to print unrecognized result codes from SSL_get_error 21 years ago
Bruce Momjian fa6fa8e549 This patch attempts to outline the supported level of SSL within libpq. 21 years ago
Bruce Momjian fb755b6dd4 This patch logs the error code in the default case, so that the user 21 years ago
Bruce Momjian 31ae87c332 This patch attempts to note the use of the root.crt file in the server. 21 years ago
Neil Conway 505d9be3e6 Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS was 21 years ago
Neil Conway 6a84723d7d Minor tweak to pg_controldata usage information, per suggestion from 21 years ago
Neil Conway bca0383f9a Update installation docs for PL/Python to note that distutils is now 21 years ago
Tom Lane 9fcbe2af11 Arrange for hash join to skip scanning the outer relation if it detects 21 years ago
Tom Lane 5d9f5c20dd Issue a CHECKPOINT just after creating the regression database. Without 21 years ago
Tom Lane bebaf70613 Adjust ExecMakeTableFunctionResult to produce a single all-nulls row 21 years ago
Neil Conway b84788debc Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment 21 years ago
Neil Conway a94edb4c7b Some improvements for the tab-completion of psql. This should 21 years ago
Neil Conway a3c53c834f This patch from Alvaro Herrera adds transaction ID to the list of 21 years ago
Neil Conway 665d3736fb Clarify TODO item: we ought to implement updatable views per SQL99, not 21 years ago
Tom Lane 95f20b96d4 Rotate on time boundaries that are sensible per local time rather than GMT. 21 years ago
Tom Lane 6da0c439ee Change some of the existing plpgsql regression test cases so that they 21 years ago
Tom Lane 2f48836b1f Some editorializing on the docs for the dollar-quoting feature: fix 21 years ago
Tom Lane 5b564e5307 Fix some shortcomings in psql's autocommit-off mode concerning detection 21 years ago
Tom Lane 9332d0baba Documentation improvements, per Josh Berkus. 21 years ago
Peter Eisentraut fbbdfa413e Translation update 21 years ago
Peter Eisentraut 398d4822a4 Translation updates 21 years ago
Peter Eisentraut cb2a8a9e00 Translation updates 21 years ago
Peter Eisentraut fa942e8010 Translation updates 21 years ago
Tom Lane 768b647ead Now that I look, table 8-1 has some other marginal misstatements in it. 21 years ago
Neil Conway f6279e9ed7 Minor documentation cleanup and improvement. 21 years ago
Tom Lane fa8eb8a726 Add defenses against plpython functions being declared to take or return 21 years ago
Tom Lane 84c7cef5eb Fix estimate_num_groups to be able to use expression-index statistics 21 years ago
Tom Lane 089fb6c4ce Put the brackets in the right places in timestamp entries in table 8-1. 21 years ago
Peter Eisentraut 122016379d Move comment at end of line to a separate line so trailing tabs don't 21 years ago
Tom Lane 4b9d84d450 Fix memory leak in tokenize_file, per report from Vadim Passynkov. 21 years ago
Tom Lane f6d278364e Improve documentation of log rotation options, per Ed L. 21 years ago
Peter Eisentraut 915351e9c7 Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just 21 years ago
Peter Eisentraut 24cfc14019 New config.guess and config.sub 21 years ago
Peter Eisentraut 152a101f2b Allow WIN1250 as server encoding. 21 years ago
Tom Lane 0428840864 Here is a patch bringing oid2name into the 21st century. 21 years ago
Tom Lane a5713ec427 Hashed LEFT JOIN would miss outer tuples with no inner match if the join 21 years ago
Tom Lane 054b78ba38 Now that xmax and cmin are distinct fields again, we should zero xmax when 21 years ago
Neil Conway 12ce26f8da Hyperlink a reference to DROP CAST in the CREATE CAST reference page. 21 years ago
Joe Conway 04d15d120c Make discovery of python_configdir architecture independent. Solution 21 years ago
Tom Lane 9f6df6c4a6 Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) 21 years ago
Tom Lane 914e177a3e Remove contrib/pg_logger, per recent discussion. 21 years ago
Tom Lane 1cfd2012a6 Remove erroneous Assert, per example from Kris Jurka. 21 years ago
Tom Lane 257cccbe5e Add some marginal tweaks to eliminate memory leakages associated with 21 years ago
Tom Lane 86fff990b2 RecentXmin is too recent to use as the cutoff point for accessing 21 years ago
Tom Lane 8f9f198603 Restructure subtransaction handling to reduce resource consumption, 21 years ago