Commit Graph

37436 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)
 

Author SHA1 Message Date
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
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
Tom Lane 898f8a96ef Fix failure of contrib/auto_explain to print per-node timing information. 11 years ago
Robert Haas a92b5f969b doc: Use <literal> and all-caps for READ COMMITTED isolation level. 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
Andres Freund e5603a2f35 Mark x86's memory barrier inline assembly as clobbering the cpu flags. 11 years ago
Andres Freund afaefa1b31 Avoid 'clobbered by longjmp' warning in psql/copy.c. 11 years ago