Commit Graph

3270 Commits (3ff0418293fac7ed6eff21fe032dbb71e70c8d6b)

Author SHA1 Message Date
Tom Lane 984791e0e1 Upgrade formrdesc() so that it can correctly initialize the tupledesc 21 years ago
Tom Lane 12b1b5d837 Instead of supposing (wrongly, in the general case) that the rowtype 21 years ago
Bruce Momjian e09567d850 Back out addition of Win1252 encoding. 21 years ago
Bruce Momjian 08e0b34bad Back out fix for Unicode characters above 0x10000 21 years ago
Bruce Momjian 4ea4f8bd06 Fix for Unicode characters above 0x10000. 21 years ago
Bruce Momjian 7af770d005 Add Charset WIN1252 support. 21 years ago
Bruce Momjian ee9007a2e1 Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. 21 years ago
Tom Lane 5374d097de Change planner to use the current true disk file size as its estimate of 21 years ago
Tom Lane c2e5631760 RelOptInfo.pages should really be declared as BlockNumber, not long. 21 years ago
Tom Lane cf796cc702 A client_encoding specification coming from the connection request has 21 years ago
Tom Lane 5d72ef83fd Miscellaneous Cygwin build fixes from Reini Urban. 21 years ago
Tom Lane e5f7a9f404 Install include/port header files, and fix PGXS build to use them. 21 years ago
Tom Lane 0021ae06be Fix Win32 problems with signals and sockets, by making the forkexec code 21 years ago
Tom Lane 7efa8411cc Rethink plpgsql's way of handling SPI execution during an exception block. 21 years ago
Tom Lane ea23ec82c2 Remove GUC USERLIMIT variable category, making the affected variables 21 years ago
Tom Lane c7866f6645 Fix obsolete comments. 21 years ago
Tom Lane 8f6278d907 Put in place some defenses against being fooled by accidental match of 21 years ago
Neil Conway f5ef59cf9c Delete the `remove-old-headers' target, as it is no longer useful. Patch 21 years ago
Tom Lane 547bb4a7f2 Use a hopefully-more-reliable method of detecting default selectivity 21 years ago
Bruce Momjian 9d95cdcb07 Update workding on why we use is_absolute_path() as a macro. 21 years ago
Tom Lane 336969e490 Add code to find_my_exec() to resolve a symbolic link down to the 21 years ago
Tom Lane f245c4eb1a When implementing a coercion to a domain type with a combined 21 years ago
Tom Lane 4867afef7a Code cleanup in path.c and exec.c. Handle Windows drive and network specs 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Neil Conway f4127feacf Don't create $DESTDIR/include/internal/lib, as it is no longer used. 21 years ago
Tom Lane 5ba04cd9f1 Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to 21 years ago
Tom Lane 80559fa9e9 I found a corner case in which it is possible for RI_FKey_check's call 21 years ago
Neil Conway 28d8ff7948 Trivial fix: clarify a comment. 21 years ago
Tom Lane 6e3cc2029d Fix tsearch build problems. 21 years ago
Tom Lane 9e83d73b6c Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 21 years ago
Tom Lane 9309d5f2ba In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 21 years ago
Tom Lane fb22b32095 Allow functions returning void or cstring to appear in FROM clause, 21 years ago
Bruce Momjian b3fe6bcafe Remove use of "miscadmin.h" in port C files and remove test for frontend 22 years ago
Bruce Momjian 0060b3c8eb The attached patch fixes psql's win32 frontend-only build, by using 22 years ago
Tom Lane 830c168e5c Give a more user-friendly error message in situation where CREATE DATABASE 22 years ago
Tom Lane cc6a90e4af Remove dllist.c from libpq. It's overkill for what libpq needs; we can 22 years ago
Tom Lane fdd13f1568 Give the ResourceOwner mechanism full responsibility for releasing buffer 22 years ago
Tom Lane 1c2de47746 Remove BufferLocks[] array in favor of a single pointer to the buffer 22 years ago
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per 22 years ago
Tom Lane 26112850ec Fix OR-index-scan planner to recognize that a partial index is usable 22 years ago
Bruce Momjian c0c4883be3 Use native Cygwin symlinks so tablespaces work on Win95/98/ME which 22 years ago
Tom Lane e5d30091e6 Fix pg_indexes view so that it shows the index's tablespace not the 22 years ago
Tom Lane 337ffcddba Adjust configuration-files GUC behavior as per my recent proposal. 22 years ago
Tom Lane 7ca3a0f3e2 Whack some sense into the configuration-file-location patch. 22 years ago
Tom Lane a8487e15ed Fix problems with SQL functions returning rowtypes that have dropped 22 years ago
Bruce Momjian 2b8fab842b Prevent install error message when doing cmp on empty tree. 22 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Neil Conway f629583f94 Document what the "rep; nop" x86 assembler sequence is actually equivalent 22 years ago
Bruce Momjian aa20badeaf Fix improper defines for uid_t and gid_t. Had them backwards. 22 years ago
Bruce Momjian 87ea6f0dbe Use #define instead of typedef for plperl because perl defines 22 years ago