summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-02-16Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane
2001-02-16Clean up two rather nasty bugs in operator selection code.Tom Lane
2001-02-16Take OUTER JOIN semantics into account when estimating the size of joinTom Lane
2001-02-15Add some notes about memory management of RI plans.Tom Lane
2001-02-15Update comments about memory management.Tom Lane
2001-02-15Update notes about memory context scheme.Tom Lane
2001-02-15Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane
2001-02-15Reduce default selectivity estimates for geometric operators; it seemsTom Lane
2001-02-15Update a couple of obsolete comments.Tom Lane
2001-02-15Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed byTatsuo Ishii
2001-02-15Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result,Tom Lane
2001-02-14Repair problems with duplicate index names generated when CREATE TABLETom Lane
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-02-13Comments about GetFreeXLBuffer().Vadim B. Mikheev
2001-02-13Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian
2001-02-13Removed abort() in XLogFileOpen.Vadim B. Mikheev
2001-02-13Added some comments to setval, setval_is_called and do_setvalPhilip Warner
2001-02-13Clean up portability problems in regexp package: change all routineTom Lane
2001-02-12Suppress compiler warning on Alpha.Tom Lane
2001-02-12Rearrange order of operations in heap_create_with_catalog so that ifTom Lane
2001-02-12CleanupBruce Momjian
2001-02-12Add // -> /* */ mapping to pgindent.Bruce Momjian
2001-02-12poit -> point.Bruce Momjian
2001-02-11Improve error message when startup or shutdown proc fails.Tom Lane
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-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-09This hasn't been used for anything for a long time...Tom Lane
2001-02-09When updating a tuple containing compressed-in-line fields, do notTom Lane
2001-02-09plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane
2001-02-08When launching a child backend, take care to close file descriptors forTom Lane
2001-02-07FixBTree flag still exists and may be used to turnVadim B. Mikheev
2001-02-07Runtime btree recovery is now ON by default.Vadim B. Mikheev
2001-02-07Repair postmaster memory leakage during password authentication.Tom Lane
2001-02-07Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will notTom Lane
2001-02-06If the first argument is --version or --help, skip the root check.Peter Eisentraut
2001-02-06PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim 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-02-03Fix inappropriate attempt to push down qual clauses into a view thatTom Lane
2001-02-03Use elog() instead of exit() for fatal scanner errors.Peter Eisentraut
2001-02-02Runtime tree recovery is implemented, just testing is left -:)Vadim B. Mikheev
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2001-01-31Couple additional functions to fix tree at runtime.Vadim B. Mikheev
2001-01-29Call _bt_fixroot() from _bt_insertonpg.Vadim B. Mikheev
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-27Add permission check for CHECKPOINT.Peter Eisentraut
2001-01-27Fix failure to create sequences for more than one SERIAL column in aTom Lane
2001-01-27Looks like I broke cases involving combinations of deferred update/deleteTom Lane