summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-21Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.Tom Lane
2014-07-21Properly use DEFAULT_EVENT_SOURCE in pgevent.cMagnus Hagander
2014-07-21Translation updatesPeter Eisentraut
2014-07-21Update SQL features listPeter Eisentraut
2014-07-21Replace "internationalize" with "localize" where appropriatePeter Eisentraut
2014-07-20First-draft release notes for 9.3.5.Tom Lane
2014-07-20Fix xreflabel for hot_standby_feedback.Tom Lane
2014-07-19Update time zone data files to tzdata release 2014e.Tom Lane
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-18Limit pg_upgrade authentication advice to always-secure techniques.Noah Misch
2014-07-18Fix two low-probability memory leaks in regular expression parsing.Tom Lane
2014-07-17Revert broken change to pgevent.cMagnus Hagander
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-07-17doc: Spell checkingPeter Eisentraut
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-15Move check for SSL_get_current_compression to run on mingwMagnus Hagander
2014-07-15doc: Put new options in right order on reference pagesPeter Eisentraut
2014-07-15pg_upgrade: Fix spacing in help outputPeter Eisentraut
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-15Add missing doc changes for ee80f043bc9bAlvaro Herrera
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-15doc: small fixes for REINDEX reference pagePeter Eisentraut
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-14contrib/test_decoding/Makefile sets MODULES, so omit OBJS.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-14Remove incorrect comment from postgres_fdw.c.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