summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-03Check to ensure the number of primary key fields supplied does notREL7_3_STABLEJoe Conway
2008-01-03Stamp release 7.3.21.REL7_3_21Tom Lane
2008-01-03Update release notes for security releases.Tom Lane
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
2007-12-31Provide a more helpful error message when there is an autoconf versionBruce Momjian
2007-11-26Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut
2007-11-23Fix "Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-10-11Ensure that the result of evaluating a function during constant-expressionTom Lane
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-16Update release notes for last-minute fix.REL7_3_20Tom Lane
2007-09-16Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane
2007-09-15tag configure for 7.3.20Marc 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-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-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-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
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-01Fix aboriginal bug in BufFileDumpBuffer that would cause it to write 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 releaseREL7_3_19PostgreSQL Daemon
2007-04-20Fix markup.Tom Lane
2007-04-20Fix markup.Tom Lane
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-19Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-04-19Update FAQ to mention most recent release for releasesBruce Momjian
2007-04-19Update FAQ to mention most recent release for releasesBruce Momjian
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-04-19Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-03-26Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii
2007-03-14Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane
2007-03-01Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane
2007-02-25Update 7.x variant horology files to match the new US DST rules. It seemsTom Lane
2007-02-08Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane
2007-02-08Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane
2007-02-02Stamp release 7.3.18.REL7_3_18Tom Lane