aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-26
* Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane2005-08-25
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-25
* Factor out the common subexpression month_remainder * DAYS_PER_MONTHTom Lane2005-08-25
* Back out pfrees for justify_hour function calls.Bruce Momjian2005-08-25
* Original assumption that our own getaddrinfo routine would never supportTom Lane2005-08-25
* Fix memory leak when using justify_hours.Bruce Momjian2005-08-25
* Update release checklist.Bruce Momjian2005-08-25
* Add code to use Windows getaddrinfo and friends if they exist. ThisTom Lane2005-08-24
* Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386.Tom Lane2005-08-24
* More beta1 cleanup.Bruce Momjian2005-08-24
* Fix SHOW and RESET grammar to accept custom variable names.Tom Lane2005-08-24
* Make the plperl regression tests pass in 'use_strict' mode, by addingTom Lane2005-08-24
* Get rid of inappropriate use of croak(). Per report from Michael Fuhr.Tom Lane2005-08-24
* Fix up plperl 'use_strict' so that it can be enabled or disabled on theTom Lane2005-08-24
* Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane2005-08-24
* Fix ExecBRDeleteTriggers so that deletion is not suppressed when deleteTom Lane2005-08-24
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* Add new file for win32 threading.Bruce Momjian2005-08-23
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-23
* Clean up some very old and crufty code for TID scan planning. Not muchTom Lane2005-08-23
* Back out incorrect commit.Bruce Momjian2005-08-23
* Fix function name.Bruce Momjian2005-08-23
* Fix broken lrand48() implementation, per Merlin Moncure.Tom Lane2005-08-23
* Fix wrong dependency on owner created by ALTER OPCLASS OWNER.Tom Lane2005-08-23
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-22
* Back out incorrect use of E'' escape addition.Bruce Momjian2005-08-22
* Cause ALTER INDEX OWNER to generate a warning and do nothing, rather thanTom Lane2005-08-22
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-22
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-22
* Use an initdb-time test to see if the local version of getaddrinfo()Tom Lane2005-08-22
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-22
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-21
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-20
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a goodTom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian2005-08-19
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-19
* Update some obsolete comments --- code is using t_self now, not t_ctid.Tom Lane2005-08-18
* Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane2005-08-18
* Add hint for to_char(interval) invalid format specifications.Bruce Momjian2005-08-18
* Fix to_char(interval) to return proper year and century values.Bruce Momjian2005-08-18
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-17
* More formatting.c cleanups.Bruce Momjian2005-08-17
* Small cleanup.Bruce Momjian2005-08-17