summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-5/+9
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-071-1/+2
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-071-5/+5
* Attached is the new patch. To summarize:Bruce Momjian2006-03-061-1/+2
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-061-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0543-86/+86
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-281-1/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-261-1/+2
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-191-1/+3
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-121-1/+2
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-111-1/+7
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-262-4/+6
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-231-2/+2
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-1/+3
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-182-3/+9
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-141-1/+4
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-1/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-1/+4
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-281-1/+3
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+5
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+1
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-011-4/+22
* Change seqscan logic so that we check visibility of all tuples on a pageTom Lane2005-11-261-3/+13
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-251-1/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-225-22/+22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+4
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-21/+4
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-172-36/+97
* R-tree is dead ... long live GiST.Tom Lane2005-11-072-11/+2
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-051-2/+2
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-041-1/+2
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-181-1/+2
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-181-2/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1524-190/+172
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-141-1/+4
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-101-1/+5
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-092-4/+11
* Add spaces around operator.Bruce Momjian2005-10-071-2/+2
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-4/+1
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-031-0/+37
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-1/+2
* Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway2005-09-161-3/+3
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-2/+1
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-131-11/+15
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-121-1/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-1/+8
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-122-5/+8
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-1/+4