index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-08-07
Translation updates
Peter Eisentraut
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-08-04
Add missing ALTER USER variants
Peter Eisentraut
2017-08-03
Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.
Tom Lane
2017-08-03
Fix build on zlib-less environments
Alvaro Herrera
2017-08-02
Fix pg_dump's errno checking for zlib I/O
Alvaro Herrera
2017-08-02
Silence warning from modern perl about unescaped braces
Tom Lane
2017-07-31
Fix comment.
Tatsuo Ishii
2017-07-31
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2017-07-31
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-27
Fix psql tab completion for CREATE USER MAPPING.
Tom Lane
2017-07-26
Clean up SQL emitted by psql/describe.c.
Tom Lane
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-24
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
MSVC: Accept tcl86.lib in addition to tcl86t.lib.
Noah Misch
2017-07-23
Fix pg_dump's handling of event triggers.
Tom Lane
2017-07-22
pg_rewind: Fix some problems when copying files >2GB.
Robert Haas
2017-07-21
pg_rewind: Fix busted sanity check.
Robert Haas
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-17
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-16
fix typo
Andrew Dunstan
2017-07-16
Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
Andrew Dunstan
2017-07-14
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-13
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
Reduce memory usage of tsvector type analyze function.
Heikki Linnakangas
2017-07-12
Avoid integer overflow while sifting-up a heap in tuplesort.c.
Tom Lane
2017-07-12
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-12
Remove unnecessary braces, to match the surrounding style.
Heikki Linnakangas
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-10
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-06-30
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-26
Don't lose walreceiver start requests due to race condition in postmaster.
Tom Lane
2017-06-26
Ignore old stats file timestamps when starting the stats collector.
Tom Lane
2017-06-22
Fix typo in comment
Alvaro Herrera
2017-06-21
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
[next]