aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane2016-08-22
* Retire escapeConnectionParameter().Noah Misch2016-08-21
* initdb now needs to reference libpq include files in MSVC builds.Tom Lane2016-08-20
* Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane2016-08-20
* Allow empty queries in pgbench.Tom Lane2016-08-19
* Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane2016-08-19
* Guard against parallel-restricted functions in VALUES expressions.Tom Lane2016-08-19
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-19
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane2016-08-19
* Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane2016-08-19
* doc: requirepeer is a way to avoid spoofingBruce Momjian2016-08-18
* Add alternative output for ON CONFLICT toast isolation test.Andres Freund2016-08-18
* Remove obsolete replacement system() on darwinPeter Eisentraut2016-08-18
* Update line count totals for psql help displays.Tom Lane2016-08-18
* In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane2016-08-18
* doc: Speed up XSLT buildsPeter Eisentraut2016-08-18
* Improve psql's tab completion for \l.Tom Lane2016-08-18
* Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane2016-08-18
* Support the new regexp_match() function for citext.Tom Lane2016-08-18
* Improve formatting of comments in plpgsql.hPeter Eisentraut2016-08-18
* Refactor RandomSalt to handle salts of different lengths.Heikki Linnakangas2016-08-18
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Refactor sendAuthRequest.Heikki Linnakangas2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-17
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane2016-08-17
* Improve plpgsql's memory management to fix some function-lifespan leaks.Tom Lane2016-08-17
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-17
* docs: my third pass over the 9.6 release notesBruce Momjian2016-08-16
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Suppress -Wunused-result warning for strtol().Tom Lane2016-08-16
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* doc: Remove some confusion from pg_archivecleanup docPeter Eisentraut2016-08-16
* Fix typosPeter Eisentraut2016-08-16
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Fix possible crash due to incorrect allocation context.Robert Haas2016-08-16
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Doc: copy-editing in create_access_method.sgml.Tom Lane2016-08-16
* Doc: remove out-of-date claim that pg_am rows must be inserted by hand.Tom Lane2016-08-16
* Once again allow LWLocks to be used within DSM segments.Robert Haas2016-08-15
* Allow .so minor version numbers above 9 in .gitignore.Tom Lane2016-08-15
* Update git_changelog to know that there's a 9.6 branch.Tom Lane2016-08-15
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Simplify the process of perltidy'ing our Perl files.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Fix assorted bugs in contrib/bloom.Tom Lane2016-08-13