Commit Graph

37213 Commits (b64d92f1a5602c55ee8b27a7ac474f03b7aee340)
 

Author SHA1 Message Date
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
Andres Freund bdd5726c34 Add the capability to display summary statistics to pg_xlogdump. 11 years ago
Andres Freund 728f152e07 Add rmgr callback to name xlog record types for display purposes. 11 years ago
Andres Freund 7e3f728353 Fix configure check for %z printf support after INT64_MODIFIER changes. 11 years ago
Peter Eisentraut f7d6759ec2 Fix TAP checks when current directory name contains spaces 11 years ago
Heikki Linnakangas 77e65bf369 Fix the return type of GIN triConsistent support functions to "char". 11 years ago
Heikki Linnakangas 58e70cf9fb Follow the RFCs more closely in libpq server certificate hostname check. 11 years ago
Heikki Linnakangas 2df465e696 Fix pointer type in size passed to memset. 11 years ago
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 11 years ago
Peter Eisentraut c2a01439c0 Run missing documentation tools through "missing" 11 years ago
Peter Eisentraut 839acf9461 pg_ctl: Add tests for behavior with nonexistent data directory 11 years ago
Bruce Momjian 95c38a9895 Revert f68dc5d86b 11 years ago
Bruce Momjian f68dc5d86b More formatting.c variable renaming, for clarity 11 years ago
Robert Haas 8cce08f168 Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed. 11 years ago
Fujii Masao 4ad2a54805 Add GUC to enable logging of replication commands. 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Stephen Frost 82962838d4 Handle border = 3 in expanded mode 11 years ago
Heikki Linnakangas acd08d764a Support Subject Alternative Names in SSL server certificates. 11 years ago
Heikki Linnakangas 774a78ffe4 Fix GIN data page split ratio calculation. 11 years ago
Tom Lane 1d352325b8 Fix power_var_int() for large integer exponents. 11 years ago
Tom Lane e3ec07280c Fix JSON regression tests. 11 years ago
Peter Eisentraut da24813c20 Fix vacuumdb --analyze-in-stages --all order 11 years ago
Stephen Frost 95d737ff45 Add 'ignore_nulls' option to row_to_json 11 years ago
Bruce Momjian c3c75fcd7a pg_upgrade: adjust C comments 11 years ago