2014-09-30 |
Bruce Momjian | pg_upgrade: have pg_upgrade fail for old 9.4 JSONB... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Andres Freund | doc fix for pg_recvlogical: --create doesn't immediatel... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Stephen Frost | Also revert e3ec0728, JSON regression tests |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Stephen Frost | Revert 95d737ff to add 'ignore_nulls' |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Tom Lane | Change JSONB's on-disk format for improved performance. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Stephen Frost | Fix relcache for policies, and doc updates |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Robert Haas | Fix identify_locking_dependencies for schema-only dumps. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Andres Freund | Further atomic ops portability improvements and bug... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Andres Freund | Fix a couple occurrences of 'the the' in the new atomic... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Andres Freund | Define META_FREE in a way that doesn't cause -Wempty... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Andres Freund | Fix atomic ops inline x86 inline assembly for older... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Andres Freund | Fix atomic ops for x86 gcc compilers that don't underst... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Andres Freund | Add a basic atomic ops API abstracting away platform... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Andrew Dunstan | Remove ill-conceived ban on zero length json object... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Robert Haas | Change locking regimen around buffer replacement. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Heikki Linnakangas | Refactor space allocation for base64 encoding/decoding... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Andres Freund | Fix VPATH builds of the replication parser from git... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Andrew Dunstan | Return NULL from json_object_agg if it gets no rows. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Heikki Linnakangas | Add -D option to specify data directory to pg_controlda... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Stephen Frost | Copy-editing of row security |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Stephen Frost | Code review for row security. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Tom Lane | Fix bogus variable-mangling in security_barrier_replace... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Andrew Dunstan | Fix typos in descriptions of json_object functions. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Tom Lane | Fix incorrect search for "x?" style matches in creviter... |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Stephen Frost | Add unicode_*_linestyle to \? variables |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Stephen Frost | Log ALTER SYSTEM statements as DDL |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Stephen Frost | Process withCheckOption exprs in setrefs.c |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Andres Freund | Remove most volatile qualifiers from xlog.c |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Robert Haas | Remove volatile qualifiers from lwlock.c. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Robert Haas | Fix mishandling of CreateEventTrigStmt's eventname... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Andres Freund | Remove postgres --help blurb about the removed -A option. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Andres Freund | Improve code around the recently added rm_identify... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Tom Lane | Fix failure of contrib/auto_explain to print per-node... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Robert Haas | doc: Use <literal> and all-caps for READ COMMITTED... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Robert Haas | Add a fast pre-check for equality of equal-length strings. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Stephen Frost | Row-Level Security Policies (RLS) |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Andres Freund | Mark x86's memory barrier inline assembly as clobbering... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Andres Freund | Avoid 'clobbered by longjmp' warning in psql/copy.c. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Andres Freund | Add the capability to display summary statistics to... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Andres Freund | Add rmgr callback to name xlog record types for display... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Andres Freund | Fix configure check for %z printf support after INT64_M... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Peter Eisentraut | Fix TAP checks when current directory name contains... |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Heikki Linnakangas | Fix the return type of GIN triConsistent support functi... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Heikki Linnakangas | Follow the RFCs more closely in libpq server certificat... |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Heikki Linnakangas | Fix pointer type in size passed to memset. |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Tom Lane | Invent PGC_SU_BACKEND and mark log_connections/log_disc... |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Peter Eisentraut | Run missing documentation tools through "missing" |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Peter Eisentraut | pg_ctl: Add tests for behavior with nonexistent data... |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Bruce Momjian | Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Bruce Momjian | More formatting.c variable renaming, for clarity |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Robert Haas | Change NTUP_PER_BUCKET to 1 to improve hash join lookup... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Fujii Masao | Add GUC to enable logging of replication commands. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Stephen Frost | Add unicode_{column|header|border}_style to psql |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Stephen Frost | Handle border = 3 in expanded mode |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Heikki Linnakangas | Support Subject Alternative Names in SSL server certifi... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Heikki Linnakangas | Fix GIN data page split ratio calculation. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Tom Lane | Fix power_var_int() for large integer exponents. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Tom Lane | Fix JSON regression tests. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Peter Eisentraut | Fix vacuumdb --analyze-in-stages --all order |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Stephen Frost | Add 'ignore_nulls' option to row_to_json |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Bruce Momjian | pg_upgrade: adjust C comments |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Heikki Linnakangas | Remove dead InRecovery check. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Bruce Momjian | improve hash creation warning message |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Robert Haas | Add missing volatile qualifier. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Heikki Linnakangas | Fix Windows build. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Heikki Linnakangas | Silence compiler warning on Windows. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Heikki Linnakangas | Simplify calculation of Poisson distributed delays... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Heikki Linnakangas | Change the way latency is calculated with pgbench ... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Peter Eisentraut | Handle old versions of Test::More |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Peter Eisentraut | Support older versions of "prove" |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Bruce Momjian | doc: improve configuration management section |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Bruce Momjian | pg_upgrade: compare control version, not catalog version |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Bruce Momjian | pg_upgrade: check for large object size compatibility |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Bruce Momjian | Implement mxid_age() to compute multi-xid age |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Bruce Momjian | Issue a warning during the creation of hash indexes |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Robert Haas | Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0. |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Heikki Linnakangas | Pack tuples in a hash join batch densely, to save memory. |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Andres Freund | Add support for optional_argument to our own getopt_lon... |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Andres Freund | Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Tom Lane | Preserve AND/OR flatness while extracting restriction... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Andres Freund | Add new psql help topics, accessible to both --help... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Robert Haas | Change the spinlock primitives to function as compiler... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Tom Lane | Add width_bucket(anyelement, anyarray). |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Peter Eisentraut | doc: Reflect renaming of Mac OS X to OS X |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Peter Eisentraut | Allow empty content in xml type |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Stephen Frost | Move ALTER ... ALL IN to ProcessUtilitySlow |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Andres Freund | Fix typo in solaris spinlock fix. |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Andres Freund | Fix spinlock implementation for some !solaris sparc... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Tom Lane | Fix psql \s to work with recent libedit, and add pager... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Tom Lane | Documentation fix: sum(float4) returns float4, not... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Stephen Frost | Tab completion for ALTER .. ALL IN TABLESPACE |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Bruce Momjian | docs: Improve pg_isready details about username/dbname |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Bruce Momjian | Properly document that -r is only honored from the... |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bruce Momjian | Report timezone offset in pg_dump/pg_dumpall |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bruce Momjian | pg_upgrade: preserve the timestamp epoch |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bruce Momjian | Clarify documentation about "peer" rows in window functions |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Bruce Momjian | Rename C variables in formatting.c, for clarity |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Peter Eisentraut | Assorted message fixes and improvements |
commit | commitdiff | tree | snapshot |
next |