summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-02Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander
2007-12-31Provide a more helpful error message when there is an autoconf versionBruce Momjian
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-11-26Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut
2007-11-23Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera
2007-11-23Fix "Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-11-16Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-11-08If an index depends on no columns of its table, give it a dependency on theTom Lane
2007-11-06Added missing clause to parser.Michael Meskes
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Update release notes for last-minute fix.REL7_4_18Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-14update configure for 7.4.18Marc G. Fournier
2007-09-14Fix markup that doesn't work in back branches.Tom Lane
2007-09-14Minor editorialization on release notes.Tom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-09-12Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-09-11StampBruce Momjian
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-25Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2007-08-08Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-08-02Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-31Fix security definer functions with polymorphic arguments. This case hasTom Lane
2007-07-23The proper guaranteed buffer size for errors isMagnus Hagander
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-19Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane
2007-07-17Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane
2007-07-09Restrict non-superusers to password authenticated connectionsJoe Conway
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-29Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane
2007-06-20transformColumnDefinition failed to complain aboutTom Lane
2007-06-20CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane
2007-06-02Fix erroneous error reporting for overlength input in text_date(),Tom Lane
2007-06-01Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane
2007-05-21Fix spurious German index entryPeter Eisentraut
2007-05-18Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane
2007-05-13Document that CLUSTER breaks MVCC visibility rules.Magnus Hagander
2007-05-01Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-23Fix newly-introduced documentation typo.Neil Conway
2007-04-20Update configure in for new releaseREL7_4_17PostgreSQL Daemon