summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2001-01-06Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane
2001-01-06Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane
2001-01-06init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2001-01-04I neglected to remove a debug message,sorry.Hiroshi Inoue
2001-01-03Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane
2001-01-03Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-28Let's try this again on accepting the correct range of Oid input valuesTom Lane
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-23Replace overly-cute coding with code that (a) has defined behaviorTom Lane
2000-12-22Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane
2000-12-22Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane
2000-12-22Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1Tom Lane
2000-12-22Change default output formatting for CIDR to be unabbreviated, perTom Lane
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-12-15here is a patch fixing today's bug report:Bruce Momjian
2000-12-14BugfixJan Wieck
2000-12-11Fix ILIKE bug (only in multi-byte case)Tatsuo Ishii
2000-12-09Portability fix from Ryan Kirkpatrick's Alpha patches. I believe thisTom Lane
2000-12-09Suppress compiler warnings.Tom Lane
2000-12-09Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)Tatsuo Ishii
2000-12-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane
2000-12-08REINDEX under WAL.Hiroshi Inoue
2000-12-07Change lpad() and rpad() to behave more Oracle-compatibly when targetTom Lane
2000-12-07Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane
2000-12-07Silence compiler warning.Tom Lane
2000-12-06Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane
2000-12-05I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane
2000-12-03correctionsPeter Eisentraut
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-12-03Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-01Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane
2000-12-01Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane
2000-12-01It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane