Commit Graph

3634 Commits (7cec8b4e4acedec1dbc8a576d4f862eb1c0c0759)

Author SHA1 Message Date
Bruce Momjian 7cec8b4e4a Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. 19 years ago
Tom Lane a222a158b0 Fix SysCacheGetAttr() to handle the case where the specified syscache has not 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
Tom Lane 1f9acaf21d Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Bruce Momjian d30da732da Add "inline" compile fix for MSVC/BCC: 20 years ago
Tom Lane 3d4dc1acf5 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 8fe643b41b Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Bruce Momjian e720382441 Stamp 8.1.4, except configure/configure.in. 20 years ago
Tom Lane abee2cdb1e Revise large-object access routines to avoid running with CurrentMemoryContext 20 years ago
Bruce Momjian 499ec8c7e4 Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 20 years ago
Bruce Momjian a643385eaf Check for "msys" so it doesn't use 'con' by checking for an evironment 20 years ago
Bruce Momjian cff68063de Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 20 years ago
Tom Lane a386cd7806 Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Tom Lane 20334a9e86 Fix bug that allowed any logged-in user to SET ROLE to any other database user 20 years ago
Bruce Momjian a318438fb3 Stamp 8.1.3, but exclude configure.in/configure change. 20 years ago
Tom Lane 2d26c4be8e Change search for default operator classes so that it examines all opclasses 20 years ago
Bruce Momjian bc1c9adbda Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 2d98f46255 Fix code that checks to see if an index can be considered to match the query's 20 years ago
Tom Lane 7618330c6d It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
Tom Lane 0bfd90ff32 Modify pgstats code to reduce performance penalties from oversized stats data 20 years ago
Tom Lane 9e72b3c2c5 Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Tom Lane a933c4e59e Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 20 years ago
Tom Lane e9bb12d5ab Arrange to set the LC_XXX environment variables to match our locale setup. 20 years ago
Tom Lane ba7fd49de5 Defend against crash while processing Describe Statement or Describe Portal 20 years ago
Bruce Momjian 832bcfef55 I reconfirmed MS-VC6. Thank you for wonderful correspondence. 20 years ago
Bruce Momjian 96a1732710 Stamp 8.1.1. 20 years ago
Bruce Momjian a3e1e99674 Disble some Win32-specific code in win32-client-only builds: 20 years ago
Bruce Momjian 42860677a4 Add documentation on the use of *printf() macros and libintl. 20 years ago
Tom Lane 24bc418969 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane c4279b45fd Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Tom Lane fd3ac58b68 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane c8de36352f Modify tuptoaster's API so that it does not try to modify the passed 20 years ago
Tom Lane be324ad2ab DropRelFileNodeBuffers failed to fix the state of the lookup hash table 20 years ago
Tom Lane 659d3b2b0e Restore the former RestrictInfo field valid_everywhere (but invert the flag 20 years ago
Tom Lane 431178ae67 Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple 20 years ago
Tom Lane 48052de722 Repair an error introduced by log_line_prefix patch: it is not acceptable 20 years ago
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would 20 years ago
Alvaro Herrera 902377c465 Rename the members of CommandDest enum so they don't collide with other uses of 20 years ago
Tom Lane fc5894bf77 Adjust parser so that POSTQUEL-style implicit RTEs are stored with 20 years ago
Tom Lane 25777f6fd3 Fix Windows setitimer() emulation to not depend on delivering an APC 20 years ago
Tom Lane 4d20df3c78 Temporarily disable Qingqing's Windows signal processing patch, so that 20 years ago
Tom Lane 6aad07d270 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 20 years ago
Tom Lane ef3b7cd328 Add an implicit cast from varchar to regclass, so that existing code 20 years ago
Tom Lane b33a732264 Improve trace_sort code to also show the total memory or disk space used. 20 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 20 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 20 years ago