Commit Graph

26670 Commits (ff18ebfb7f4ebac0bead681ea1dd09910fbe340e)
 

Author SHA1 Message Date
Tom Lane ff18ebfb7f Change regexp engine's ccondissect/crevdissect routines to perform DFA 17 years ago
Magnus Hagander e00881bd73 Fix race condition in win32 signal handling. 17 years ago
Tom Lane e488941ac5 Avoid performing encoding conversion on command tag strings during EndCommand. 17 years ago
Tom Lane acd294e945 Apply Tcl_Init() to the "hold" interpreter created by pltcl. 17 years ago
Tom Lane 7309f3340c Fix assorted core dumps and Assert failures that could occur during 17 years ago
Tom Lane 61da9c4e25 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 17 years ago
Tom Lane 317be817f4 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 17 years ago
Tom Lane 8a6a40dea6 When loading critical system indexes into the relcache, ensure we lock the 17 years ago
Tom Lane d4b7cf062c Fix relcache reload mechanism to be more robust in the face of errors 17 years ago
Tom Lane f90acefc35 Make bit/varbit substring() treat any negative length as meaning "all the rest 17 years ago
Tom Lane a6d3ec103b Set errno to zero before invoking SSL_read or SSL_write. It appears that 17 years ago
Heikki Linnakangas 0404cd5a67 Oops, previous backpatch applied incorrectly. 17 years ago
Heikki Linnakangas 67d25e5a85 Previous fix for temporary file management broke returning a set from 17 years ago
Tom Lane f216f56e6e Fix wrong WAL info value generated when gistContinueInsert() performs an 17 years ago
Tom Lane 65a5d12be1 Fix integer-to-bit-string conversions to handle the first fractional byte 17 years ago
Marc G. Fournier f25013104a tag 8.3.9 17 years ago
Tom Lane 8e692a9fb2 Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 17 years ago
Tom Lane e3b01bc1e1 Prevent indirect security attacks via changing session-local state within 17 years ago
Magnus Hagander d724237551 Reject certificates with embedded NULLs in the commonName field. This stops 17 years ago
Tom Lane d01b2e4e47 Update time zone data files to tzdata release 2009s: DST law changes in 17 years ago
Peter Eisentraut d549d3e34d Translation updates 17 years ago
Heikki Linnakangas dd7321f81c Fix bug in temporary file management with subtransactions. A cursor opened 17 years ago
Tom Lane 3c77fbd285 Ignore attempts to set "application_name" in the connection startup packet. 17 years ago
Tom Lane e6bfe55961 Avoid core dump on empty thesaurus dictionary. 17 years ago
Tom Lane b50e026e33 Fix session-lifespan memory leak when a plperl function is redefined: 17 years ago
Peter Eisentraut 602878d5ab Fix syntax in extract() examples 17 years ago
Heikki Linnakangas 0852c4d54c Fix an old bug in multixact and two-phase commit. Prepared transactions can 17 years ago
Tom Lane 31f38e3f0e Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 17 years ago
Peter Eisentraut 87021e7505 Make text search parser accept underscores in XML attributes (bug #5075) 17 years ago
Magnus Hagander d509347c39 Add inheritable ACE when creating a restricted token for execution on 17 years ago
Tom Lane 3b0d57eb39 Do not build psql's flex module on its own, but instead include it in 17 years ago
Alvaro Herrera fa40685b95 Fix longstanding problems in VACUUM caused by untimely interruptions 17 years ago
Heikki Linnakangas 862f5dbdd1 Disable triggering failover with a signal in pg_standby on Windows, because 17 years ago
Peter Eisentraut 9250485846 Fix obscure segfault condition in PL/Python 17 years ago
Tom Lane 2a47208a93 Ensure the previous Perl interpreter selection is restored upon exit from 17 years ago
Tom Lane 15b406fed6 Make the overflow guards in ExecChooseHashTableSize be more protective. 17 years ago
Tom Lane 972dd130d3 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 17 years ago
Tom Lane e0066c6b45 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 17 years ago
Heikki Linnakangas 1b198db44e Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, 17 years ago
Heikki Linnakangas c6b4d4fbc8 Raise the maximum authentication token (Kerberos ticket) size in GSSAPI 17 years ago
Heikki Linnakangas c2c86e4881 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 17 years ago
Tom Lane 895a3fb658 Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats 17 years ago
Tom Lane 81f7305211 Fix erroneous handling of shared dependencies (ie dependencies on roles) 17 years ago
Tom Lane 9cfc3d2166 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 17 years ago
Andrew Dunstan eff805b588 Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. 17 years ago
Tom Lane 8b720b5723 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 17 years ago
Teodor Sigaev 13b67ebd2d Fix incorrect arguments for gist_box_penalty call. The bug could be observed 17 years ago
Heikki Linnakangas 1bb8236e14 Don't error out if recycling or removing an old WAL segment fails at the end 17 years ago
Heikki Linnakangas 103be09c2c On Windows, when a file is deleted and another process still has an open 17 years ago
Tom Lane a15cb0652f Remove outside-the-scanner references to "yyleng". 17 years ago