Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Tom Lane a9118fc5a8 The idea of using _strncoll() on Windows doesn't work. Revert to same 21 years ago
Tom Lane 396526d8c3 Adjust m68k spinlock code to avoid duplicate in-line and not-in-line 21 years ago
Tom Lane a310a1d80c Some more mop-up for Windows IPv6 support. Andrew Dunstan 21 years ago
Tom Lane f26b91761b Arrange for indexes and toast tables to inherit their ownership from 21 years ago
Tom Lane 09a6c90945 Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror to 21 years ago
Tom Lane 1a33436224 Replace out-of-line tas() assembly code for MIPS with a properly 21 years ago
Tom Lane 2613b74785 Factor out the common subexpression month_remainder * DAYS_PER_MONTH 21 years ago
Bruce Momjian ca4cf09232 Back out pfrees for justify_hour function calls. 21 years ago
Tom Lane 15df139a8c Original assumption that our own getaddrinfo routine would never support 21 years ago
Bruce Momjian 4ea18a11fa Fix memory leak when using justify_hours. 21 years ago
Bruce Momjian ded5dd6ed0 Update release checklist. 21 years ago
Tom Lane c3bf8dee0e Add code to use Windows getaddrinfo and friends if they exist. This 21 years ago
Tom Lane 41bb3cb7c9 Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386. 21 years ago
Bruce Momjian 63a67221a1 More beta1 cleanup. 21 years ago
Tom Lane 83ba41f02b Fix SHOW and RESET grammar to accept custom variable names. 21 years ago
Tom Lane 06f4a53941 Make the plperl regression tests pass in 'use_strict' mode, by adding 21 years ago
Tom Lane 6f64cf592b Get rid of inappropriate use of croak(). Per report from Michael Fuhr. 21 years ago
Tom Lane a62604508f Fix up plperl 'use_strict' so that it can be enabled or disabled on the 21 years ago
Tom Lane 767a9021b3 Add small hack to support use of Unicode-based locales on WIN32. This 21 years ago
Tom Lane a0a0bc02b7 Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete 21 years ago
Michael Meskes f417ebf03a - Check for NULL before checking whether argument is an array. 21 years ago
Tom Lane 188c7c8ccf Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to 21 years ago
Bruce Momjian 9cf18ee386 Add new file for win32 threading. 21 years ago
Bruce Momjian 43bf3a6bc6 The attached patch updates the thread test program to run stand-alone on 21 years ago
Tom Lane e331404da5 Clean up some very old and crufty code for TID scan planning. Not much 21 years ago
Bruce Momjian a970a8cb95 Back out incorrect commit. 21 years ago
Bruce Momjian eef7e30cc1 Fix function name. 21 years ago
Tom Lane 0f455b346e Fix broken lrand48() implementation, per Merlin Moncure. 21 years ago
Tom Lane 5f8b22c20d Fix wrong dependency on owner created by ALTER OPCLASS OWNER. 21 years ago
Tom Lane 9052537325 Rewrite gather-write patch into something less obviously bolted on 21 years ago
Bruce Momjian 9bddb5c8c7 Back out incorrect use of E'' escape addition. 21 years ago
Tom Lane 83357da684 Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than 21 years ago
Tom Lane bf1e33d24a Fix unwanted denial of ALTER OWNER rights to superusers. There was some 21 years ago
Bruce Momjian a7f49252d2 enable_constraint_exclusion => constraint_exclusion 21 years ago
Bruce Momjian 8ad3965a11 Improve xid wraparound message (the server isn't really shut down, just 21 years ago
Tom Lane f88e8070b7 Use an initdb-time test to see if the local version of getaddrinfo() 21 years ago
Tom Lane d0096a41fa Fix some inconsistent choices of datatypes in xlog.c. Make buffer 21 years ago
Tom Lane 6fcaaf29da Minor GUC cleanups: document krb_server_hostname and custom_variable_classes 21 years ago
Tom Lane f39f6b500f Seems that the childXids list would be better based on Oid lists than 21 years ago
Tom Lane 0007490e09 Convert the arithmetic for shared memory size calculation from 'int' 21 years ago
Tom Lane 2299ceab1c Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good 21 years ago
Tatsuo Ishii ba2fc7eb4b Make GetMultiXactIdMembers() a public function. 21 years ago
Tatsuo Ishii bc3991c185 Add BackendXidGetPid(). 21 years ago
Tom Lane f57e3f4cf3 Repair problems with VACUUM destroying t_ctid chains too soon, and with 21 years ago
Bruce Momjian 97bb6e89be Fix LRU/ALL description mismatch for GUC parameter. 21 years ago
Bruce Momjian 0c7786bdfc Consistently align comments in postgresql.conf, move some slightly to 21 years ago
Tom Lane 77b4bd3b43 Update some obsolete comments --- code is using t_self now, not t_ctid. 21 years ago
Tom Lane dfdf07aab1 Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT 21 years ago
Bruce Momjian 7be1b3ba74 Add hint for to_char(interval) invalid format specifications. 21 years ago
Bruce Momjian e20261128d Fix to_char(interval) to return proper year and century values. 21 years ago