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
/
backend
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-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
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-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
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-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
2017-06-21
Fix typo in comment.
Heikki Linnakangas
2017-06-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-13
Assert that we don't invent relfilenodes or type OIDs in binary upgrade.
Tom Lane
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-30
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-29
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-26
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-21
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-18
Fix typo in comment.
Heikki Linnakangas
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-15
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-13
Avoid superfluous work for commits during logical slot creation.
Andres Freund
[next]