summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-19Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-16Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas
2014-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-12Add GUC to enable logging of replication commands.Fujii Masao
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-10Implement mxid_age() to compute multi-xid ageBruce Momjian
2014-09-10Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.Robert Haas
2014-09-10Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas
2014-09-10Add support for optional_argument to our own getopt_long() implementation.Andres Freund
2014-09-10Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.Andres Freund
2014-09-09Change the spinlock primitives to function as compiler barriers.Robert Haas
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09Fix typo in solaris spinlock fix.Andres Freund
2014-09-08Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-09-04Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-09-02Silence warning on new versions of clang.Heikki Linnakangas
2014-09-01Fix s/pluggins/plugins/ typo in two comments.Andres Freund
2014-08-30Again update C comments for pg_attribute.attislocalBruce Momjian
2014-08-30Make backend local tracking of buffer pins memory efficient.Andres Freund
2014-08-29Update C comment for pg_attribute.attislocalBruce Momjian
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-28Revert "Allow units to be specified in relation option setting value."Fujii Masao
2014-08-28Allow units to be specified in relation option setting value.Fujii Masao
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-26Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.Andres Freund
2014-08-26Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas
2014-08-26rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian
2014-08-25Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-16Fix bogus commutator/negator links for JSONB containment operators.Tom Lane
2014-08-15Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas
2014-08-14Add sortsupport routines for text.Robert Haas
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-08-06Add PG_RETURN_UINT16 macro.Robert Haas
2014-08-06Don't require sort support functions to provide a comparator.Robert Haas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-29Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-07-16Allow join removal in some cases involving a left join to a subquery.Tom Lane
2014-07-15json_build_object and json_build_array are stable, not immutable.Andrew Dunstan
2014-07-15Detect presence of SSL_get_current_compressionMagnus Hagander
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera