Commit Graph

22120 Commits (e82067890a89109189062e4197cacec572f0c577)
 

Author SHA1 Message Date
Andrew Dunstan e82067890a Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Marc G. Fournier d8ca7ffbea tag 8.1.15 17 years ago
Tom Lane 09df79e8d7 Update back-branch release notes. 17 years ago
Peter Eisentraut 7266a78f7b Translation updates 17 years ago
Tom Lane 11b6ddd22f Update time zone data files to tzdata release 2008i (DST law changes in 17 years ago
Peter Eisentraut b0a29b6478 Missing space in error message 17 years ago
Tom Lane 1b0c30f68d Install a more robust solution for the problem of infinite error-processing 17 years ago
Tom Lane f4d4bc827f Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the 17 years ago
Teodor Sigaev b5f5c89528 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 17 years ago
Teodor Sigaev feb4596697 Fix small bug in headline generation. 17 years ago
Tom Lane 95402c347e Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number 17 years ago
Tom Lane 3b25d1650c Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 17 years ago
Michael Meskes 77aa915797 Optional arguments should be optional. 17 years ago
Tom Lane 3e5ed167d4 Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 17 years ago
Heikki Linnakangas 1abe8ea3a6 When a relation is moved to another tablespace, we can't assume that we can 17 years ago
Tom Lane aaa0d6b858 Fix improper display of fractional seconds in interval values 17 years ago
Tom Lane 38c8ab246b Recent patches to pg_ctl broke "pg_ctl restart" for the case where no 17 years ago
Tom Lane cd311af46e Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 17 years ago
Marc G. Fournier 00f3091e60 tag for 8.1.14 17 years ago
Tom Lane 81dcd77b81 Update back-branch release notes. 17 years ago
Tom Lane ec7d885e20 Update time zone data files to tzdata release 2008f (DST law changes in 18 years ago
Tom Lane 839ed8bd06 Widen the nLocks counts in local lock tables from int to int64. This 18 years ago
Tom Lane 74da120713 Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value() 18 years ago
Tom Lane a76e185180 Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. 18 years ago
Teodor Sigaev 4040629fe1 Fix possible duplicate tuples while GiST scan. Now page is processed 18 years ago
Tom Lane 7e9308544f Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec 18 years ago
Tom Lane 7a9b6cd472 Install checks in executor startup to ensure that the tuples produced by an 18 years ago
Tom Lane 5d46ee4a4a Do not allow Unique nodes to be scanned backwards. The code claimed that it 18 years ago
Tom Lane a3a8f237bd Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several 18 years ago
Tom Lane 23811025a0 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in 18 years ago
Tom Lane 33da69f5b5 Fix performance bug in write_syslog(): the code to preferentially break the 18 years ago
Tom Lane 848268c58a Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean 18 years ago
Tom Lane a2fde11410 Fix AT TIME ZONE (in all three variants) so that we first try to interpret 18 years ago
Tom Lane 4d72579881 Fix identify_system_timezone() so that it tests the behavior of the system 18 years ago
Bruce Momjian 289654cd32 Fix 'pg_ctl reload' to properly preserve postmaster commend-line 18 years ago
Tom Lane 6ac2529cc2 Clean up a number of bogosities around pltcl's handling of the Tcl "result": 18 years ago
Tom Lane 28afd8de10 Create a script to handle stamping release version numbers into files, 18 years ago
Tom Lane 562755ec15 Fix datetime input functions to correctly detect integer overflow when 18 years ago
Marc G. Fournier 2de08aab3b tag 8.1.13 18 years ago
Tom Lane 638aa5a7af Stamp 8.1.13 (except for configure.in/configure) 18 years ago
Tom Lane 083bb0fcb5 Update release notes for ALTER AGGREGATE fix. 18 years ago
Tom Lane 7603ca1968 ALTER AGGREGATE OWNER seems to have been missed by the last couple of 18 years ago
Tom Lane a8690111f9 Update release notes for 8.3.3 et al. 18 years ago
Tom Lane 7521bdaad9 Fix pg_get_ruledef() so that negative numeric constants are parenthesized. 18 years ago
Tom Lane 5766e91752 Remove link that pre-8.2 doc tools don't support. 18 years ago
Marc G. Fournier 4611fc912d tag for 8.1.12 18 years ago
Tom Lane 7ac3f8485b Stamp 8.1.12 (except for configure.in/configure) 18 years ago
Tom Lane 84a43fcdf3 Translation updates. 18 years ago
Michael Meskes 59b67db158 Added SQL symbol for variable names here too. 18 years ago
Tom Lane 06607007b4 Draft release notes for upcoming back-branch updates. 18 years ago