summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-09-25Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
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