Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
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
Tom Lane e275a81d15 Update time zone data files to tzdata release 2008c (DST law changes in 18 years ago
Tom Lane 32184bfa0c Improve GRANT documentation to point out that UPDATE and DELETE typically 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 773f5cc8cb Fix contrib/xml2 makefile to not override CFLAGS. 18 years ago
Tom Lane 1fb9814d70 Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Magnus Hagander 0f130711d0 Replace developer FAQ with a reference to the wiki, which is where 18 years ago
Magnus Hagander 3cf4913d17 Add link to major version release notes at the top of the minor 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 207f469912 Fix core dump in contrib/xml2's xpath_table() when the input query returns 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