aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change lpad() and rpad() to behave more Oracle-compatibly when targetTom Lane2000-12-07
* checkretval() failed to cope with an empty SQL function body.Tom Lane2000-12-07
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* RecordTransactionAbort() shouldn't log XLOG_XACT_ABORTHiroshi Inoue2000-12-07
* Silence compiler warning.Tom Lane2000-12-07
* Silence compiler warning.Tom Lane2000-12-07
* Make application of FOR UPDATE to a view work exactly like the parser'sTom Lane2000-12-07
* transformForUpdate() mustn't assume rowMarks list is initially empty.Tom Lane2000-12-07
* Clean up handling of FOR UPDATE inside views and subselects ... make itTom Lane2000-12-06
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-06
* I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane2000-12-05
* In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generatingTom Lane2000-12-05
* From Stephan Szabo:Tom Lane2000-12-05
* Repair breakage of rules containing INSERT ... SELECT actions, per bugTom Lane2000-12-05
* correctionsPeter Eisentraut2000-12-03
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut2000-12-03
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Avoid memory leakage during regular COPY when outputting toasted values.Tom Lane2000-12-02
* Avoid repeated detoasting (and possible memory leaks) when processingTom Lane2000-12-02
* Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane2000-12-01
* Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane2000-12-01
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-01
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-01
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-01
* Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane2000-11-30
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* miscVadim B. Mikheev2000-11-30
* Hope that this is valid localbuf.c versionVadim B. Mikheev2000-11-30
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane2000-11-30
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* all options are allowed if not under postmaster:Vadim B. Mikheev2000-11-30
* Just noticed that with -S switch, MyProcPid is permanently wrong inTom Lane2000-11-29
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-29
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-28
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Check for link(2) failure.Tom Lane2000-11-27
* Not invoke CheckPoint process while postmaster is waiting for all backendsHiroshi Inoue2000-11-27
* Be a little more careful with strtok().Tom Lane2000-11-27
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii2000-11-26
* Unicode conversion fix suggested by Jan Varga...Tatsuo Ishii2000-11-26
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-25
* Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane2000-11-25
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25