summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-03The original patch to disallow non-passworded connections to non-superusersTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-03Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane
2008-01-02Insert ARST into the list of known timezone abbreviations.Tom Lane
2008-01-02Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander
2008-01-01Update time zone data files to tzdata release 2007k.Tom Lane
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 "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-11-16Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev
2007-11-15Update timezone data files to release 2007i of the zic database.Tom Lane
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-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
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-10-04Update timezone data files to release 2007h of the zic database.Tom Lane
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-24Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Update release notes for last-minute fix.REL8_0_14Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-14tag configure for 8.0.14Marc 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-12Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay pointAlvaro Herrera
2007-09-11Sync timezone data with 2007g zic release.Tom Lane
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-09-11Make sure that open hash table scans are cleaned up when bgwriter tries toTom Lane
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-10Remove the vacuum_delay_point call in count_nondeletable_pages, because we holdAlvaro Herrera
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-29Fixed bug in Informix define handling.Michael Meskes
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-15Repair problems occurring when multiple RI updates have to be done to the sameTom 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-04Suppress time zone name (%Z) when logging timestamps in xlog.c startupTom Lane
2007-08-02Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan