aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Insert ARST into the list of known timezone abbreviations.Tom Lane2008-01-02
* Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane2007-12-18
* Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera2007-11-23
* If an index depends on no columns of its table, give it a dependency on theTom Lane2007-11-08
* Added missing clause to parser.Michael Meskes2007-11-06
* Ensure that the result of evaluating a function during constant-expressionTom Lane2007-10-11
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-04
* Fix bogus calculation of potential output string length in translate().Tom Lane2007-09-22
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-16
* Translation updatesPeter Eisentraut2007-09-13
* Fix the database-wide version of CLUSTER to silently skip temp tables ofAlvaro Herrera2007-09-12
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-29
* Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane2007-08-25
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-21
* Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway2007-08-08
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway2007-08-02
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Fix security definer functions with polymorphic arguments. This case hasTom Lane2007-07-31
* The proper guaranteed buffer size for errors isMagnus Hagander2007-07-23
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-21
* Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane2007-07-19
* Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane2007-07-17
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-29
* transformColumnDefinition failed to complain aboutTom Lane2007-06-20
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-20
* Fix erroneous error reporting for overlength input in text_date(),Tom Lane2007-06-02
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-01
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-18
* Fix a thinko in my patch of a couple months ago for bug #3116: it did theTom Lane2007-05-01
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Translation updatesPeter Eisentraut2007-04-18
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-26
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-14
* Fix oversight in original coding of inline_function(): sinceTom Lane2007-03-06
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-01
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Update 7.x variant horology files to match the new US DST rules. It seemsTom Lane2007-02-25
* Fix portal management code to support non-default command completion tags forTom Lane2007-02-18
* Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane2007-02-08
* Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane2007-02-08
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-06