Commit Graph

15601 Commits (feb45966970e6aa6cfdb2a42eaa0cba8472d94fb)

Author SHA1 Message Date
Tom Lane 95402c347e Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number 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 18 years ago
Marc G. Fournier 00f3091e60 tag for 8.1.14 18 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
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
Tom Lane 638aa5a7af Stamp 8.1.13 (except for configure.in/configure) 18 years ago
Tom Lane 7603ca1968 ALTER AGGREGATE OWNER seems to have been missed by the last couple of 18 years ago
Tom Lane 7521bdaad9 Fix pg_get_ruledef() so that negative numeric constants are parenthesized. 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 e275a81d15 Update time zone data files to tzdata release 2008c (DST law changes in 18 years ago
Tom Lane 290d4b37ab Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the 18 years ago
Tom Lane 48ecee1328 Fix an old corner-case bug in set_config_option: push_old_value has to be 18 years ago
Tom Lane 04bd1fce2a Adjust timestamp regression tests to prevent two low-probability failure 18 years ago
Heikki Linnakangas f8ddee0559 Remove arbitrary 10MB limit on two-phase state file size. It's not that hard 18 years ago
Magnus Hagander 5b4150a682 Don't try to close negative file descriptors, since this can cause 18 years ago
Tom Lane 6f28e879dd Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update 18 years ago
Tom Lane 1fb9814d70 Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Tom Lane 52441adb15 Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Michael Meskes a0f770dbdc Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract. 18 years ago
Tom Lane 19d262540c Defend against JOINs having more than 32K columns altogether. We cannot 18 years ago
Tom Lane 80dc9a8e19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane 1b304e8491 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum 18 years ago
Heikki Linnakangas 242d0f9f6f Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the 18 years ago
Tom Lane c249e9ed30 Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Tom Lane 9d2e16125f Update to tzdata 2008a distribution (Chilean DST law change). 18 years ago
Tom Lane e8051df2c1 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing 18 years ago
Tom Lane 8576a07843 Change hashscan.c to keep its list of active hash index scans in 18 years ago
Alvaro Herrera 712d0eecf8 Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. 18 years ago