Commit Graph

25777 Commits (513d06ded1b44206903b87dabefee5a97243ba67)

Author SHA1 Message Date
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
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
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
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
Alvaro Herrera fd02931a6c Fix pg_dump's --if-exists for large objects 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 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
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
Stephen Frost a564307373 Add unicode_*_linestyle to \? variables 11 years ago
Stephen Frost 43bed84c32 Log ALTER SYSTEM statements as DDL 11 years ago
Stephen Frost 6ef8c658af Process withCheckOption exprs in setrefs.c 11 years ago
Andres Freund 6ba4ecbf47 Remove most volatile qualifiers from xlog.c 11 years ago
Robert Haas df4077cda2 Remove volatile qualifiers from lwlock.c. 11 years ago
Robert Haas e38da8d6b1 Fix compiler warning. 11 years ago
Robert Haas 763ba1b0f2 Fix mishandling of CreateEventTrigStmt's eventname field. 11 years ago
Andres Freund 0926ef43c1 Remove postgres --help blurb about the removed -A option. 11 years ago
Andres Freund 604f7956b9 Improve code around the recently added rm_identify rmgr callback. 11 years ago
Robert Haas e246b3d6ea Add a fast pre-check for equality of equal-length strings. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago