Commit Graph

37251 Commits (f706f2c1a06dfd3fe69194a93d417ca4be8951b1)
 

Author SHA1 Message Date
Tom Lane f706f2c1a0 Update 9.4 release notes for commits through today. 11 years ago
Robert Haas d0410d6603 Eliminate one background-worker-related flag variable. 11 years ago
Tom Lane 513d06ded1 Update time zone data files to tzdata release 2014h. 11 years ago
Tom Lane 4f499eee9d Update time zone abbreviations lists. 11 years ago
Stephen Frost 78d72563ef Fix CreatePolicy, pg_dump -v; psql and doc updates 11 years ago
Tom Lane 5968570430 Fix bogus logic for zic -P option. 11 years ago
Alvaro Herrera 1021bd6a89 Don't balance vacuum cost delay when per-table settings are in effect 11 years ago
Robert Haas 017b2e9822 Fix typos in comments. 11 years ago
Robert Haas 9019264f2e Still another typo fix for 0709b7ee72. 11 years ago
Heikki Linnakangas 7690ddea0c Check for GiST index tuples that don't fit on a page. 11 years ago
Heikki Linnakangas 7a08e21f35 Fix documentation for CREATE SEQUENCE IF NOT EXISTS. 11 years ago
Robert Haas 3acc10c997 Increase the number of buffer mapping partitions to 128. 11 years ago
Andres Freund 952872698d Install all headers for the new atomics API. 11 years ago
Heikki Linnakangas 86f809088c Fix typo in error message. 11 years ago
Heikki Linnakangas 84f0ea3f68 Refactor pgbench log-writing code to a separate function. 11 years ago
Tom Lane 5a6c168c78 Fix some more problems with nested append relations. 11 years ago
Andres Freund 0c013e08cf Refactor replication connection code of various pg_basebackup utilities. 11 years ago
Andres Freund fdf81c9a6c pg_recvlogical.c code review. 11 years ago
Heikki Linnakangas 5fa6c81a43 Remove num_xloginsert_locks GUC, replace with a #define 11 years ago
Andres Freund a39e78b710 Block signals while computing the sleep time in postmaster's main loop. 11 years ago
Heikki Linnakangas 32984d8fc3 Add functions for dealing with PGP armor header lines to pgcrypto. 11 years ago
Andres Freund 0ef3c29a4b Improve documentation about binary/textual output mode for output plugins. 11 years ago
Andres Freund ef8863844b Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE. 11 years ago
Stephen Frost 8492d86342 Correct stdin/stdout usage in COPY .. PROGRAM 11 years ago
Alvaro Herrera fd02931a6c Fix pg_dump's --if-exists for large objects 11 years ago
Bruce Momjian 35419aeb83 pg_upgrade: have pg_upgrade fail for old 9.4 JSONB format 11 years ago
Andres Freund 445d262852 doc fix for pg_recvlogical: --create doesn't immediately exit. 11 years ago
Stephen Frost 08da8947f4 Also revert e3ec0728, JSON regression tests 11 years ago
Stephen Frost c8a026e4f1 Revert 95d737ff to add 'ignore_nulls' 11 years ago
Tom Lane def4c28cf9 Change JSONB's on-disk format for improved performance. 11 years ago
Stephen Frost ff27fcfa0a Fix relcache for policies, and doc updates 11 years ago
Robert Haas 07d46a8963 Fix identify_locking_dependencies for schema-only dumps. 11 years ago
Andres Freund f9f07411a5 Further atomic ops portability improvements and bug fixes. 11 years ago
Andres Freund a30199b01b Fix a couple occurrences of 'the the' in the new atomics API. 11 years ago
Peter Eisentraut d11339c099 Fix whitespace 11 years ago
Andres Freund 9b6bb9b471 Define META_FREE in a way that doesn't cause -Wempty-body warnings. 11 years ago
Andres Freund f18cad9449 Fix atomic ops inline x86 inline assembly for older 32bit gccs. 11 years ago
Andres Freund 88bcdf9da5 Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics. 11 years ago
Andres Freund b64d92f1a5 Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
Andrew Dunstan 9111d46351 Remove ill-conceived ban on zero length json object keys. 11 years ago
Robert Haas 5d7962c679 Change locking regimen around buffer replacement. 11 years ago
Heikki Linnakangas 1dcfb8da09 Refactor space allocation for base64 encoding/decoding in pgcrypto. 11 years ago
Andres Freund 56a312aac8 Fix VPATH builds of the replication parser from git for some !gcc compilers. 11 years ago
Andrew Dunstan ecacbdbcee Return NULL from json_object_agg if it gets no rows. 11 years ago
Heikki Linnakangas b0d81adea6 Add -D option to specify data directory to pg_controldata and pg_resetxlog. 11 years ago
Stephen Frost afd1d95f5b Copy-editing of row security 11 years ago
Stephen Frost 6550b901fe Code review for row security. 11 years ago
Tom Lane 3f6f9260e3 Fix bogus variable-mangling in security_barrier_replace_vars(). 11 years ago
Andrew Dunstan b1a52872ae Fix typos in descriptions of json_object functions. 11 years ago
Tom Lane 3694b4d7e1 Fix incorrect search for "x?" style matches in creviterdissect(). 11 years ago