summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Code review for row security.Stephen Frost2014-09-243-6/+7
* Fix typos in descriptions of json_object functions.Andrew Dunstan2014-09-241-2/+2
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-221-3/+0
* Row-Level Security Policies (RLS)Stephen Frost2014-09-1918-18/+247
* Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund2014-09-191-2/+2
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-1919-18/+44
* Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas2014-09-162-5/+5
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-131-8/+12
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-131-0/+1
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-113-9/+3
* Implement mxid_age() to compute multi-xid ageBruce Momjian2014-09-103-1/+4
* Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas2014-09-101-1/+1
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-101-0/+22
* Add support for optional_argument to our own getopt_long() implementation.Andres Freund2014-09-101-0/+1
* Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.Andres Freund2014-09-101-1/+1
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-091-16/+67
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-093-3/+6
* Fix typo in solaris spinlock fix.Andres Freund2014-09-091-0/+1
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-091-1/+48
* Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas2014-09-041-2/+2
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-021-1/+22
* Silence warning on new versions of clang.Heikki Linnakangas2014-09-021-1/+1
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-011-1/+1
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-301-3/+7
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-301-19/+0
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-291-1/+5
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-284-1/+13
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-291-2/+1
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-281-1/+2
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-271-1/+1
* Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.Andres Freund2014-08-261-1/+1
* Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas2014-08-261-0/+1
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-251-1/+1
* Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera2014-08-252-2/+2
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-223-1/+4
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-214-6/+6
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-213-11/+7
* Fix bogus commutator/negator links for JSONB containment operators.Tom Lane2014-08-162-7/+6
* Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas2014-08-151-6/+4
* Add sortsupport routines for text.Robert Haas2014-08-144-1/+5
* Add some noreturn attributes based on compiler recommendationsPeter Eisentraut2014-08-133-3/+3
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-115-10/+44
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-071-0/+5
* Add PG_RETURN_UINT16 macro.Robert Haas2014-08-061-0/+1
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-061-2/+0
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-313-19/+7
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-291-2/+2
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-291-2/+1
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-171-0/+5
* Allow join removal in some cases involving a left join to a subquery.Tom Lane2014-07-151-0/+2