Commit Graph

26461 Commits (a06dedfc5e82c4acf1840bf8c63c3e4097c19151)
 

Author SHA1 Message Date
Marc G. Fournier a06dedfc5e commit for 8.3.5 18 years ago
Tom Lane 7e23bd31d1 Update back-branch release notes. 18 years ago
Peter Eisentraut b7c5f65df5 Translation updates 18 years ago
Magnus Hagander 3a0b0e8260 Revert previous patch to put the shared memory segment on win32 18 years ago
Tom Lane f6dc2786ab Update time zone data files to tzdata release 2008i (DST law changes in 18 years ago
Peter Eisentraut 2926e1bcfb Missing space in error message 18 years ago
Peter Eisentraut a1bbfa78b4 Improve new message 18 years ago
Tom Lane b56cdf3b85 Fix recoveryLastXTime logic so that it actually does what one would expect. 18 years ago
Tom Lane 4b2315f493 Install a more robust solution for the problem of infinite error-processing 18 years ago
Tom Lane 1d18f940a3 Better solution to the IN-list issue: instead of having an arbitrary cutoff, 18 years ago
Tom Lane 6571729d54 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" 18 years ago
Tom Lane d4a1e5b0a3 Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the 18 years ago
Magnus Hagander 13a7d7f3cc Fix memory leak when using gsslib parameter in libpq connections 18 years ago
Peter Eisentraut 3690d7d5cf On second thought, let's not get involved in correcting the feature list 18 years ago
Teodor Sigaev 666aad267b Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 18 years ago
Peter Eisentraut 6a112282b9 Small correction SQL feature table 18 years ago
Teodor Sigaev 81a2651f6a Fix small bug in headline generation. 18 years ago
Teodor Sigaev 2cae6fe717 During repeated rescan of GiST index it's possible that scan key 18 years ago
Neil Conway 6a6f47d00a Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case. 18 years ago
Tom Lane b9053b1e6a Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number 18 years ago
Tom Lane 7494c0e0d4 Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 18 years ago
Tom Lane 794ccacd5f Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert 18 years ago
Michael Meskes 603972f3e0 Optional arguments should be optional. 18 years ago
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