summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-01Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane
2014-07-01Remove some useless code in the configure script.Tom Lane
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-29Add cluster_name GUC which is included in process titles if set.Andres Freund
2014-06-28Remove Alpha and Tru64 support.Andres Freund
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-20Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
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-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-06-17Revert accidental change of WAL_DEBUG default.Heikki Linnakangas
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
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-11Stamp HEAD as 9.5devel.Tom Lane
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
2014-05-22Fix typo in comment.Fujii Masao
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-15Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas
2014-05-15Silence warnings about redefining popen on Mingw-w64.Heikki Linnakangas
2014-05-14Code review for recent changes in relcache.c.Tom Lane
2014-05-11Stamp 9.4beta1.REL9_4_BETA1Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-09Fix typcategory labeling of jsonb.Tom Lane
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-09Increase the default value of effective_cache_size to 4GB.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-08Fix comment.Tom Lane
2014-05-08Allow for platforms that have optreset but not <getopt.h>.Tom Lane
2014-05-07When a background worker exists with code 0, unregister it.Robert Haas
2014-05-07Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas
2014-05-07Clean up jsonb code.Heikki Linnakangas