index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.
Tom Lane
2017-08-04
*
Disallow SSL session tickets.
Tom Lane
2017-08-04
*
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
*
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
*
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
*
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
*
Improve ExecModifyTable comments.
Robert Haas
2017-08-03
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Remove broken and useless entry-count printing in HASH_DEBUG code.
Tom Lane
2017-08-02
*
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-08-02
*
Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Tom Lane
2017-08-02
*
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-08-02
*
Second try at getting useful errors out of newlocale/_create_locale.
Tom Lane
2017-08-01
*
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-08-01
*
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-08-01
*
Comment fix for partition_rbound_cmp().
Dean Rasheed
2017-08-01
*
Fix typo
Peter Eisentraut
2017-07-31
*
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
*
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
*
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
*
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-07-31
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
*
Update copyright in recently added files
Alvaro Herrera
2017-07-26
*
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-26
*
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-07-26
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
*
Fix race condition in predicate-lock init code in EXEC_BACKEND builds.
Tom Lane
2017-07-24
*
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
*
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-24
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Improve comments about partitioned hash table freelists.
Tom Lane
2017-07-22
*
Fix typo in comment
Alvaro Herrera
2017-07-21
*
Fix double shared memory allocation.
Teodor Sigaev
2017-07-21
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-20
*
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-19
*
Improve make_tsvector() to handle empty input, and simplify its callers.
Tom Lane
2017-07-18
*
Fix serious performance problems in json(b) to_tsvector().
Tom Lane
2017-07-18
*
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
hash: Fix write-ahead logging bugs related to init forks.
Robert Haas
2017-07-17
*
Improve comments for execExpr.c's handling of FieldStore subexpressions.
Tom Lane
2017-07-15
*
Improve comments for execExpr.c's isAssignmentIndirectionExpr().
Tom Lane
2017-07-15
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
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-13
*
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
[next]