Commit Graph

21820 Commits (60a25e6f6f0596208ce83b46a0d79ca666817deb)
 

Author SHA1 Message Date
Teodor Sigaev 60a25e6f6f Add description of tsvector type layout 20 years ago
Teodor Sigaev 3538b740f3 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev a3cb2221f3 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Teodor Sigaev 747b82aa6a Fix regression tests: after changing comparing function 20 years ago
Teodor Sigaev 2ec2b2caf0 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Bruce Momjian 368f3b2cca In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian d16e2ceb59 Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Tom Lane 574878f110 Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. 20 years ago
Andrew Dunstan 331428205b Add installcheck-parallel target to top level makefiles. 20 years ago
Michael Meskes 9084f700e5 Backported buffer overrun from HEAD 20 years ago
Michael Meskes 017d79b10d Applied the connect patch from HEAD. 20 years ago
Tom Lane 7ed55aac1c Get rid of "lookahead" functionality in plpgsql's yylex() function, 20 years ago
Tom Lane e4596d8e60 Fix core dump in duration logging for a V3-protocol Execute message 20 years ago
Bruce Momjian b6f564c012 Move Win32 inline define to win32.h so it is found, rather than c.h. 20 years ago
Bruce Momjian 512d7eab82 Move "#define inline __inline" from port/win32.h to c.h because Win32 20 years ago
Bruce Momjian a42c545f62 Round microseconds on setitimer upwards. 20 years ago
Bruce Momjian 83b27b9180 On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 20 years ago
Bruce Momjian 1e35f9aa04 Fix statement_timeout on Win32 so that it properly treats micro-seconds 20 years ago
Teodor Sigaev 73761f3659 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Tom Lane 804e7c5c53 Back-port HEAD's configure fixes to select appropriate compiler switches 20 years ago
Teodor Sigaev e33ab5b6d5 fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 381ebcd21f Fix references to the Options section in the pgcrypto documentation. 20 years ago
Tom Lane dc84334f1e Fix documentation error: GRANT/REVOKE for roles only accept role names 20 years ago
Alvaro Herrera 8aa826a965 Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. 20 years ago
Andrew Dunstan e482136c04 prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 20 years ago
Tom Lane 271852a021 Fix table title. 20 years ago
Tom Lane 87953b3d60 Make it clearer that not every Postgres character set can be used as a 20 years ago
Peter Eisentraut 6779710f26 Fix spectacular misspellings of procedural language names 20 years ago
Tom Lane 69f3a5c9ed Fix oversight in sizing of shared buffer lookup hashtable. Because 20 years ago
Tom Lane eda117dfa0 Hmm, seems --disable-spinlocks has been broken for awhile and nobody 20 years ago
Tom Lane f141880150 Don't try to truncate multixact SLRU files in checkpoints done during xlog 20 years ago
Tom Lane 74dac69e3c Ensure that we retry rather than erroring out when send() or recv() return 20 years ago
Tom Lane 78e8400a52 Add dependency to fix parallel-make race condition. Alexander Dupuy 20 years ago
Neil Conway 0c1db67f6a Correct the description of the pg_get_viewdef() function. Do some nearby 20 years ago
Tom Lane 8d716f0e47 Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 20 years ago
Teodor Sigaev f446ede326 Fix bug corrupting query in gist consistent function. 20 years ago
Tom Lane e0bb171960 Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting 20 years ago
Bruce Momjian fe204535a7 Backpatch dbmirror fix for escape handling. 20 years ago
Michael Meskes bf1cd364b6 Fixed remaining Coverity bugs. 20 years ago
Alvaro Herrera 8728d4aba9 Fix memory leak introduced in the prior commit, detected by Tom Lane. 20 years ago
Alvaro Herrera 55a39e0b0b Fix use-after-free error reported by Neil Conway. 20 years ago
Tom Lane 60f46dee71 Fix typo. 20 years ago
Alvaro Herrera 4ca74397b4 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without 20 years ago
Bruce Momjian cc6dbbeefc Fix for recent Win32 pg_dump tar temp file patch. 20 years ago
Bruce Momjian 837a7df8dd On Win32, use loop to create pg_dump temporary tar file in the current 20 years ago
Michael Meskes 88f396e1cb Added missing braces to prevent a segfault after usage of an undeclared cursor. 20 years ago
Michael Meskes 1bdea12e5c Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
Tom Lane 1f9acaf21d Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Michael Meskes 5ececcbbf5 Moved some free() calls that coverity correctly complains about. 20 years ago
Alvaro Herrera 15af8b771b Our version of getopt_long does not set optarg upon detecting an error, as 20 years ago