summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2006-02-09Reject out-of-range dates in date_in().Tom Lane
2006-02-07Source code cleanup.Bruce Momjian
2006-02-07I think that NUMERIC datatype has a problem in the performance thatBruce Momjian
2006-02-04Issue a warning if a change-on-restart-only postgresql.conf value isPeter Eisentraut
2006-02-03Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian
2006-01-26Suppress signed-vs-unsigned-char warning.Tom Lane
2006-01-26Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-25Allow row comparisons to be used as indexscan qualifications.Tom Lane
2006-01-25Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian
2006-01-25Improve error message when NUMERIC precision is exceeded.Bruce Momjian
2006-01-23Prototype fix for typo.Bruce Momjian
2006-01-23Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-19Add some test scaffolding to allow cache-flush stress testing (and I doTom Lane
2006-01-19Avoid crashing if relcache flush occurs while trying to load data into anTom Lane
2006-01-19Fix a tiny memory leak (one List header) in RelationCacheInvalidate().Tom Lane
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2006-01-14Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane
2006-01-12mbutils was previously doing some allocations, including invokingNeil Conway
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
2006-01-11Remove a confusing pair of parentheses.Neil Conway
2006-01-10Improve patternsel() by applying the operator itself to each valueTom Lane
2006-01-09Change allow_system_table_mods to PGC_POSTMASTER, restoring previousPeter Eisentraut
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2006-01-08Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. PerTom Lane
2006-01-08Avoid leaking memory while reading toasted entries from pg_rewrite,Tom Lane
2006-01-07During CatCacheRemoveCList, we must now remove any members that areTom Lane
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2006-01-02Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane
2006-01-02Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane
2006-01-01Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane
2005-12-30Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane
2005-12-30Disallow setting ssl = on if SSL is not compiled in.Peter Eisentraut
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-12-28Move plpgsql's fetchArgInfo() into funcapi.c, and rename toTom Lane
2005-12-28Mention "table" in "violates foreign key constraint" message that wasBruce Momjian
2005-12-28Remove silly use of DLLIMPORT.Tom Lane
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-26More uses of IS_HIGHBIT_SET() macro.Bruce Momjian
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-12-24Formatting cleanups.Bruce Momjian