summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-10Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane
2007-09-04Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-08-31Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane
2007-08-27Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-08-14Fix oversight in async-commit patch: there were some places in heapam.cTom Lane
2007-08-04Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-07-06Fix up hash functions for datetime datatypes so that they don't takeTom Lane
2007-06-26Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera
2007-06-15Tweak the API for per-datatype typmodin functions so that they are passedTom Lane
2007-06-12Minor comment fixes.Tom Lane
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-05The session_replication_role actually can be changed at will duringJan Wieck
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane
2007-06-01Allow leading and trailing whitespace in the input to the booleanNeil Conway
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-05-21Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane
2007-05-21XPath fixes:Peter Eisentraut
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-05-08Add a hash function for "numeric". Mark the equality operator forNeil Conway
2007-05-04Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane
2007-05-04A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane
2007-05-04Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane
2007-05-02Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane
2007-04-30Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane
2007-04-30Implement rate-limiting logic on how often backends will attempt to sendTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-21Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-04-16Make plancache store cursor options so it can pass them to planner duringTom Lane
2007-04-12RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-04-01Mapping schemas and databases to XML and XML Schema.Peter Eisentraut
2007-03-29Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane
2007-03-27Fix array coercion expressions to ensure that the correct volatility isTom Lane
2007-03-26Allow non-superuser database owners to create procedural languages.Tom Lane
2007-03-25Clean up the representation of special snapshots by including a "methodTom Lane
2007-03-23Fix plancache so that any required replanning is done with the sameTom Lane
2007-03-22Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian
2007-03-20Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway
2007-03-19Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane