summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-10-30Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane
2014-10-30"Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-20Correct volatility markings of a few json functions.Andrew Dunstan
2014-10-18Declare mkdtemp() only if we're providing it.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-10-06Stamp 9.4beta3.REL9_4_BETA3Tom Lane
2014-10-01Fix some more problems with nested append relations.Tom Lane
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-10-01Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-09-24Fix typos in descriptions of json_object functions.Andrew Dunstan
2014-09-19Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund
2014-09-16Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas
2014-09-09Fix typo in solaris spinlock fix.Andres Freund
2014-09-09Fix spinlock implementation for some !solaris sparc platforms.Andres Freund
2014-09-02Silence warning on new versions of clang.Heikki Linnakangas
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
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-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-21Stamp 9.4beta2.REL9_4_BETA2Tom 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
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-09Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-07-03Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-27Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera
2014-06-26Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane
2014-06-20Avoid leaking memory while evaluating arguments for a table function.Tom Lane
2014-06-19Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.Kevin Grittner
2014-06-19Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-06-05Consistently spell a replication slot's name as slot_name.Andres Freund
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-06-04Bump PG_CONTROL_VERSION for previous 9.4 changes.Tom Lane
2014-06-04Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao
2014-05-28pg_lsn should not be marked typispreferred.Tom Lane
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane