aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-11
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-11
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-11
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-11
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-10
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-10
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-07
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-07
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-07
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* 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
* Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane2007-09-03
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom 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
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-31
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Remove the 'not in' operator (!!=). This was a hangover from BerkeleyTom Lane2007-08-27
* Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when theTom Lane2007-08-26
* Rename built-in Snowball stemmer dictionaries to be english_stem,Tom Lane2007-08-25
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-25
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* 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
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix oversight in async-commit patch: there were some places in heapam.cTom Lane2007-08-14
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-07
* Apparently icc doesn't always define __ICC, and it's more correct toTom Lane2007-08-05
* Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane2007-08-04
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-04
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane2007-07-26
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Hmm, so evidently _check_lock and _clear_lock take an argument of typeTom Lane2007-07-16
* So our reward for including <sys/atomic_op.h> seems to be a bunch ofTom Lane2007-07-16