Commit Graph

26438 Commits (a4f5d8a51e22ff459602c05dcd3ca37bcfe1384a)
 

Author SHA1 Message Date
Tom Lane a4f5d8a51e Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 18 years ago
Tom Lane 5b61c9a812 Fix crash in bytea-to-XML mapping when the source value is toasted. 18 years ago
Heikki Linnakangas 95f3c355bd Force a checkpoint in CREATE DATABASE before starting to copy the files, 18 years ago
Heikki Linnakangas 3c66048adb When a relation is moved to another tablespace, we can't assume that we can 18 years ago
Tom Lane 260fc8d5c7 Fix improper display of fractional seconds in interval values 18 years ago
Magnus Hagander 3862493ad3 Link libpq with libgssapi if configure finds it, as 18 years ago
Tom Lane 57a2091013 Recent patches to pg_ctl broke "pg_ctl restart" for the case where no 18 years ago
Andrew Dunstan ef6f342644 Compare escaped chars case insensitively for ILIKE - per gripe from TGL. 18 years ago
Tom Lane 7ef0097998 Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 18 years ago
Magnus Hagander 7898ff7185 Make sure pg_control is opened in binary mode, to deal 18 years ago
Magnus Hagander 4f792e7e3f Mark SessionReplicationRole as PGDLLIMPORT so it 18 years ago
Marc G. Fournier 63aa5e3527 tag for 8.3.4 18 years ago
Tom Lane cc36508001 Update back-branch release notes. 18 years ago
Tom Lane 94e164d24c Update time zone data files to tzdata release 2008f (DST law changes in 18 years ago
Tom Lane f13a6f5abb Widen the nLocks counts in local lock tables from int to int64. This 18 years ago
Tom Lane 015f168f54 Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. 18 years ago
Tom Lane e4aea74e19 Fix caching of foreign-key-checking queries so that when a replan is needed, 18 years ago
Tom Lane e5b1eed7c9 Skip opfamily check in eclass_matches_any_index() when the index isn't a 18 years ago
Alvaro Herrera 2d4ef572b4 Initialize the minimum frozen Xid in vac_update_datfrozenxid using 18 years ago
Tom Lane 8208fbb4ce Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. 18 years ago
Tom Lane 6c5cf22edd Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value() 18 years ago
Heikki Linnakangas db8e4c7028 HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw 18 years ago
Tom Lane 3c3fb2160c Fix bug in original implementation of xmlserialize(): if user specifies 18 years ago
Tom Lane a9ff5f0722 Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant 18 years ago
Tom Lane bc846323d3 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 0ab43c9678 Fix possible duplicate tuples while GiST scan. Now page is processed 18 years ago
Bruce Momjian 3fcb7f0bd4 Mention that pg_dump does not dump ALTER DATABASE ... SET commands; 18 years ago
Michael Meskes 393dc9bde2 Fixed incorrect argument handling in SET command if argument is a variable. 18 years ago
Magnus Hagander 1852a73c7a Make libpq on windows not try to send chunks larger than 64Kb. 18 years ago
Tom Lane 4dff669cf0 Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec 18 years ago
Bruce Momjian 36985c52f4 Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X. 18 years ago
Heikki Linnakangas 763312d73d Fix pull_up_simple_union_all to copy all rtable entries from child subquery to 18 years ago
Tom Lane e9ec4bbffe Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a 18 years ago
Tom Lane 5e2ff20edf Install checks in executor startup to ensure that the tuples produced by an 18 years ago
Tom Lane d116bebda9 Do not allow Unique nodes to be scanned backwards. The code claimed that it 18 years ago
Tom Lane 6bf2335726 Fix copy-and-pasteo that's causing pg_regress to lie about which file it can't 18 years ago
Magnus Hagander cb3a941308 Cleanup reference to config.pl so it makes sense not only in 18 years ago
Magnus Hagander 1e7315af8d Document which versions of ActivePerl and ActiveTcl are required 18 years ago
Tom Lane 730ca85859 Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. 18 years ago
Alvaro Herrera 55817fb1ed Ratchet up patch to improve autovacuum wraparound messages. 18 years ago
Tom Lane 8f9a868b70 Update link to Oleg and Teodor's GIN page. 18 years ago
Alvaro Herrera df10fbab76 Publish more openly the fact that autovacuum is working for wraparound 18 years ago
Bruce Momjian df22da6173 Properly document archive/restore command examples on Windows. 18 years ago
Alvaro Herrera aae91a5055 Add MSVC++ debug libraries to .cvsignore. 18 years ago
Alvaro Herrera f1583ed591 Avoid crashing when a table is deleted while we're on the process of checking 18 years ago
Tom Lane 6dafb5b4ae Fix an oversight in the original implementation of performMultipleDeletions(): 18 years ago
Tom Lane 165b65bb37 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in 18 years ago
Tom Lane 915b4ed056 Fix performance bug in write_syslog(): the code to preferentially break the 18 years ago
Heikki Linnakangas 6280789e05 Fix WAL file cutoff point calculation in pg_standby. 18 years ago
Tom Lane a4845efaab Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean 18 years ago