aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-07
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Migrate the former contrib/txid module into core. This will make it easierTom Lane2007-10-13
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-13
* Change on-disk representation of NUMERIC datatype so that the sign_dscaleTom Lane2007-09-25
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-24
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan2007-09-04
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Fix oversight in async-commit patch: there were some places in heapam.cTom Lane2007-08-14
* Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane2007-08-04
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-26
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Minor comment fixes.Tom Lane2007-06-12
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-05
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-01
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-21
* XPath fixes:Peter Eisentraut2007-05-21
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17
* Add a hash function for "numeric". Mark the equality operator forNeil Conway2007-05-08
* Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane2007-05-04
* A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane2007-05-04
* Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane2007-05-04
* Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane2007-05-02
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-30
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-30
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Make configuration parameters fall back to their default values when theyPeter Eisentraut2007-04-21
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-01
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29