summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2001-02-15Reduce default selectivity estimates for geometric operators; it seemsTom Lane
2001-02-15Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed byTatsuo Ishii
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-02-13Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian
2001-02-12poit -> point.Bruce Momjian
2001-02-11Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii
2001-02-11conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-07FixBTree flag still exists and may be used to turnVadim B. Mikheev
2001-02-06Out-of-bounds memory allocation request sizes should be treated as justTom Lane
2001-02-05Dump/display 'timestamp' as 'timestamp with time zone', to make room for aPeter Eisentraut
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-26Change float8-to-int8 conversion to round to nearest, rather thanTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Fix bogus pattern for STRING.Peter Eisentraut
2001-01-24Add all possible config file options.Bruce Momjian
2001-01-24Put back old config contents until I am finished.Bruce Momjian
2001-01-24Add "idle in transaction" status messageBruce Momjian
2001-01-23Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2001-01-23Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-19Suppress compiler warning in MULTIBYTE code.Tom Lane
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-17Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart
2001-01-14Minor coding cleanups.Tom Lane
2001-01-14Another go-round on making GetRawDatabaseInfo behave as well as it can,Tom Lane
2001-01-14Make aclcontains() do something that's at least vaguely reasonable:Tom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2001-01-11Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-091. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev
2001-01-08Add some debugging support code (ifdef'd out in normal use).Tom Lane
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2001-01-06Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane
2001-01-06Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane
2001-01-06init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2001-01-04I neglected to remove a debug message,sorry.Hiroshi Inoue
2001-01-03Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane
2001-01-03Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-28Let's try this again on accepting the correct range of Oid input valuesTom Lane
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-23Replace overly-cute coding with code that (a) has defined behaviorTom Lane