summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check to ensure the number of primary key fields supplied does notREL7_3_STABLEJoe Conway2010-02-033-0/+67
* Stamp release 7.3.21.REL7_3_21Tom Lane2008-01-035-18/+18
* Update release notes for security releases.Tom Lane2008-01-031-2138/+2250
* The original patch to disallow non-passworded connections to non-superusersTom Lane2008-01-031-16/+31
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-0310-92/+209
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-2/+5
* Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut2007-11-261-2/+2
* Fix "Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii2007-11-231-1/+1
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-103-58/+91
* Ensure that the result of evaluating a function during constant-expressionTom Lane2007-10-111-3/+14
* Fix bogus calculation of potential output string length in translate().Tom Lane2007-09-221-10/+15
* Update release notes for last-minute fix.REL7_3_20Tom Lane2007-09-161-1/+9
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-161-56/+12
* tag configure for 7.3.20Marc G. Fournier2007-09-152-11/+11
* Fix markup that doesn't work in back branches.Tom Lane2007-09-141-5/+3
* Minor editorialization on release notes.Tom Lane2007-09-141-4/+11
* Translation updatesPeter Eisentraut2007-09-132-61/+66
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-115-9/+9
* StampBruce Momjian2007-09-111-137/+198
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-291-9/+11
* Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane2007-08-231-1/+13
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-211-6/+11
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-064-20/+25
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-211-6/+11
* Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane2007-07-191-10/+13
* Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane2007-07-171-2/+6
* Restrict non-superusers to password authenticated connectionsJoe Conway2007-07-093-0/+194
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-022-6/+37
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-291-86/+49
* transformColumnDefinition failed to complain aboutTom Lane2007-06-201-2/+6
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-201-30/+41
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-011-2/+2
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-263-6/+174
* Fix newly-introduced documentation typo.Neil Conway2007-04-231-2/+2
* Update configure.in for releaseREL7_3_19PostgreSQL Daemon2007-04-202-11/+11
* Fix markup.Tom Lane2007-04-201-3/+2
* Fix markup.Tom Lane2007-04-201-2/+2
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-206-26/+316
* Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-191-3/+2
* Update FAQ to mention most recent release for releasesBruce Momjian2007-04-191-1/+1
* Update FAQ to mention most recent release for releasesBruce Momjian2007-04-191-1/+1
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-193-7/+7
* Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-191-1/+41
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-261-5/+5
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-141-2/+49
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-011-17/+31
* Update 7.x variant horology files to match the new US DST rules. It seemsTom Lane2007-02-252-10/+10
* Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane2007-02-081-14/+14
* Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane2007-02-082-17/+18
* Stamp release 7.3.18.REL7_3_18Tom Lane2007-02-025-18/+18