summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-21Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane
2001-09-21Produce slightly saner-looking EXPLAIN output for a Result node.Tom Lane
2001-09-21Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane
2001-09-21Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane
2001-09-20Suppress gcc warning.Tom Lane
2001-09-20Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut
2001-09-19Remove old file.Peter Eisentraut
2001-09-19Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut
2001-09-19Replace useless strcasecmp's by strcmp's.Peter Eisentraut
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-09-17Simplify and clean up FigureColname; make it work without coredumpingTom Lane
2001-09-17Suppress compiler warning.Tom Lane
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-09-14> Here's a revised patch. Changes:Bruce Momjian
2001-09-12max_locks_per_transaction seems to be a more consistent name thanPeter Eisentraut
2001-09-12It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-09-10Add explicit '-print' to 'find' commands.Peter Eisentraut
2001-09-10Bug #1: attribute name when column is type cast:Bruce Momjian
2001-09-09Backout Karel's patchTatsuo Ishii
2001-09-08Apply 7.1.3 changes to the current tree also.Hiroshi Inoue
2001-09-08Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut
2001-09-08> > A simple and robus solution is in the begin of mbutils.c set defaultBruce Momjian
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-09-07Change addlit() to not assume its input is null-terminated, so that weTom Lane
2001-09-07Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian
2001-09-07Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify willTom Lane
2001-09-07Add CRED alignment for NetBSD.Bruce Momjian
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-09-07Remove file, per Karel.Bruce Momjian
2001-09-07Remove variable length macros used in debugging, per Karel.Bruce Momjian
2001-09-07Remove unused files for Karel's patch.Bruce Momjian
2001-09-07Remove common.c, removed in Karal's patch.Bruce Momjian
2001-09-07Add missing files.Tatsuo Ishii
2001-09-07Revise overflow test in int84() to avoid codegen bug in some olderTom Lane
2001-09-07Missed a few places that referred to a compile-time limit onTom Lane
2001-09-07Get rid of PID entries in shmem hash table; there is no longer any needTom Lane
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-09-06PAM authentication:Bruce Momjian
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-09-06Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane
2001-09-04Fix code so that we recover cleanly if there are no free semaphoresTom Lane
2001-09-04Fix comment, add Assert.Tom Lane
2001-09-04Fix typo.Tom Lane
2001-09-04Clean up the lock state properly when aborting because of early deadlockTom Lane
2001-09-04Bring references to ipcclean in sync with reality.Peter Eisentraut