summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2001-02-27Tweak portal (cursor) code so that it will not call the executor againTom Lane
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-23Enhanced UTF-8/SJIS mapping generator, contributed byTatsuo Ishii
2001-02-22Change /*---- commants to /* where appropriate. pgindent will tightenBruce Momjian
2001-02-21Correct bogus output formatting of timeofday() function. A number ofTom Lane
2001-02-21Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane
2001-02-21Safe guard in case of imporper data is provided to elog()Tatsuo Ishii
2001-02-18Change default commit_delay to zero, update documentation.Tom Lane
2001-02-16Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane
2001-02-15Add some notes about memory management of RI plans.Tom Lane
2001-02-15Update notes about memory context scheme.Tom Lane
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