summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
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-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-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-12-01Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera
2005-11-26Change seqscan logic so that we check visibility of all tuples on a pageTom Lane
2005-11-25Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-10-18Improve trace_sort code to also show the total memory or disk space used.Tom Lane
2005-10-18Code review for regexp_replace patch. Improve documentation and comments,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane
2005-10-10Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-10-07Add spaces around operator.Bruce Momjian
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-03Separate out the VacRUsage stuff as an independent module, in preparationTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-08-13Tweak catalog cache management algorithms to reduce cost ofTom Lane
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-07-30Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian
2005-07-29Move dbsize functions into the backend. New functions:Bruce Momjian
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-26Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane
2005-07-23Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian
2005-07-22Update date/time comments.Bruce Momjian
2005-07-22Code spacing improvement, particularly *tm spacing.Bruce Momjian
2005-07-21More comment update of time macros.Bruce Momjian
2005-07-21Update DAYS_PER_MONTH comment.Bruce Momjian
2005-07-21Add comment about void* use in MemSet.Bruce Momjian
2005-07-21Add comment marking non-exact time conversion macros.Bruce Momjian
2005-07-21Add time/date macros for code clarity:Bruce Momjian