summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-16Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas
2014-07-16Allow join removal in some cases involving a left join to a subquery.Tom Lane
2014-07-15pg_basebackup: Add more information about --max-rate option to help outputPeter Eisentraut
2014-07-15json_build_object and json_build_array are stable, not immutable.Andrew Dunstan
2014-07-15Fix REASSIGN OWNED for text search objectsAlvaro Herrera
2014-07-15Detect presence of SSL_get_current_compressionMagnus Hagander
2014-07-15Add missing source files to nls.mkPeter Eisentraut
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-07-15Small spelling fixPeter Eisentraut
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-14psql: Show tablespace size in \db+Alvaro Herrera
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-14MSVC: Apply icons to all binaries having them in a MinGW build.Noah Misch
2014-07-14MSVC: Process Makefile line continuations more like "make" does.Noah Misch
2014-07-14MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.Noah Misch
2014-07-14Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.Noah Misch
2014-07-14Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao
2014-07-12Support --with-extra-version equivalent functionality in MSVC buildMagnus Hagander
2014-07-12Minimal psql tab completion support for SET search_path.Andres Freund
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-12Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-11Fix whitespacePeter Eisentraut
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-07-10Add new ECHO mode 'errors' that displays only failed commands in psql.Fujii Masao
2014-07-09Fix error hint style.Robert Haas
2014-07-09Improve error messages for bytea decoding failures.Robert Haas
2014-07-08Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane
2014-07-08Fix typo in comment.Fujii Masao
2014-07-07In pg_dump, show server and pg_dump versions with or without --verbose.Tom Lane
2014-07-07Fix typos in comments.Fujii Masao
2014-07-06Remove swpb-based spinlock implementation for ARMv5 and earlier.Robert Haas
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-07-06Consistently pass an "unsigned char" to ctype.h functions.Noah Misch
2014-07-05Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner
2014-07-04Fix double-free bug of WAL streaming buffer in pg_receivexlog.Fujii Masao
2014-07-04Refactor pg_receivexlog main loop code, for readability.Fujii Masao
2014-07-03Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane
2014-07-03Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-07-02Smooth reporting of commit/rollback statistics.Kevin Grittner
2014-07-02pg_upgrade: preserve database and relation minmxid valuesBruce Momjian
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-02Add some errdetail to checkRuleResultList().Tom Lane
2014-07-02Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao