aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Stamp 9.4.13.REL9_4_13Tom Lane2017-08-07
* Translation updatesPeter Eisentraut2017-08-07
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-07
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Fix issues with wide tuples being updated and REPLICA IDENTITY FULL.Andres Freund2017-08-05
* Disallow SSL session tickets.Tom Lane2017-08-04
* Add missing ALTER USER variantsPeter Eisentraut2017-08-03
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-03
* Fix build on zlib-less environmentsAlvaro Herrera2017-08-03
* Fix pg_dump's errno checking for zlib I/OAlvaro Herrera2017-08-02
* Silence warning from modern perl about unescaped bracesTom Lane2017-08-02
* Fix comment.Tatsuo Ishii2017-08-01
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-31
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Fix psql tab completion for CREATE USER MAPPING.Tom Lane2017-07-27
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-26
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-26
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-24
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-23
* Fix pg_dump's handling of event triggers.Tom Lane2017-07-22
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-20
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-17
* fix typoAndrew Dunstan2017-07-16
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-16
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-14
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-12
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-12
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-10
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-03
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-26