aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane2000-12-31
* NetBSD/Alpha porting fixes from tom@minnesota.com.Tom Lane2000-12-31
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Clean up spinlock assembly code slightly (just cosmetic improvements)Tom Lane2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Improve comments.Tom Lane2000-12-23
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-22
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-22
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Repair round(numeric) function. An initdb would be required to get thePeter Eisentraut2000-12-21
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-15
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Correct one description, add one.Peter Eisentraut2000-12-10
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-06
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart2000-12-03
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automaticallyTom Lane2000-12-02
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-01
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-01
* Make default socket directory location configurable from config.h.Tom Lane2000-11-30
* Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be gettingPeter Eisentraut2000-11-30
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-29
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-25
* Move connection defines to miscadmin.h.Bruce Momjian2000-11-25
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-25
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-25