summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-07Translation updatesPeter Eisentraut
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-04Add missing ALTER USER variantsPeter Eisentraut
2017-08-03Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane
2017-08-03Fix build on zlib-less environmentsAlvaro Herrera
2017-08-02Fix pg_dump's errno checking for zlib I/OAlvaro Herrera
2017-08-02Silence warning from modern perl about unescaped bracesTom Lane
2017-07-31Fix comment.Tatsuo Ishii
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-31PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-27Fix psql tab completion for CREATE USER MAPPING.Tom Lane
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-24Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-23Fix pg_dump's handling of event triggers.Tom Lane
2017-07-22pg_rewind: Fix some problems when copying files >2GB.Robert Haas
2017-07-21pg_rewind: Fix busted sanity check.Robert Haas
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-17Merge large_object.sql test into largeobject.source.Tom Lane
2017-07-16fix typoAndrew Dunstan
2017-07-16Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan
2017-07-14Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
2017-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-30Fix walsender to exit promptly if client requests shutdown.Tom Lane
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-26Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane
2017-06-26Ignore old stats file timestamps when starting the stats collector.Tom Lane
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund