summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Fix some int4->int32.Bruce Momjian
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2001-01-22All the global memory contexts should be DLLIMPORT, if any are.Tom Lane
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
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-11Add DLLIMPORT to TransactionCommandContext.Peter Eisentraut
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2000-12-23Improve comments.Tom Lane
2000-12-22Small cleanup of temp-table handling. Disallow creation of a non-tempTom 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-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane
2000-12-06Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-01Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane
2000-11-25Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-18Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines whereTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-11Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-11-10Clean up syscache so that recursive invocation is safe, and remove errorTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-06Add support for AT TIME ZONE syntax.Thomas G. Lockhart
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-11Fix temp relation handling for indexes, cleanupBruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
2000-09-25Karel missed an ichar->chr ...Tom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-09-05Added functionsJan Wieck
2000-08-29 * to_char:Bruce Momjian
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-25Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane