aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Simplify and clean up FigureColname; make it work without coredumpingTom Lane2001-09-17
* Suppress compiler warning.Tom Lane2001-09-17
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* max_locks_per_transaction seems to be a more consistent name thanPeter Eisentraut2001-09-12
* It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian2001-09-12
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Add explicit '-print' to 'find' commands.Peter Eisentraut2001-09-10
* Bug #1: attribute name when column is type cast:Bruce Momjian2001-09-10
* Backout Karel's patchTatsuo Ishii2001-09-09
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-08
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* > > A simple and robus solution is in the begin of mbutils.c set defaultBruce Momjian2001-09-08
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Change addlit() to not assume its input is null-terminated, so that weTom Lane2001-09-07
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify willTom Lane2001-09-07
* Add CRED alignment for NetBSD.Bruce Momjian2001-09-07
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-07
* Remove file, per Karel.Bruce Momjian2001-09-07
* Remove variable length macros used in debugging, per Karel.Bruce Momjian2001-09-07
* Remove unused files for Karel's patch.Bruce Momjian2001-09-07
* Remove common.c, removed in Karal's patch.Bruce Momjian2001-09-07
* Add missing files.Tatsuo Ishii2001-09-07
* Revise overflow test in int84() to avoid codegen bug in some olderTom Lane2001-09-07
* Missed a few places that referred to a compile-time limit onTom Lane2001-09-07
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* PAM authentication:Bruce Momjian2001-09-06
* - new to_char(interval, text)Bruce Momjian2001-09-06
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane2001-09-06
* Fix code so that we recover cleanly if there are no free semaphoresTom Lane2001-09-04
* Fix comment, add Assert.Tom Lane2001-09-04
* Fix typo.Tom Lane2001-09-04
* Clean up the lock state properly when aborting because of early deadlockTom Lane2001-09-04
* Bring references to ipcclean in sync with reality.Peter Eisentraut2001-09-04
* Fix misscanning of """" (an identifier consisting of one double-quote).Peter Eisentraut2001-09-04
* Convert some fprintf's to elog's.Peter Eisentraut2001-08-30
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-29
* Whoops, wrong logic.Peter Eisentraut2001-08-29
* Change the conditionals so the mips + gcc code here doesn't apply for Irix.Peter Eisentraut2001-08-28
* Fix confusion over static-ness of a subroutine.Tom Lane2001-08-27
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane2001-08-25
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Add intended Array.java file that accidentally was patched into theBruce Momjian2001-08-25
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-25